web

:: get visitors ip using php

:: how to get ip address using php # vi ip.php Your IP :: <?php echo $_SERVER; ?> :: view your...
sysadmin.id
6 sec read

:: installing mybb on linux

:: downloading mybb package # wget //www.mybb.com/download/latest :: setup mybb package # unzip latest # mv Upload/* /var/www # cd /var/www/...
sysadmin.id
28 sec read

:: installing php5 on linux debian

:: what is php please take a look this :: how to install php5 on debian # aptitude install php5 php5-cli...
sysadmin.id
13 sec read

:: install lighttpd on linux

:: how to install lighttpd on linux debian # aptitude install lighttpd :: configuring lighttpd on linux # vi /etc/lighttpd/lighttpd.conf ###...
sysadmin.id
34 sec read

:: reinstall apache on cpanel

:: how to reinstall apache on cpanel login to your cpanel server and run easyapache script # /scripts/easyapache or you can...
sysadmin.id
6 sec read

:: installing flashplayer on 64bit

:: download flashplayer 10 for 64bit linux distro # wget //download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz :: extracting and installing flashplayer # tar -xzf flashplayer10_2_p3_64bit_linux_111710.tar.gz -C...
sysadmin.id
11 sec read

:: 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