how to

Apache :: MP4 Streaming

:: How to Enable mp4 Streaming in Apache + Installing mod h624 streaming wget //h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7/ ./configure...
sysadmin.id
18 sec read

Apache :: Flash / FLV Streaming

:: How to Configure Apache for FLV Streaming + Installing mod_flvx wget //people.apache.org/~pquerna/modules/mod_flvx.c which apxs /usr/bin/apxs /usr/bin/apxs -cia mod_flvx.c + setup...
sysadmin.id
15 sec read

Ubuntu :: PHP FastCGI + NGINX

:: How to setup PHP FastCGI for NGINX in Ubuntu + Installing NGINX and php-cgi apt-get update apt-get install nginx php5-cli...
sysadmin.id
1 min read

cPanel :: htpasswd to protection directory using htaccess

:: How to protect directory in cPanel 0. Login in cPanel 1. Go to “Password Protect Directories” 2. Select folder want...
sysadmin.id
19 sec read

Ubuntu :: Add a PPA

:: What is PPA on Ubuntu PPA is Personal Package Archives allow you to upload Ubuntu source packages to be built...
sysadmin.id
32 sec read

CentOS 6.3 :: Setup VNC Server

:: What is vnc VNC is a graphical desktop sharing system that uses the remote framebuffer protocol to remotely control another...
sysadmin.id
39 sec read

CentOS :: Disable Network Manager

:: How to Disable Network Manager in CentOS 6.3 + Stop NetworkManager /etc/init.d/NetworkManager stop + Turn off on init.d chkconfig NetworkManager...
sysadmin.id
8 sec read