Archive for the Server Administration Category

 Natallia Crawley

Natallia Crawley

Russian KD Girl has captured the attention of Maxim Magazine as a finalist for the “Hometown Hotties” competition.

No Comments

Lighttpd For x264 and FLV streaming

First of all u have to get some stuff…
yum install pcre pcre-devel glib2 glib2-devel
and then lets beggin…
wget http://h264.code-shop.com/download/lighttpd-1.5.0_mod_h264_streaming-2.2.6.tar.gz
tar -zxvf lighttpd-1.5.0_mod_h264_streaming-2.2.6.tar.gz
cd lighttpd-1.5.0
./configure –enable-maintainer-mode –prefix=${HOME} (usually i use /lighttpd for home folder)
make
make install
and viola.. you got your stream server installed…
now some stuff to add to config
nano lighttpd.conf

server.modules = (
…,
“mod_h264_streaming”,
“mod_flv_streaming”,
[...]

No Comments

Install GeoIP on CPanel CentOS server

nstall GeoIP binaries:

yum install GeoIP GeoIP-devel

Download more databases from MaxMind and put them into /opt/geoip/share/GeoIP/:
http://geolite.maxmind.com/download/geoip/database/
Install CPanel EasyApache GeoIP module:

View details:http://www.cpanel.net/apps/easyapache/custom.html
Download mod_GeoIP:

wget http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-mod_geoip.tar.gz
tar -C /var/cpanel/easy/apache/custom_opt_mods -xzf custom_opt_mod-mod_geoip.tar.gz

Run EasyApache and select mod GeoIP:

/scripts/easyapache

Configure GeoIP by adding to httpd.conf (or pre_virtualhost_global.conf):

/usr/local/apache/conf/httpd.conf
/usr/local/apache/conf/includes/pre_virtualhost_global.conf

GeoIPEnable On
GeoIPDBFile “/opt/geoip/share/GeoIP/GeoIP.dat”
Install GeoIP PHP Extension:

Make sure that /tmp is mounted with exec option:

mount -o,remount,rw,exec /tmp

Install geoip via PECL:

pecl install geoip

Restart [...]

No Comments

Hot and Sexy celebs

Hot and Sexy celebs

Most sexyest celebs ever…

No Comments

Priprinter 2.5.1.850

Priprinter 2.5.1.850

priPrinter is a printer driver that allows you to manipulate printer output before it is printed. priPrinter is installed and selected in the same way as other printer drivers. After printing it automatically displays print preview where you can preview your printings, change layout, reposition pages, crop them and many more. After that you print [...]

1 Comment

How to prevent a ddos attack

The shared hosting one of the biggest problems is the DDoS attack. In many moments of the server at once began to wonder seponasa, the percentage of memory usage started to grow rapidly until it came to 100%. Until then, no problems with server load. Since one of the load started to rise until the [...]

2 Comments

How to disable mod_security for single user

Becouse of a high traffic web sites and problematic ddos attacks on port 80, i just have to install mod_Security module for apache. For some reason server works fine and all unwanted packets has been blocked, but then i have found a new problem with one of the costumers who has SMF forum installed with [...]

No Comments