tips

:: reset wordpress theme

:: how to reset wordpress theme to default # using mysql cli $ mysql -u user -p mysql> use dbwordpress; mysql>...
Sysadmin.ID
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...
Sysadmin.ID
11 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...
Sysadmin.ID
18 sec read

:: Checking Linux Version

:: how to checking linux version using command line o using lsb_release # lsb_release -a No LSB modules are available. Distributor...
Sysadmin.ID
12 sec read

:: how to check your cpu is 64bit on linux

:: checking your processor # cat /proc/cpuinfo | grep lm flags : fpu vme de pse tsc msr pae mce cx8...
Sysadmin.ID
27 sec read

:: create debian live usb

:: download debian # wget //cdimage.debian.org/debian-cd/6.0.1a/i386/iso-cd/debian-6.0.1a-i386-xfce+lxde-CD-1.iso other debian version checking on debian download page :: create linux debian live usb on...
Sysadmin.ID
20 sec read

Live syncing using lsyncd

:: what is lsyncd Lsyncd watches a local directory trees event monitor interface (inotify). It aggregates and combines events for a...
Sysadmin.ID
23 sec read