Posts
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 &