Sunday, 5th January 2014 - 17:59:30

Debian Logo

Hot plugging RAM into a Debian VM (for shits and giggles). It actually works.

for a in `ls /sys/devices/system/memory/memory*/state`;
do
echo "online" > $a;
done 2>/dev/null;
grep offline /sys/devices/system/memory/memory*/state

Next entry

Previous entry

Similar entries