Category Archives: Software

Netcat examples

echo -e ‘GET / HTTP/1.0\r\n\r\n’ | nc -w 8 www.tic.ch 80 HTTP/1.1 400 Bad Request Content-Type: text/html Date: Fri, 23 Nov 2007 11:12:11 GMT Connection: close Content-Length: 39

Posted in Software | Tagged | 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

Mplayer / mencoder

dump a: dvd mplayer -dumpstream -dumpfile filename.dump dvd://1 (or 2, or3, or…) only a chapter mplayer -dumpstream -dumpfile chapter1.dump VTS_03_1.VOB real stream mplayer -dumpstream -dumpfile xxx.rm rtsp://where/the/stream/is   cat avi’s cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy … Continue reading

Posted in Linux, Mplayer, Software | Tagged | Leave a comment