To rescan the SCSI bus and re-register all devices found, you need to do the following: mylinuxhost# echo “- – -” >...
If you want to pull the directory C:\Windows_Backup on your Windows machine to /backup on a Linux machine, you can do the...
Setting up a script to monitor your RAID array is very useful. The script below will report the status and go into...
The hpacucli package can be used to monitor the RAID array on your HP Proliant DL360 G7 server. The version that was...
The block size for your filesystem specifies size that the filesystem will use to read and write data. Larger block sizes help...
To scp multiple files, depending on the file names, there are two options; use a wildcard or list the files individually. scp...
Since VMWare ESXi 4 servers don’t have the ifconfig command, you can use vim-cmd to get the information you need. Use the...
To sort the processes by memory consumption, you can use the following ps command: ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r...
To find the largest packages installed on your Linux server, run the following command which will sort the packages by size in...
The date command is able to convert epoch time to human readable time. So if the epoch time is 1311252510, to convert...