As a Linux admin you must have the knowledge to manage servers via command-line. In a cPanel server there are a lot of back-end scripts available for different operations via command line. In this post I am explaining the different…
Links in Headers Footers Navigation and Content Can Impact SEO
You might have come across this important question in your life more than once. Which link seems to be more valuable? It is the one in the navigation or in the content of your online page? What will happen if…
The screen command usages and examples – Unix/Linux
The screen command under the Unix is used to execute processes inside a screen session. That means you can simply detach from the screen and keep working on that server. It is normally very helpful when you need to install some…
How to change main domain of a cPanel reseller account with an existing domain name?
Hey!! Here are some tips on cPanel reseller account modification. It’s quite simple if the new domain you wish to set as primary of your WHM re-seller is not under the same account. It can be simply managed from the “Modify…
Introduction to Python – Say Hello World!
Why this category? Now-a-days we do not have much time to spend for repeated works. We all are busy with learning new things. And we required some automation tools to reduce the work load and save the time. Python is…
20 ls command usages and examples – Linux
ls – The linux command ls command is one of the most frequently used command in Linux. Even-though, we may not use all the options available but here I am explaining the different options of ls command. The command “ls”…
Simple steps to count emails in Exim mail queue for a specific sender/receiver
In Exim MTA(Mail Transfer Agent) there are a lot of options/commands available to manage the Email queue simply. Also, we can simply figure it out if there any spamming on that server which has Exim as MTA. We have already…