Debian Linux with gnome: General desktop modifications
Useful office software
apt-get install gummi texlive-lang-german network-manager-openvpn-gnome
Drucker / Scanner MG4100series
cd /tmp
Download der Treiber von hier.
tar xfz cnijfilter*.tar.gz
tar xfz scangearmp*.tar.gz
cd cnijfilter-mg4100series-3.60-1-deb
./install.sh
cd ../scangearmp-mg4100series-1.80-1-deb
./install.sh
Via Gnome Drucker Menu den Drucker suchen und hinzufügen.
Gnome
Extensions
-
gnome-tweak-tool
Disable GNOME keyring
This disable gnome keyring permanently. Tested with Version 3.14.1 on Debian 8 (jessie).
For gpg
If you have this warning: “gpg: WARNING: The GNOME keyring manager hijacked the GnuPG agent”
sudo dpkg-divert --local --rename --divert /etc/xdg/autostart/gnome-keyring-gpg.desktop-disable --add /etc/xdg/autostart/gnome-keyring-gpg.desktop
For ssh
sudo dpkg-divert --local --rename --divert /etc/xdg/autostart/gnome-keyring-ssh.desktop-disable --add /etc/xdg/autostart/gnome-keyring-ssh.desktop
Re enable it
If you later decide to reenable it, then you can use:
sudo dpkg-divert --rename --remove /etc/xdg/autostart/gnome-keyring-gpg.desktop
sudo dpkg-divert --rename --remove /etc/xdg/autostart/gnome-keyring-ssh.desktop
Disable GNOME keyring for ssh
Firefox / Iceweasel
Have a look here.
Playing DVD’s
cat << EOF > /etc/apt/sources.list.d/libdvdcss.list
# for http://www.videolan.org/developers/libdvdcss.html
deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /
EOF
wget -O - http://download.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -
apt-get update
apt-get install libdvdcss2
For ripping dvd’s:
apt-get install handbrake
GnuPG Dateien on-the-fly bearbeiten
apt-get install vim-scripts
vim-addons install gnupg
Eine Datei initial vor der Bearbeitung verschüsseln
vi test.txt
Text
gpg --encrypt test.txt
$ ls -l test.txt.gpg
-rw-rw---- 1 user user 588 Okt 6 13:33 test.txt.gpg
On the fly bearbeiten
$ vi test.txt.gpg
You need a passphrase to unlock the secret key for
user: "User Muster <user@muster.ch>"
4096-bit RSA key, ID FFFFFFFF, created 2013-02-27 (main key ID FFFFFFFF)
Enter passphrase:
Mit :w oder :wq wird die Bearbeitung beendet und die Datei on-the-fly verschlüsselt.
Vim mit gnupg http://wiki.debianforum.de/Vim_mit_gnupg
Verschlüsselte E-Mails mit GnuPG als Supergrundrecht http://www.kuketz-blog.de/verschluesselte-e-mails-mit-gnupg-als-supergrundrecht/
Photoprint
Zum praktischen ausdrucken von mehreren Fotos auf einre Seite:
apt-get install photoprint
Siehe hier.