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.…
More about the Python module subprocess and subprocess classes
How/Command to find out the spam mailing script’s location – Exim mail server
The Exim mail server has a lot of options/commands to find out the details of spammers easily and i details from the command line itself. Please refer to the blog post “Spam Check” to get more ideas about Exim spam trouble…