Blog

How to take screenshoot or printscreen on MAC OS x

  • by

How to take screenshoot or printscreen on MAC OS x To take full Desktop Screenshoot type: command+shift+3 To take scpecific Screenshoot type: command+shift+4 It will apear scissor/cutsor and you can crop your chosen portion.

How to Install and Configure Webmail Squirrelmail in CentOS

  • by

How to Install and Configure Webmail Squirrelmail in CentOS [root@www ~]# yum -y install squirrelmail [root@www ~]# cd /usr/share/squirrelmail/plugins/ [root@www plugins]# wget http://www.squirrelmail.org/plugins/compatibility-2.0.14-1.0.tar.gz [root@www plugins]# wget http://www.squirrelmail.org/plugins/empty_trash-1.4-1.2.2.tar.gz [root@www plugins]# wget http://www.squirrelmail.org/plugins/secure_login-1.4-1.2.8.tar.gz [root@www plugins]# tar zxvf compatibility-2.0.14-1.0.tar.gz [root@www plugins]# tar zxvf empty_trash-1.4-1.2.2.tar.gz [root@www plugins]#… Read More »How to Install and Configure Webmail Squirrelmail in CentOS

PowerDNS with PowerAdmin on Fedora

  • by

Installing and Configuring PowerDNS with PowerAdmin from Source Pre-requisites # yum group install ‘Development Tools’ # yum install libxml2-devel gd gd-devel libmcrypt-devel libmcrypt libmhash curl curl-devel libtool-ltdl-devel libtool-ltdl libpng-devel imagemagick ncurses ncurses-devel pce-devel zlib-devel bzip2-devel Apache 2.2.15 # cd /usr/local/src… Read More »PowerDNS with PowerAdmin on Fedora