What is Ghost Vulnerability in Linux Servers/Desktops?
Are you running a Linux server in your business or for your website or CRM? Then there is a possibility that it is affected with the Ghost Vulnerability. Wondering what is Ghost Vulnerability? It is a serious security problem found in the GNU C Library (Glibc) called Ghost. How do…
Generate SSH Public Key using Mobaxterm for Windows
I don’t know about you but I love to use Mobaxterm by Mobatek (Available to Download from http://mobaxterm.mobatek.net/). The application provides a powerful bash shell for my Windows Machine but for simple usage it gives me a tool to connect to Linux servers of Target Integration as well as their clients…
Set Static IP Address for Ubuntu/Debian Server
If you install an Ubuntu/Debian server, by default, it is only set up with DHCP and hence it fetches an IP address automatically from the DHCP server. In order to change the DHCP IP address to a static IP address you can edit /etc/network/interfaces file of your server and set…
Installing Alternative PHP Cache (APC) on Ubuntu 8.04 PHP5 Apache2
First of all some of the packages which are required for APC: apache2-threaded-dev : This package provides the development headers and apxs2 binary for threaded versions of apache2 php5-dev : This package provides the files from the PHP5 source needed for compiling additional modules. php-pear : This package contains the…