Sysadmin.ID

  https://sysadmin.id

   



230 Stories by Sysadmin.ID

:: install lighttpd on linux

:: how to install lighttpd on linux debian # aptitude install lighttpd :: configuring lighttpd on linux # vi /etc/lighttpd/lighttpd.conf ### default settings ####...
0 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 reinstall apache via...
0 6 sec read

:: reset wordpress theme

:: how to reset wordpress theme to default # using mysql cli $ mysql -u user -p mysql> use dbwordpress; mysql> UPDATE wp_options SET...
0 25 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 /usr/lib/mozilla/plugins :: checking...
0 11 sec read

:: libgtk-x11: cannot open shared object file

:: if you running thunderbird / firefox and get error like: /usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No...
5 16 sec read

:: installing thunderbird 3.1.10 on linux

:: download thunderbird 3.1.10 email client # wget //mozilla.cdn.leaseweb.com/thunderbird/releases/3.1.10/linux-i686/en-US/thunderbird-3.1.10.tar.bz2 or you can download on thunderbird download page :: installing thunderbird from source on linux...
0 18 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 //www.openssl.org/source/openssl-0.9.8o.tar.gz # tar...
2 52 sec read