To download and install packages from www.sunfreeware.com, perform the following steps: 1. Use wget to download the package directly to the server....
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...
To view the status of backups that have run in the past hour, you can use the bperror command. Despite the “error”...
To check for active jobs in NetBackup, you can use the bpdbjobs command. bpdbjobs -report | grep -v Done To filter down...
To create a Facebook like button for your webpage, you can add the following code to your page: Where URLTOMYPAGE is your...
If you have a Facebook Page that you need to transfer ownership of to someone else, you can use the following procedure...
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