debian on compact flash
criar pen para instalação do debian squeeze i386
wget http://http.us.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/boot.img.gz
zcat boot.img.gz > /dev/sdb
mount /dev/sdb /mnt/
wget http://cdimage.debian.org/debian-cd/6.0.2.1/i386/iso-cd/debian-6.0.2.1-i386-netinst.iso
cp debian-6.0.2.1-i386-netinst.iso /mnt
umount /dev/sdb
http://linux.koolsolutions.com/2009/02/25/installing-linux-on-usb-part-…
alterar o web browser por defeito no debian
update-alternatives --config x-www-browser
interessantes xfce4
sharp fonts
preconfigured debian sd cards
dotdeb - repositorio debian para lamp
instalar leitor de cartões scr3310 no debian
Debian way:apt-get install opensc pcscd libccid
Next command:nano /etc/opensc/opensc.confAnd change thise lines by removing # from front and reader_drivers lines u delete one comand too:reader_drivers = pcsc, ctapi;try_emulation_first = yes;lock_login = false;If that is done hit from keyboard ctrl+o and enter, then ctrl+x to exit
Next give command:opensc-tool --list-readersAnd you should see your reader there present like so, but with your reader info. Examlpe:
Readers known about:Nr. Driver Name0 pcsc Omnikey 1020
montar partição fat como utf8
mount -t vfat -o iocharset=utf8 /partição/a/montar /directoria/onde/montar