Linux

Tunneling of remote X11 output to a local machine behind a firewall (ssh, X11, ForwardX11)

If X11 forwarding is globally disallowed in your local machine, you need to override this by editing ~/.ssh/config: Host hostname.domain.org ForwardX11 yes Then you just ssh into the remote machine hostname.domain.org: ssh -X username@hostname.domain.org And execute some program that outputs to X11, e.g.: xclock &

Where KAdressbook stores its data and settings (kabc)

Of course in ~/.kde/share/apps, but if you have one hundred kde apllications and the programmers didn't manage to come up with a descriptive name for the configuration directory, you are in trouble. KAdressbook stores the data in ~/.kde/share/apps/kabc Additonally there might be for all applications (and there is for KAdressbook) the rc configuration file in ~/.kde/share/config/ ~/.kde/share/config/kaddressbookrc

Pages