A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. As like in linux server we can use the netstat commnet here too. Here I am…
15+ switches of usermod command with example – Unix/Linux
The Unix/Linux command “usermod” is a useful one to alter the already created user via command line. The command Useradd or adduser is for creating a user in Linux system/server from its command prompt. The basic syntax for creting a…
How to enable remote MySQL for an IP address on a cPanel server via CSF
Enable remote mysql In CSF, there is an option to allow IP address in a file which is ‘csf.allow’ that allows connections from external. Please do follow the steps here for enabling remote MySQL for an IP address on a…
How to restart the service Spamd – cPanel
Service Spamd It’s not such a great deal, but we must know how to do this!! I wondered the service Spamd is not there under “/etc/init.d/” directory. In a cPanel server, there is a script to manage the Spamd service.…
How to delete a group from server via commandline – Unix/Linux
What is a group in Linux? This is a way to organize Linux users. The group membership is administrated by the file “/etc/group” which includes a list of groups and its members. We can also define a user in different…
How to run Python scripts with cPanel?
Python script showing code itself in browser instead of running!! Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would…
How to enable MySQLi extension on web-server
How to enable MySQLi? Before going to enable it on the server, I will share some ideas about MySQLi. Then, I should explain how we can enable MySQLi on a cpanel server and How we can check if MySQLi is already enabled or…