Linux Tips
Wednesday, April 6, 2011
GREP tips
* find lines beginning with
grep ^string
* exclude lines with characters
grep -Ev '{|}'
System Memory Size in Boot Parameters
use mem=XXK
Enable/Disable CPUs in Linux
cd /sys/devices/system/cpu
ls -l ... shows cpus
grep processor /proc/cpuinfo
echo 0 > cpuN/online ... disables that cpu
echo 1 > cpuN/online ... enables that cpu
or
use kernel boot parameters maxcpus=XX
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)