Kloxo is a free control panel for managing your VPS hosting or dedicated server hosting. Since Kloxo is a free control panel, it have many bugs. Kloxo’s scripts are not very common. Here I am explaining some kloxo scripts. #…
Author: Arunlal A
Command line option to find out the version of Ubuntu – lsb_release command
Hi, it’s simple. You can find out the version details simply from the command line. Here I am explaining the ways to find out the version of OS in your server/system. Method I You may use the “lsb_release” along with…
How to disable Mod security rule for a domain in cPanel server
Mod security is an Apache module that helps to protect your website from various attacks. It is used to block commonly known exploits using regular expressions and rule sets. It blocks injection attacks which secure your server. We use mod_security1…
[Solved] Call to a member function add() on a non-object – error in Joomla
This was an error I received in Joomla Administrator panel. Whenever I try to post an article or upload a module, I got a white blank screen. There was no logs in the Apache error log. I have changed ‘error_reporting’…
The “hosts file” location in windows server/system – Add hosts entry in Windows
Hey, it’s very useful in some situations where you have to point the domain to your test server. For example, if you want to point your domain “test.com” to your “test server” temporarily, what do you do for this ?…
How to create/schedule cron jobs on your server – CronJobs in Kloxo
Cronjob is scheduling a task to run later. The task can be either command or a script. The background process(daemon) behind the cronjob is the crond. In the /etc folder there is a file called crontab where we can write…
[Solved] “Ftp connection refused” error in Kloxo
If you are getting “Ftp connection refused” error in Kloxo, then you can follow this post. Error: ftp xxx.xx.xx.xx ftp: connect: Connection refused ftp> # netstat -plan | grep :21 Solution: Make sure you are running pure-ftpd service. If so,…