Showing posts with label debian. Show all posts
Showing posts with label debian. Show all posts

Thursday, June 25, 2009

switch to debian

switched from ubuntu to Debian. Have to say that ubuntu is more end user friendly.
On debian,
I need to mount ntfs partition use
#mount -t ntfs-39 /dev/sda /mnt

And I need to use iceweasel, which is not support chinese by default,
I need to install a package.
# apt-get install iceweasel-l10n-zh-cn

Monday, June 22, 2009

modify debian console resolution

debian console resolution change


title        Debian GNU/Linux, kernel 2.6.26-2-amd64
root        (hd0,5)
kernel        /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda6 ro vga=0x303
initrd        /boot/initrd.img-2.6.26-2-amd64

http://en.wikipedia.org/wiki/VESA_BIOS_Extensions

mount ntfs partition in debian

mount ntfs in debian

#mount -t ntfs /dev/sda2  /mnt -o rw -o umask=000