Git failure error Yeah, by default, all cPanel server has a cron to update cPanel daily. You can setup this by editing the configuration file “/etc/cpupdate.conf.” This can also configure from the WHM panel as root. Go to WHM >> Home…
Author: Maria Jones
Sequences and Lists – Array concept in Python
Dealing Arrays in programming is very important. Lists are very similar to Array concept in programming language. A list can contain any types of variables. This can include variables like, integer, string etc, whatever you wish to add as a…
How to access WHM panel without root password?
Is it possible to access the WHM panel with root password? Yeah, it is! If you have the shell access through SSH Key pair on the server, you can simply access the WHM panel without knowing the actual root password of…
Web hosting concepts – A simplified view with examples
What is actually Web Hosting? What does it mean? Web-hosting is a type of service/process which allows you to upload your website to a web-server and then go to live. Simply, is a process of putting your website in to…
Variables and Types – Python
We already started Python and covered some interesting topics! Please read the previous posts before starting with Variables and its exercises. Please refer to this link >> Introduction to Python – Say Hello World! << to get a start up!!…
[Solved] Horde not found (404) error
The Webmail client Horde on my cPanel/WHM server throwing a “not found” error on web browsers. Yeah, it’s weird. Here I’m explaining the steps to resolve this error painlessly. Horde is one of the commonly using open source Webmail software in…
Sample scripts using Python for Linux SysAdmins – subprocess.Popen
Yesterday, we discussed about the Python module “subprocess” and its classes to manage Linux commands. Before doing the exercises below, I would like to tell you to refer the previous article on subprocess. You will get basic ideas from there.…