Verschlüsseln eines USB Sticks mit cryptsetup oder TrueCrypt unter Ubuntu.
1. Verwenden von cryptsetup
1.1 Cryptsetup installieren:
aptitude install cryptsetup
1.2 Cryptsetup Volume einrichten:
Den Stick unmounten und formatieren:
umount /dev/usb1
cryptsetup luksFormat /dev/usb1
“YES” eingeben und ein Passwort wählen.
Die Crypt-P [...]
Monthly archives for October, 2011
Encrypt your USB Stick
Verschlüsseln eines USB Sticks mit cryptsetup oder TrueCrypt unter Ubuntu.
1. Verwenden von cryptsetup
1.1 Cryptsetup installieren:
aptitude install cryptsetup
1.2 Cryptsetup Volume einrichten:
Den Stick unmounten und formatieren:
umount /dev/usb1
cryptsetup luksFormat /dev/usb1
“YES” eingeben und ein Passwort wählen.
Die Crypt-P [...]
Fix Ubuntu 11.10 Oneiric Ocelot dbus ...
Nach dem Update zu Ubuntu 11.10 Oneiric Ocelot bekam ich folgende Meldung wärend des Systemstarts:
Waiting for network configuration
Es dauerte eine Weile und führte zu einem schwarzen Bildschirm.
Außerdem bekommt man manchmal folgende Meldung:
Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_soc [...]
Convert PDF to Image
Mit “convert” von “imagemagick” kann man PDFs einfach in Bilder umwandeln.
Beispiel:
convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf output.jpg
Oder man verwendet eine andere Qualität, Auflösung und Graustufen:
convert -geometry 2048x1536 -density 400 -colorspace gray input.pdf output.jpg
Links:
* htt [...]


