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.
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.
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.
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.
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
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.
Whilst an increasing number of recent converts are avoiding it (and I don't blame them really), the shell is still a key tool for the majority of GNU/Linux users. Shell scripts are knocked-up, shared and deployed in all sorts of circumstances - some simply time-saving, others life-saving.