X
HUNDREDS ARE HELD HOSTAGE BY HAMAS
637
days
:
03
hours
:
23
minutes
:
00
seconds

Amazon Ad

Featured Post

Thursday, July 03, 2025

dhclient not found in Ubuntu 24.04

hostname:~$ sudo apt install isc-dhcp-client


Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

The following additional packages will be installed:

  isc-dhcp-common

Suggested packages:

  avahi-autoipd isc-dhcp-client-ddns

The following NEW packages will be installed:

  isc-dhcp-client isc-dhcp-common

0 upgraded, 2 newly installed, 0 to remove and 60 not upgraded.

Need to get 375 kB of archives.

After this operation, 1011 kB of additional disk space will be used.

Do you want to continue? [Y/n] 

Get:1 http://il.archive.ubuntu.com/ubuntu noble/universe amd64 isc-dhcp-client amd64 4.4.3-P1-4ubuntu2 [329 kB]

Get:2 http://il.archive.ubuntu.com/ubuntu noble/universe amd64 isc-dhcp-common amd64 4.4.3-P1-4ubuntu2 [45.8 kB]

Fetched 375 kB in 1s (316 kB/s)           

Selecting previously unselected package isc-dhcp-client.

(Reading database ... 87615 files and directories currently installed.)

Preparing to unpack .../isc-dhcp-client_4.4.3-P1-4ubuntu2_amd64.deb ...

Unpacking isc-dhcp-client (4.4.3-P1-4ubuntu2) ...

Selecting previously unselected package isc-dhcp-common.

Preparing to unpack .../isc-dhcp-common_4.4.3-P1-4ubuntu2_amd64.deb ...

Unpacking isc-dhcp-common (4.4.3-P1-4ubuntu2) ...

Setting up isc-dhcp-client (4.4.3-P1-4ubuntu2) ...

Setting up isc-dhcp-common (4.4.3-P1-4ubuntu2) ...

Processing triggers for man-db (2.12.0-4build2) ...

Scanning processes...                                                                                                                                                                                                    

Scanning linux images...                                                                                                                                                                                                 


Running kernel seems to be up-to-date.


No services need to be restarted.


No containers need to be restarted.


No user sessions are running outdated binaries.


No VM guests are running outdated hypervisor (qemu) binaries on this host.

Friday, December 01, 2023

Sort CSV Numerically

To avoid this error:

sort: Illegal byte sequence


Add the LC_All=C:

 LC_ALL=C sort -t',' -k1,1V allitems.csv

Saturday, March 25, 2023

Kubernetes - Manage Cron Jobs

 To view cronjobs:

kubectl -n <namespace> get cj


To manually run a cronjob:

kubectl -n poc create job --from=cronjob/job_family job1

Monday, September 26, 2022

Dell EMC Technologies PowerMax NVMe Storage default admin password

User: seconfig
Password: seconfig

The default SSH username and password for Dell EMC VASA Provider for PowerMax:

User: cseadmin
Password: cseadmin



This applies to these models:
  • PowerMax 2000 
  • PowerMax 2500
  • PowerMax 8000
  • PowerMax 8500

For more details, see: https://www.dell.com/en-us/dt/storage/powermax.htm

Dell EMC Technologies Unity XT Unified Storage default admin password

User: admin
Password: Password123#


This applies to these Dell Unity XT Hybrid Flash Arrays/Models:
  • 380 
  • 480
  • 680
  • 880

This applies to these Dell Unity XT All-Flash Arrays/Models:
  • 380F
  • 480F
  • 680F
  • 880F
This also applies to Dell UnityVSA Arrays and Dell Unity Cloud Edition.

For more details, see: https://www.dell.com/en-us/dt/storage/unity.htm