Articles & Snippets

Search for content...
/

Start typing to search

Understanding chrome://net-internals/#hsts in Google Chrome

Posted by Cătălin on Mon, 9 Feb 2026

Google Chrome has a hidden page called chrome://net-internals/#hsts that lets you view and manage HSTS settings for websites.

HSTS stands for HTTP Strict Transport Security, a security feature that forces browsers to connect to a site using HTTPS. What HSTS Does Prevents your browser from using HTTP to access...

Read More...
google chrome   HSTS

How to Check Apache and PHP-FPM on cPanel

Posted by Cătălin on Sat, 7 Feb 2026

Monitoring Apache and PHP-FPM settings helps you ensure your server runs efficiently and can handle traffic spikes. You can check PHP-FPM max_children, Apache MaxRequestWorkers, and detect possible DOS attacks.

1. Check PHP-FPM Max Children PHP-FPM limits the number of PHP processes using max_children. Too low can block requests, too high can overload the server. grep...

Read More...
code

How to Restart Web Server on cPanel

Posted by Cătălin on Tue, 6 Jan 2026

Restarting your web server can fix configuration changes, clear stuck processes, and refresh services. On cPanel servers, you usually manage this via SSH as the root user.

Access Your Server Open an SSH connection to your server using a terminal or SSH client. Log in as the root user because restarting services requires root permissions. ...

Read More...
linux   cpanel   restart web server

How to Check Active Connections on a Linux Server

Posted by Cătălin on Fri, 2 Jan 2026

Monitoring active network connections helps you see who is connected to your server. You can identify open sessions, suspicious activity, and which processes own each connection.

Why This Matters Detect unauthorized access Audit active users Investigate high resource usage Track specific IP traffic Check Active TCP Connections...

Read More...
linux server

How to Use HTTrack to Download a Website

Posted by Cătălin on Mon, 15 Dec 2025

HTTrack is a free and open source tool that lets you download a website to your computer. You can browse the site offline just like you would online.

What HTTrack Does Downloads HTML pages Grabs images, CSS, and JavaScript files Rewrites links so the site works locally Mirrors the folder structure ...

Read More...
download websites offline

Remove 360 Monitoring Plugin on cPanel WHM Server

Posted by Cătălin on Fri, 21 Nov 2025

How to Disable and Remove 360 Monitoring Plugin on cPanel WHM Server?

To disable and remove 360 Monitoring plugin on cPanel WHM server, follow the steps below: Login to server via SSH and run the following command: whmapi1 EcosystemFeatures/local_disable plugin=cpanel-monitoring-plugin...

Read More...
360Monitoring   cPanel   WHM   server