server

:: installing nginx with h264 streaming

:: download and extract package # wget //nginx.org/download/nginx-1.0.0.tar.gz # tar xzf nginx-1.0.0.tar.gz # wget //h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz # tar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gz # wget...
Sysadmin.ID
52 sec read

:: php-fpm on php 5.2.10

:: how to installing php-fpm on php 5.2.10 # zypper in patch # cd php-5.2.10/ # wget //php-fpm.org/downloads/php-5.2.10-fpm-0.5.13.diff.gz # gunzip php-5.2.10-fpm-0.5.13.diff.gz...
Sysadmin.ID
8 sec read

Live syncing using lsyncd

:: what is lsyncd Lsyncd watches a local directory trees event monitor interface (inotify). It aggregates and combines events for a...
Sysadmin.ID
23 sec read

Disable SELinux

|| what is selinux please take a look this || how to disable selinux | temporary # echo 0 > /selinux/enforce...
Sysadmin.ID
9 sec read

Install icinga web on Linux Debian

|| what is icinga web Icinga Web is an online portal to view Icinga monitoring results and send commands to the...
Sysadmin.ID
1 min read

Installing Icinga with IDOUtils on Linux Debian

|| what is icinga Icinga is an enterprise grade open source monitoring system which keeps watch over a network and any...
Sysadmin.ID
1 min read

Install pcre 7.6 on Centos 5.5

|| downloading pcre 7.6 package # wget //sourceforge.net/projects/pcre/files/pcre/7.6/pcre-7.6.tar.gz/download || extract and build pcre on Linux Centos # tar -xzf pcre-7.6.tar.gz #...
Sysadmin.ID
17 sec read