Category: Guides
Guides
Keeping an eye on your server is important. You want to know if it’s healthy, fast, and running as expected. One tool I’ve used for this is called Zabbix. …
Guides
Keeping track of how much internet data your server uses can be really helpful. I found this out while running a small web server at home. I wanted to …
Guides
We know that one PHP version just isn’t enough. I found this out when I was running more than one website on the same server. One site needed PHP …
Guides
Sometimes, it’s just easier and safer to keep things in your own hands. That’s why I started hosting my own Git server at home. Git is a version control …
Guides
If you’re running a website or app on a Ubuntu VPS, you might notice that things can slow down when many users visit at once. One way to help …
Guides
Keeping your Linux server safe is important. One helpful tool for this is Lynis. Lynis is a free, open-source program that checks your system for security problems and gives …
Guides
When you’re running a Linux server, it’s important to protect it from unwanted traffic. One way to do that is by using iptables. This tool helps you filter network …
Guides
When you’re running a server, one of the most important things is keeping it safe. You don’t want anyone sneaking in through open ports you forgot about. That’s why …
Guides
Sometimes, network problems can be tricky to understand. Maybe your app isn’t connecting. Or maybe your server is listening, but no one can reach it. When that happens, you …
Guides
If you run a server and want an easy way to manage websites, emails, and domains, cPanel/WHM is a good option. In this guide, I’ll show you how to …