Search
Categories
Author Archives: missing_link
Backup and restore
backup tar cvpzf /place/to/backup/user/backup-`date ‘+%Y%m%d’`.tar.gz /home/user –exclude=/home/user/.Trash restore tar xvpfz backup+++++date+++++.tgz -C /
Real Media (realplayer) & Firefox in Fedora (9)
Make all as root! mv /usr/lib/mozilla/plugins/libtotem-complex-plugin.so /usr/lib/mozilla/plugins/libtotem-complex-plugin.so. NOT mv /usr/lib/mozilla/plugins/libtotem-complex-plugin.xpt /usr/lib/mozilla/plugins/libtotem-complex-plugin.xp t.NOT mv /usr/lib/mozilla/plugins-wrapped/libtotem-complex-plugin.so /usr/lib/mozilla/plugins-wrapped/libtotem-co mplex-plugin.so.NOT mv /usr/lib/mozilla/plugins-wrapped/libtotem-complex-plugin.xpt /usr/lib/mozilla/plugins-wrapped/libtotem-c omplex-plugin.xpt.NOT yum -y install compat-libstdc++-33 Install realplayer 10 rpm (not 11 and not helixplayer), i used RealPlayer-10.0.9.809-20070726.i586.rpm Start Real Player from … Continue reading
Posted in Fedora, Linux, Software
Leave a comment
Claws-Mail & Firefox
This describes how to sending Links in Firefox via Claws-Mail. First create a Script called mailto.sh with Content: #!/bin/sh # mailto.sh exec sylpheed-claws –compose “$1” Make it executable: $ chmod +x mailto.sh Type about:config in the Firefox URL-Field. Check that … Continue reading
Posted in Linux, Software
2 Comments
Read/Write NTFS in FC5
Download the captive-static binary (not the rpm) from Jan Kratochvil: http://www.jankratochvil.net/project/captive/ Unpack the archiv. Be root! $ su – Run $ ./install #from the captive-static directory. Make directory $ mkdir /mnt/drive-c Finally mount the NTFS-Filesystem in r/w-mode $ mount -t … Continue reading
Posted in Fedora, Linux, Software
Leave a comment