To upgrade from Ubuntu 9.10 to 10.04, you need to perform the following steps: 1. Install update-manager-core if it is not already...
To print yesterday’s date, you can use the date command like this: date –date=”1 days ago” or date –date=”yesterday”
To monitor your RAID array(s) on a Linux server with a HP SmartArray P410 controller, you can use the cciss utility cciss_vol_status...
When kickstarting a multi-disk Linux server, you may want certain partitions set up on specific disks. For example, below is a snippet...
To mount an .iso in Linux is pretty simple. mount -o loop,ro /path/to/image.iso /mnt
To mount an iso on a Solaris server, you can do the following: lofiadm -a /path/to/cd.iso mount -o ro -F hsfs /dev/lofi/1...
The official Red Hat CD-ROM (disk 1) can serve as a bootable emergency disk for most modern PCs or servers with BIOS...
To download an iso from RHN with wget, you can use the command below: wget -c –no-check-certificate ‘https://content-web.rhn.redhat.com/rhn/isos/xxxx/rhel-5-server-x86_64-disc1.isoxxxxxxxx’
After recently trying to re-register a RHEL3 server that had crashed, I discussed the issue with RedHat who advised that since RHEL...
To check the status of your LSI 53C1030 RAID controller, you can try using a utility from IBM called RaidMan or the...