4
Put your site under Siegeview story

http://linuxaria.com – Do you want to test how your new site work under an heavy load ? Put it under siege ! (Resources)

3
Cheat Sheet collection for Linux usersview story

http://www.linuxaria.com – For Wikipedia: A cheat sheet or crib sheet is a concise set of notes used for quick reference. “Cheat sheet” may also be rendered “cheatsheet”. (Resources)

3
Default Wallpaper for GNOME:Ayatanaview story

http://www.linux-magazine.com – To distribute for GNOME:Ayatana on the 11.4 cycle, I’m going to use ‘Spaceman Goldrush Edition’ from ‘mydarktime’, a German artist. I’m happy that mydarktime has been so kind in allowing openSUSE to distribute this package under CC-BY-SA. I will also take the opportunity to quote him: (Resources)

4
Debian Squeeze Wallpapersview story

http://www.tux-planet.fr – Hier, c'était la sortie de Debian Squeeze, et pour fêter l’événement je vous propose quelques wallpapers en rapport avec cette version. Les trois premières réalisations nous viennent toutes de la même personne, il s'agit de MadeInKobaia. (Resources)

3
On-demand video streaming from FOSDEM 2011view story

http://fosdem.org – FOSDEM is the biggest free and non-commercial event organized by and for the community. Its goal is to provide Free and Open Source developers a place to meet. (Resources)

3
High Availabilityview story

http://www.neverfailgroup.com – Open source software can cause problems! In case there is a disaster, you need to be able to get everything back in time for your site to still function. Remember, it's best to have a back-up plan in place, rather than be 'off the grid' with freeware, etc. (Resources)

5
moncler doudouneview story

http://www.monclerdoudouneoutlet.com – Super-warm Moncler down jacken,Moncler coats,Moncler doudoune on sale promotion,up to 65% off.Free shipping to worldwide.No sale tax. (Resources)

4
error: unpacking of archive failed on file /usr/bin/xxxx: cpio: open Failedview story

http://linuxhostingsupport.net – The error message “unpacking of archive failed on file /usr/bin/xxxx: cpio: open Failed” indicates that the system failed to install the rpm since it cannot unpack the package under the /usr/bin directory. For example, you may see the error message as stated below while installing a ‘nano’ package using yum Error unpacking rpm package nano-1.x.x.i386 error: unpacking of [. (Resources)

6
Plesk Installation: Unable to install the psa-backup-managerview story

http://linuxhostingsupport.net – You see a “Unable to install the psa-backup-manager” error while installing Plesk and it is because of the incomplete db4 packages needed for embedded database support for various applications. (Resources)

4
Shell script to backup a Mysql database and save it on a remote server using Ftpview story

http://linuxhostingsupport.net – The following shell script will dump the mysql database and will save the .sql file on a remote location using Ftp. This script will create a backup file including the current date so you can have multiple copies of the backups of the same database under one directory. Create a file called mysqlbkup.sh # vi /root/mysqlbkup.sh and paste [...] (Resources)

5
How to access psa database in Plesk?view story

http://linuxhostingsupport.net – Plesk uses a ‘psa’ database to store all the data and values. This data can be easily retrieved at any point of time using the Mysql queries. How to access the psa database in Plesk? There are 2 ways to access the Plesk psa database, from the Linux command line (via ssh) and from the Plesk control [...] (Resources)

6
Shell Script to Monitor Load Average on a Linux serverview story

http://linuxhostingsupport.net – Load Average on a server reflects the current state of the server. Higher the load average, poorer is the server performance. The following shell script monitors the load average on the Linux server and inform the server administrator with the current running processes if the load average is greater than the defined threshold. Create a file, [...] (Resources)