Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.

www.linux.org

chrome DZMflbXKid - Use AbuseIPDB API to block bad IP's on ConfigServer Firewall

Use AbuseIPDB API to block bad IP’s on ConfigServer Firewall

AbuseIPDB has a free API plan that will allow you to get a list of up to 10.000 blacklisted IP addresses that are currently reported for malicious activity. On a Linux server, we can use this data to automatically block that bad IP traffic from our...

chrome 5diVZc2Qed - Block Free Proxy and Tor IP Addresses with CSF Firewall

Block Free Proxy and Tor IP Addresses with CSF Firewall

To block Block Free Proxy and Tor IP Addresses with CSF Firewall edit: nano /etc/csf/csf.blocklists and add: # Name: PROXYSPY # Information: Open proxies (updated hourly) PROXYSPY|86400|0| # Name: XROXY # Information: Open proxies (this list is...

image 8 - 2 ways to Install SSL in VestaCP

2 ways to Install SSL in VestaCP

Installing an SSL via Vesta Control Panel Installing a free Let’s Encrypt SSL via terminal Installing SSL via Vesta Control Panel To add a SSL to a website in Vesta, you must first complete the following: Add the domain name Change DNS to the...

chrome n4SE3pYocj - BASH Scripting – Conditional Statements (if-then, else, elif)

BASH Scripting – Conditional Statements (if-then, else, elif)

In this tutorial, we will be discussing some of the conditional statements (aka structured commands). Firstly, what are Conditional statements ? In a BASH scripts, commands run sequentially that means first line will be executed first, then next one...

nginx nodejs configuration - Nginx Configuration file example for NodeJS App

Nginx Configuration file example for NodeJS App

Nginx Configuration file example for NodeJS App: server { listen 80; server_name domain.com; # redirect everything to https return 301 ; } server { listen 443 ssl; ssl on; ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem;...

image 19 - Enable traceroute in cPanel

Enable traceroute in cPanel

For cPanel users to be able to use the traceroute command via terminal, traceroute has to be installed on the server and enabled in WHM settings. Step 1. Install traceroute Ubuntu: apt-get install traceroute CentOS: yum install traceroute Step 2...

image 1 - How to Install Magento 2.4.5 on CentOS (Complete Guide)

How to Install Magento 2.4.5 on CentOS (Complete Guide)

In this guide, I will be installing Magento 2.4.5 on a cPanel server where ElasticSearch has been installed. Before proceeding to the next step make sure that you are using a supported PHP version and have all required extensions enabled. Step 1...