Sysadmin.ID

  https://sysadmin.id

   



230 Stories by Sysadmin.ID

Ubuntu :: Enable mod_rewrite in Apache2

:: How to enable mod_rewrite Apache2 on Ubuntu + enable rewrite module sudo a2enmod rewrite + restarting apache2 sudo service apache2 restart   +...
0 5 sec read

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 --with-apxs=`which apxs2` make...
0 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 mod_flvx in http.conf...
0 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 php5-cgi spawn-fcgi +...
1 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 to protect in...
0 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 and published as...
0 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 computer.   ::...
0 39 sec read