In the context of client-server architecture, a server is a computer program running to serve the requests of other programs, the "clients". [http://en.wikipedia.org/wiki/Server_(computing)]

After some years of use, you’ll notice the increase noise coming from the cooling system. Any ventilator on the market, even the more expensive, or the more silent will wear off and start making noise. Replacing the ventilator is done in less than 2 minutes if you follow this little how to.
I paid this Xilence case fan 8 euros, sold as being silent 15dB, 1500 rpm, 18.67 CFM, not running below 7V.
You can safely choose any brand: Papst, Be quiet!, Revoltec, Zalman, Noctua, Noiseblocker, all of these are good if they meet the above requirement, unfortunately the were not available in my favorite shop (www.digitec.ch)
Read more: Give a new life to your Synology disk station: change its cooling fan
2 weeks ago, a post on Google's official blog announced a project that allows users to step inside the private world of its data centers. For the first time, the company's impressive efficiency records and green ethos have been given a face in the form of the stunning photographs by Connie Zhou and the Street View-able hallways of the Lenoir facility in North Carolina...
http://www.google.com/about/datacenters/gallery/#/
I am using RSYNC since:
I HAVE TO virtualize my server because:
This tutorial can be see as an add-on of this one : http://www.linuxjournal.com/article/9942 (very good by the way) I just complete the missing steps or document some issues I've encountered..
Read more: Virtualizes a Linux server on the fly with RSYNC

Official version of nginx for Ubuntu Precise is 1.1.19 but the latest available stable version is 1.2.2 (Changes), In this post I will present you how to update to the latest available version.
vi /etc/apt/sources.list
and add depending on your Ubuntu version either
For Ubuntu 10.04 Lucid:
deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src http://nginx.org/packages/ubuntu/ lucid nginx
For Ubuntu 12.04 Precise:
deb http://nginx.org/packages/ubuntu/ precise nginx deb-src http://nginx.org/packages/ubuntu/ precise nginx
Now you can run
apt-get update
When using the public nginx repository for Ubuntu, you’ll get this error
W: GPG error: http://nginx.org lucid Release: The following signatures
couldn't be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
First of all this is only warning and you can ignore it, if you know what are you doing and in case you prefer to add public key, used for signing packages and repository, just run:
gpg -a --export 7BD9BF62 | sudo apt-key add -
or
wget http://nginx.org/packages/keys/nginx_signing.key cat nginx_signing.key | sudo apt-key add -
apt-get update should now run fine, however after running an
apt-get install nginx
you may still get this kind of error:
dpkg: error processing /var/cache/apt/archives/nginx_1.2.2-1~precise_amd64.deb (--unpack): trying to overwrite '/etc/logrotate.d/nginx', which is also in package nginx-common 1.1.19-1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/nginx_1.2.2-1~precise_amd64.deb
just remove nginx-common and retry
apt-get remove nginx-common
More at http://wiki.nginx.org/Install
The SUID permission causes a script to run as the user who is the owner of the script, rather than the user who started it. It is normally considered extremely bad practice to run a program in this way as it can pose many security problems.
The SGID permission causes a script to run with its group set to the group of the script, rather than the group of the user who started it. It is normally considered extremely bad practice to run a program in this way as it can pose many security problems.
Latest versions of the Linux kernel will even prohibit the running of shell scripts that have SGID/SUID attribute set.
Read more: Make your Linux server safer: remove SUID/SGID root settings from binaries

If you want more control, want to install Joomla yourself or want to install any other CMS, you may also want to try this method. It require some basic knowledge about SSH / file transfer through.
In the Control Panel of your Synology DSM NAS, go to “Web Services” and activate
Use a Terminal to connect to your NAS, preferably as admin, using Winscp under windows for example.
Move to the directory
/volume1/web
Upload all your Joomla files into a new directory, for example in
/volume1/web/joomla
Point your browser to http://{youservernasname}/joomla/ and finish the installation of Joomla.
![]() | BlackDog is a fully self-contained computer with a built-in biometric reader and a host of other powerful features. Unlike any other computing device, BlackDog is completely powered off of the USB port of your host computer ââ¬â no external power adapter required!
|

From small-and-medium business to individual users, Synology products offer a full range of choices to fulfill different needs, while sharing some similar characteristics- eco-friendly, quiet, and versatile.
Download the Synology package Joomla-1.7.2.spk
In the Control Panel of your Synology DSM NAS, go to “Web Services” and activate
Read more: Running Joomla! on Synology NAS
Read more: FaF File Anomaly Finder
Privacy Statement | Copyright Notice | Licenses
© 1999-2012 Waltercedric.com. Designed by Cédric Walter. Sitemap
Reproduction without explicit permission is prohibited. All Rights Reserved. All photos remain copyright © their rightful owners. No copyright infringement is intended.
Disclaimer: The editor(s) reserve the right to edit any comments that are found to be abusive, offensive, contain profanity, serves as spam, is largely self-promotional, or displaying attempts to harbour irrelevant text links for any purpose.