AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
Streaming music over a computer network or Internet was a complicated process in the beginning days of the Internet. Today all it takes to stream music is the installation of one program and a web browser to access the music.
This tutorial is based on another howto written by DevilMan, however I didn't like the idea of manually compiling every package or the use of a GUI to get the software installed. This howto will work on a Gutsy Server or Gutsy desktop. With that said some of this howto is a direct copy from the original.
Sometimes you need to run a script on boot process, for example run an iptables config at boot process. So you don’t have to run the script manually every rebooting.
Boxee is a home theater PC software program that runs on Linux and has been designed to be used like an interactive TV, somewhat like the Xbox 360 interface. In fact it’s based on another program called XBMC which was originally created to run on the first Xbox consoles.
This isn't about a shell script, it's about a really cool technique to apply in shell scripts. Have you ever been worried about multiple instances of a shell script running because they might overwrite or corrupt the data or devices they are working on? Here's a way to prevent that.
If you're like me, you've jumped through a million hoops to get abgx360gui working. But you can only get the command line interface working. No problem, we'll create a script for Nautilus to easily launch abgx360 to check your Xbox 360 games.
Installing or upgrading the opensuse is fairly easy using CD, or net boot CD but many times it happen the we need to install or upgrade the OS using these media, to solve this problem we got a script called setupgrubfornfsinstall
So I bought my dad a new MP3 player. His iPod was from 2005 so it was time for a new one. Almost all of Dad's music files are .flac or .wav. The iPod played them thanks to rockbox. This one does not. And my dad is more like the average user, so I wrote a little program to help him. Well, program, more like a ffmpeg wrapper with Zenity.
PPSS is a shell script that processes files or other items in parallel. It is designed to make full use of current multi-core CPUs. It will detect the number of available CPUs and start a thread for each CPU core. It will also use hyper threading if specified. Please note that you can start any number of processes in parallel if you like.