Tech notes
April 4, 2007 • 1 min read • Technology
Vmware and ’error while loading shared libraries’: Suse’s new gdk-pixbuf rpm is broken
Still yesterday I have been running VMware on Suse Linux 9.1 and today (after I performed an online update of my system) I get: error while loading shared libraries: /opt/gnome/lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so: Suse has broken this package…
April 4, 2007 • 3 min read • Technology
Updating Suse Linux 9.0 to 9.1
The .0 to .1 update suggests, that it's not a big deal.
April 4, 2007 • 1 min read • Technology
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 &
April 4, 2007 • 1 min read • Technology
The Debian Package manager (apt-cache, apt-get, install, search)
Search for packages containing the word emacs in their name or description:apt-cache search emacsInstall package emacs21:apt-get install emacs21Remove package wine including all configuration files:apt-get remove purge wineReinstall a package:apt-get reinstall install wineSometimes, you need to use dpkg to reconfigure a package, e.g.