Automatically Kill php-fpm or apache2 process with the High CPU in Linux

Once again I needed a solution to kill php-fpm or apache2 process with the high CPU usage and considering that I am not at the first

Server Disk Drive Tools Linux Format

Disk Partitions Commands in Ubuntu/Debian Server – LINUX Tools

1. fdisk The fdisk command can display the partitions and details like file system type, model, zise. In Ubuntu 20.04 report the size of each

php-info-ini-config-path-ubuntu-server_cr

Where is the php.ini configuration and enabled PHP modules? – Ubuntu Server

PHP configuration folders is usually in /etc/php/ and the installed version, in my case is in /etc/php/7.4/ The active version can be found with the following command in

Firewall Linux Server, Security

Delete UFW Firewall Rules on Ubuntu & Debian Server – Linux

If you want to delete active rules (filters) from UFW – Uncomplicated Firewall – , find out that it is very simple and there are

Header-Cloudflare-Response DevTools-ipfail-org

HTTP headers used by Cloudflare when operating as a Reverse Proxy

CF-IPCountry – This header contains the country code of the home visitor, it is a two-character value that will contain the country code, if the

Http to https , secure site

Automatic HTTPS redirection for HTTP – htaccess,php,html or javascript

1). How to redirect HTTP to HTTPS from .htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> The above code redirects

DNS-ipfail-org-Cloudflare-Web-Performance-Security

How to use Cloudflare CF-IPCountry Hader in .htaccess !

The CF-IPCountry header is specific only to those who use Cloudflare in “Proxied” mode, so if you do not use Cloudflare, then this article is

Add ClassicPress WebApp to HestiaCP Control Panel – Ubuntu 20 Server

Recently I set up a VPS, and for the Control Panel I initially chose VestaCP, but after researching the forums a bit I came to

Netork Firewall Trafic

BitTorrent Clients on Linux Server – qBittorrent vs Transmission

Because I like to use programs that are open source I used Transmission BitTorrent client for almost 2 years and apparently I had no problems

Fail2Ban-Jail-conf-SERVER Hestia-Control-Panel

How to allow an IP or range IPs in Fail2ban on Debian/Ubuntu Linux

I use Fail2Ban primarly to protect my wordpress-servers against brute force attacks. Fail2ban uses iptables (IP packet filter rules of the Linux kernel firewall) to