Sysadmin.ID

  https://sysadmin.id

   



231 Stories by Sysadmin.ID

:: drop all tables in mysql db

:: how to drop all tables in mysql db $ mysqldump -u -p --add-drop-table --no-data | grep ^DROP | mysql -u -p ...
0 6 sec read

:: install firefox 4 on debian

:: how to installing firefox 4 on debian # wget //mozilla.ftp.halifax.rwth-aachen.de/mozilla/firefox/releases/4.0.1/linux-i686/en-US/firefox-4.0.1.tar.bz2 or you can download firefox 4 on this :: installing firefox 4 from...
0 16 sec read

:: get visitors ip using php

:: how to get ip address using php # vi ip.php Your IP :: <?php echo $_SERVER; ?> :: view your ip addres //blackonsole.org/ip.php...
0 6 sec read

:: num lock problem on debian

if you get num lock not working once the GNOME session starts, you can fix the problem by following: 0. Go to System -...
0 9 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/ # mv inc/config.default.php...
0 28 sec read

:: nginx reverse proxy with apache

:: how to installing nginx on linux debian # aptitude install nginx :: configure nginx as reverse proxy + create reverse proxy setup file...
5 51 sec read

:: change date and time on xen vm

:: how to change date and time on xen vm + enable independent_wallclock on xen vm # echo 1 > /proc/sys/xen/independent_wallclock + set the...
0 14 sec read