25th November 2010
in
Database, Hardware, Networking, System, cli
If you wish to monitor your Linux system in realtime, use dstat. Use a man dstat to see a list of possible options, since they are extensive and dstat can output system usage, memory usage, load times, network informatio[...]
No Comments
24th November 2010
in
Multimedia, Networking
Did you know that you only need MPlayer to record a live radio station? Use
mplayer http://ip:port/ -ao pcm:file=radio.wav -vo null -vc null
to dump a radio.wav file of the audio stream. You can later convert it to[...]
No Comments
1st October 2010
in
Applications, Networking
Dropbox is a nifty little application that lets you sync and share files on the Internet and between several computers. Want to send a movie to a friend? Use Dropbox. Want to have a common folder for pictures that you an[...]
4 Comments
27th September 2010
in
Applications, Multimedia, Networking
All you need to record a live stream from the web is MPlayer. Use the -dumpstream argument to capture a MMS, ASF or Live WMV stream to a file called stream.dump. For example:
mplayer -dumpstream mmsh://streamer3.carnatio[...]
2 Comments