This device – a camera, which, I must say, makes good pictures, is a pretty weird and bizzare… a “dark” looking piece of art… technology or how do you wanna call it but still it is most interesting ting i have seen in this year.
Knitted dresses at fashion shows. Very cool. Especially the way the models look at them!
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 ...