by admin | Nov 25, 2014 | General, Servers
There are many situations in which you may find a VPS in its mounted state. Usually a # vzctl start VEID, would attempt to start the container back. But there are situations in which this task would be hung in the system memory. You may get something an error similar...
by admin | Nov 8, 2014 | Servers
Suppose you have a folder /home within your domain ‘example.com’ and would like to have your domain visiting users get redirected to example.com/home when they hit example.com, you can use the following short .htaccess snipnet : <IfModule...
by admin | Nov 8, 2014 | cPanel/WHM, Servers
Are you seeing weird kthread processes being executed from user’s home directory ? For example, if you are on cPanel, are you seeing something like the file /home/user/.lesshts/kthread running and consuming the server resources ? This looks suspicious as a...
by admin | Oct 16, 2014 | cPanel/WHM, OpenSource, Servers
It looks like opensource is constantly being hit with vulnerabilities these days ! but yea, as a wise man once said, the more people use and learn on a stuff, the more loopholes you get to find and fix. So the recent vulnerability is with the SSLv3 protocol which has...
by admin | Oct 16, 2014 | Servers
With the recent openSSL vulnerabilities, upgrading openssl to a more latest and stable version, openssl-1.0.1g can be done using the following easy steps. Applicable for CentOS server’s ! # wget ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz # tar -zxf...
by admin | Sep 18, 2014 | Apache, Servers
What is a DDoS attack ? DDoS, short for Distributed Denial of Service, is a type of DOS attack where multiple compromised systems — which are usually infected with a Trojan (70% of the time)– are used to target a single system causing a Denial of Service (DoS) attack....