HostOnNet Blog

Tag Archives: Linux

Mono Project Releases 2.0

Mono 2.0 released on 6 Oct 2006. Mono allow you to run ASP.NET, C# applications on Linux. http://mono-project.com Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of


Cpanel support only RHEL and CentOS linux

Cpanel is most popular control panel for Linux servers. I used to support many distros. Recently they changed policy to only support CentOS and RHEL Linx distros. They also support FreeBSD, but recommended only for expert users. http://www.cpanel.net/products/cpwhm/cpanel11/sys_requirements.htm It is


Extracting RAR files in Linux

Today a client want to install Flash Media Server on his linux server. He uploded Flash Media Server in a rar file. Linux by default do not support .rar files. So i have to install unrar on the server. This


SHV5 rootkit

I am posting this as this image was in my desktop for years. I want to delete it, so thought of adding it to blog. In 2006, one of my linux server got hacked. Most will tell you need OS


How to install CPAN libwww-perl

When installing csf firewall on a server, i got error libwww-perl not installed. I installed it with yum on CentOS 5 yum install perl-libwww-perl