Category: Linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Protect yourself from DOS attacks on Linux with mod_evasive

The following tutorial explains how to install the “mod_evasive” module for the Apache webserver on Debian, which temporarily blocks the client in the event of several attempted connections to the server, called a DOS attack. Installation: apt-get install libapache2-mod-evasive Create a directory to store the mod_evasive logs mkdir -p /var/log/apache2/evasive chown -R www-data:root /var/log/apache2/evasive Now

Standard

Installing PHP IMAP (CentOS and Debian)

PHP’s IMAP functions allow you to operate with IMAP protocols such as NNTP, POP3 and local access methods. If you are getting the error“Fatal error: Call to undefined function imap_open()…” when trying to use the IMAP function, it means that it is not installed in your PHP.   How to install the IMAP function in

Standard

Installing phpMyAdmin on Debian

phpMyAdmin is a computer program developed in PHP for administering MySQL over the Internet. Just use the following command in SHELL: apt-get install phpmyadmin Follow the instructions that appear on the screen. Once installed, move the phpmyadmin folder located in the “usr/share/phpmyadmin” directory to the root folder of your domain or any other folder of

Standard

How to restart Webmin

Sometimes Webmin becomes inaccessible and we have to restart it. When you do this, it will work normally again. To do this, just run the following command in SHELL: /etc/init.d/webmin restart After using the above command, you will see the following message: Stopping Webmin server in /usr/share/webmin Starting Webmin server in /usr/share/webmin Now Webmin will

Latest news

Latest news directly from our blog.