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…
commands
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 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…
Softlink and Hardlink in Linux a detailed explanation
Good day techies!!! Softlink and Hardlink. This is essential to know about links (both softlink or Symlink and hardlink) because we are Linux techies.. It’s vital to knowing about how Linux/Unix environment works!! Here I’m explaining both Soft and Hard links…
SSH connection error – Permission denied cPanel server
ssh permission denied error, that what we are discussing here. The word SSH is the abbreviation for Secured Shell. SSH is a command-line program to login to remote Linux server which has SSH server. The SSH is using for remote…
lsof command usages with example – Unix/Linux
lsof command usages with example lsof command usages is a mandatory thing that every sys admin must know. lsof command lists open files. It’s the short form of “LiSt Open Files.” This command has a vital role in server Administration.…