Tuesday, December 20, 2011

Tuesday, October 25, 2011

Debian cuda

from
http://wiki.debian.org/NvidiaGraphicsDrivers#Build_manually.2C_with_a_stock_kernel

export KVERS=$(uname -r)
export KSRC=/usr/src/linux-headers-$KVERS
export KPKG_DEST_DIR=/usr/src

apt-get install linux-headers-$KVERS

then do nvidia

Monday, September 5, 2011

osx 10.6 full screen on virtual box

/Extra and /Library/Preferences/SystemConfiguration/

Kernel Flags
"Graphics Mode"="XxYxN"

machine.xml

Caution - tags auto removed


Tuesday, August 9, 2011

Clonezilla and related

Clonezilla worked ok to image linux ext4 and mac hfs+ partitions. However shrink first for going to smaller partitions. However, going to a larger ext4 partition worked, but df reported full.

So, thanks to the interweb,

e2fsck -f /dev/sda?
resize2fs -p /dev/sda?

Also watch boot options to kernel and fstab.

Oh and Clonezilla live worked. Clonezilla from parted magic did not.