Bernhard Brunner's homepage

Current contents:

  • Weather page for the lake constance (Switzerland/Germany/Austria):

    Segelwetter
  • Computer tipps and general information blog

Blog

If you would like to be notified of this and other blogs, i recommend signing up to the excellent RSS feed reader service at bloglines → Subscribe with Bloglines

Elegant solution for remotely accessible vnc desktops

I wanted to give windows users in my network quick access to a linux graphical desktop. I chose the vnc protocol, because there are many good and open source implementations (notably tightvnc which comes with in a portable version).

→ Read more...

Running bastille on debian lenny

After an upgrade from etch to lenny, the bastille firewall will not run any more:

  • Starting up will give you an error message about a missing /sbin/bastille-ipchains file
  • Reconfiguring (which would create that file) fails because DB5.0 is not supported

The problem: DB5.0 was not added to the supported OS lists in the debian lenny release.

The fix:

  • Add DB5.0 to the files: /usr/lib/Bastille/API.pm and /usr/lib/Bastille/IOLoader.pm
  • In API.pm change $stable=“4.0” to $stable=“5.0”
  • Run InteractiveBastille (your existing config file will be used to populate answers, no worries!)

After this, /etc/init.d/bastille-firewall start should work.

Ref:

Upgrade debian etch to lenny

1. Edit sources.list

sudo vi /etc/apt/sources.list

and change all words etch to lenny, or stable to testing (vim: :s/etch/lenny/g)

2. Update and upgrade

sudo aptitude update
sudo aptitude install apt dpkg aptitude
sudo aptitude full-upgrade

that is all, this also work if you want to go from lenny to sid, just change your sources.list accordingly.

It is also better if you start your Debian Linux in text mode, so GDM or KDM could be restarted without problems.

After the upgrade:

Ref: http://www.go2linux.org/upgrading-debian

Optimize Ubuntu Lucid NFS client

Ubuntu Lucid's default nfs options work very well, however i was able to twea bit more performance with these options in the fstab mount:

poseidon:/movies        /mnt/movies nfs  rsize=32768,wsize=32768,intr,noatime 0 0

Ref: http://blogs.techrepublic.com.com/opensource/?p=64

2010/08/10 09:18 · Bernhard Brunner · 0 Comments · 0 Linkbacks
start.txt · Last modified: 2010/06/29 15:42 by brb
Back to top
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0