How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze
http://www.howtoforge.com/how-to-encrypt-directories-partitions-with-ec…
http://www.hermann-uwe.de/blog/howto-disk-encryption-with-dm-crypt-luks…
http://www.richardneill.org/a22p-mdk11-0.php#encrypt2
visualizar o conteúdo da swap:
cat /dev/[swap-partition] | strings
blog interessante (aspectos técnicos)
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
virtualbox
depois de tentar aceder à configuração dos dispositivos usb numa máquina virtual obtinha o seguinte erro:
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might not be installed on the host computer.
solução: adicionar o utilizador ao grupo vboxusers
#usermod -a -G vboxusers username
cartão do cidadão e linux
copiar texto da linha de comando - windows
netstat
netstat -anob - to tell netstat to try to translate process IDs to friendly names as well
http://commandwindows.com/netstat.htm
http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/eb…
montar partição fat como utf8
mount -t vfat -o iocharset=utf8 /partição/a/montar /directoria/onde/montar