Posts
May 21, 2007 • 1 min read • Technology
Editing names of desktop entries
How to change the name of items on the desktop (e.g.
May 21, 2007 • 1 min read • Technology
autofs, automount, auto.master and mounting samba shares
First I added a symbolic link to /etc/init.d/rc5.d/:cd /etc/init.d/rc5.d sudo ln -s ../autofs S21autofsThen I added to the /etc/auto.master the following line:/media/automounts /etc/auto.smbmountsThen I created the file auto.smbmounts with the following content:michael_msbl.helsinki.fi -fstype=smbfs,username=michael,password= ://paula/michael Then I created the mountpoint:sudo mkdir /media/automounts/michael_msbl.helsinki.fiThen I activated the autofs daemon:sudo /etc/init.d/autofs startNow whenever one tries to access the directory /media/automounts/michael_msbl.helsinki.fi, the autofs daemon will mount the smb share automatically and unmount after a certain period of inactivity.
May 20, 2007 • 1 min read • Technology
Installation and configuration of disc-cover on Suse 9.0
libcdaudio libcdaudio-devel (for cdaudio.h) perl-audio-cd module disc-cover configuration: create all the configuration files, otherwise segmentation fault add servers to .cdserverrc (http://www.freedb.org/modules.php?name=Sections&sop=viewarticle&artid=9)