September 9, 2026 - 08:53
Using SVG and Animation for Interactive Graphics Image
Using SVG and Animation for Interactive Graphics
Read More
Authentication with JWT (JSON Web Token) in PHP Image
Authentication with JWT (JSON Web Token) in PHP
Read More
Cybersecurity Basics: What You Need to Know Image
Cybersecurity Basics: What You Need to Know
Read More
Linux D-State Explained: Why kill -9 Cannot Stop the Process Image
Linux D-State Explained: Why kill -9 Cannot Stop the Process
Read More
Server Management HTTPS Redirect on Windows IIS

Redirecting HTTP to HTTPS on Windows IIS (web.config) Today, someone commented on my post about redirecting to HTTPS using .htaccess and said: You ...

cPanel Problems Email Account Disk Usage Not Updating

Email Account Disk Usage Issue in cPanel While checking the email accounts in my cPanel, I noticed that some accounts show incorrect disk usage. Even...

Server Management Linux Vi / Vim Text Editor Commands

What is Vi? The Vi editor is a text editor. It comes pre-installed on every Linux system by default. In other words, it can be used across all Linux ...

PHP PHP Code Examples - Part 2

I continue to share some handy utility functions that are good to always have within reach. This time, my focus is on date-related functions. The fir...

cPanel Problems perl-Git Installation Error

When you type #yum update in the terminal, the update process fails with an error like the one below. Because of this error, the entire update list ca...

Databases Backing Up MySQL via SSH

Don’t even ask whether you can back up and restore MySQL databases via SSH on a Linux server — of course you can! As long as you know the MySQL root p...

Server Management HTTP Methods

What is HTTP? Hypertext Transfer Protocol (HTTP) is a protocol designed to enable communication between clients and servers. HTTP works as a request-r...

Server Management HTTP Status Messages

HTTP Status Codes and Their Meanings When a browser requests a service from a web server, an error may occur. These errors help you understand whether...