
How to Check if Your Linux Server Is Under DDoS Attack
Whether you’re a blogger, the owner of an eCommerce shop, or a webmaster for a local service provider, everyone knows that in today’s internet-driven world, …

Whether you’re a blogger, the owner of an eCommerce shop, or a webmaster for a local service provider, everyone knows that in today’s internet-driven world, …

Login to your Ubuntu server with root user with your favorite SSH client Lets first update the operating system with all the latest packages with …

In this guide, we’ll cover how to change a password in Linux using the passwd command followed by the name of the desired user. This …

HotLinking is something using which you can display an image, which you have seen on someone else’s site, on your site. Bandwidth in this case …

MySQL is the world’s most popular open-source relational database management system. While most web applications connect to MySQL locally, many scenarios—such as remote data analysis, …

In Linux, log files display a timeline of events for specific processes and parts of the system. For example, there are log files for dpkg, …

Viewing Text File Content The cat command allows you to read /view the contents of the text files without editing them. The easiest method of …

For setting up different time zone for a particular domain, you need to specify the time zone in the file called “php.ini”. If you have …

Please refer the following steps: a. Login to the server as root. b. Execute the following command: root@host [~]# visudo c. The screen …

Please refer the following steps : a.Download latest version of Suhosin # cd /opt # wget https://download.suhosin.org/suhosin-0.9.32.1.tgz Make sure that that php-devel is installed: # …

For receiving an alert if someone logs in as root to your server, you will have to make Some changes to .bashrc that is available …