Archive for the ‘Linux’ Category
Migrating Windows7 to New Hard Drive
I found an OpenSource project called Clonezilla (http://clonezilla.org/). This software does essentially the same thing as Norton Ghost, and there is also a version than can do distributed cloning (such as doing an install for a computer lab).
linux load over 4 (with 4 processors)
Redhat asked for the below 3 reports to help resolve:
-
top -n 500 -b -d 1 > /tmp/top.txt& (top)
-
vmstat 1 500 > /tmp/vm.txt& (vm info)
- iostat -x 1 500 > /tmp/io.txt& (io)
Uncompress on Linux
This will remove the xxx.tar.gz and leave you with the xxx.tar
- gunzip xxx.tar.gz
Then this will remove all the files from the tar, leaving the xxx.tar (make sure you run this in the folder you want the files at)
- tar -xvvf xxx.tar
How to get Linux CPU statistics
less /proc/cpuinfo
What is my Redhat Version?
cat /etc/red*