?In the U.S. it is very famous inete. Even in telecom blinked This post is dedicated to him, here are some photos and a costume guide How much should a roof to go..
Russian KD Girl has captured the attention of Maxim Magazine as a finalist for the “Hometown Hotties” competition.
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", ... ) h264-streaming.extensions = ( ".mp4" ) flv-streaming.extensions Read More ...
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 Read More ...
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 it to the real printer or save your document for later using. With priPrinter you Read More ...
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 machine has not froze. The server was down. Command, which I will write down I Read More ...
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 some fancy gameing plugins. The only solution is to disable mod_security, and everything works fine. Read More ...