command

:: 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...
sysadmin.id
14 sec read

:: install epel repository on centos 5.6

:: what is epel repository The EPEL (Extra Packages for Enterprise Linux) repository is a community-based effort from the Fedora Project...
sysadmin.id
15 sec read

:: ssh [scp] login without password authentication

:: install dependency installing ssh-client (Debian) # aptitude install openssh-client :: configure ssh / scp login without password authentication + generate...
sysadmin.id
41 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

:: 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...
sysadmin.id
16 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 install php5-fpm on Linux Debian

:: how install php5-fpm on debian o setup repository # echo -e "deb //packages.dotdeb.org stable allndeb-src //packages.dotdeb.org stable all" >> /etc/apt/sources.list...
sysadmin.id
14 sec read