command

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

Disable SELinux

|| what is selinux please take a look this || how to disable selinux | temporary # echo 0 > /selinux/enforce...
sysadmin.id
9 sec read

Install pcre 7.6 on Centos 5.5

|| downloading pcre 7.6 package # wget //sourceforge.net/projects/pcre/files/pcre/7.6/pcre-7.6.tar.gz/download || extract and build pcre on Linux Centos # tar -xzf pcre-7.6.tar.gz #...
sysadmin.id
17 sec read

Install jdownloader on linux debian

|| what is jdownloader please take a look this || how to install jdownloader on linux debian | installing openjdk-6-jdk #...
sysadmin.id
18 sec read

Setup DNS using Bind / named

|| what is bind please take a look this || install bind (debian) # aptitude install bind9 || setting bind |...
sysadmin.id
39 sec read