Yes, I’m back to EIG!! I am very glad to say about this opportunity that I got in my career. As every SysAdmin, this was my dream to work with Endurance. It’s a long journey and finally I got the…
Author: Arunlal A
Command line option to list suspended accounts/domains – cPanel
In WHM/cPanel server there is an option to suspend a particular account/domain for a particular period. This option is very helpful to deactivate an account if we found any malicious activities like spamming, phishing etc from that account. Also you…
Introduction to IAAC [Infrastructure As A Code] tools
It’s time that I had to write an article on IAAC. All giant’s infra are now set and manage as IAAC. Infrastructure As A Code is shorted as IAAC. I hope you guys are already aware of these tools and…
What is iptables in Linux? Introduction to iptables
What is iptables in Linux? What is iptables in Linux? We can call, it’s the basics of Firewall for Linux. Iptables is a rule based firewall system and it is normally pre-installed on a Unix operating system which is controlling the…
Disable SSH root login – Linux
How to disable SSH login as root user – PermitRootLogin? PermitRootLogin – is an important directive in SSH configuration file to control the ssh login as root user. You can enable / disable root login access using this directive in…
Head command switches with example in Unix/Linux
7 plus head command switches with example in Unix/Linux The head command By default, the head command prints the first 10 lines from the file which is given followed by the head command. In the case of more than one…
Tail command switches with example in Unix/Linux
10+ useful tail command’s switches with example – Unix/Linux The tail command By default, the tail command prints the last 10 lines from the file which is given followed by the tail command. In the case of more than one…