How to Change default SSH Port 22 to Increase Security
By default, the SSH service runs on port 22, but to prevent automated robots and malicious users from brute-forcing into your server, you should consider
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
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
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
Convert Subtitles SRT from ISO-8859-16 to UTF-8 – iconv – Linux
On the current personal NAS server, which is more like a Media Server for a Home Theater, I installed Jellyfin instead of more “popular” but not
How to Remove Files Recursively using Wildcard? – Linux Command Line
A short time ago I had to delete a lot of files created by a script, which I didn’t need anymore, but those files were
Linux ext4-exFat Copy problem with MC (Midnight Commander) file manager
Not lon ago I encountered a rather bizarre situation using MC file manager, an application that I have been using for a long time in
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
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
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