Category: Guides
Guides
RAID can help protect your data or make your server faster. If you have more than one disk on your Linux server, you can use RAID to make the …
Guides
Sometimes, you need a script or program to keep running in the background on your Linux server. For example, maybe you’ve written a Python script that watches a folder …
Guides
If you’ve built a website using React, the next step is putting it online. That means “deploying” your app so people can visit it. In this guide, I’ll walk …
Guides
Sometimes, to run certain apps or tools on a Linux server, you need to have Java installed. One of the most common and free versions of Java is called …
Guides
When you build a website or run a server, you want everything to load fast. One easy way to speed things up is to make files smaller before they’re …
Guides
Setting the correct time on your computer may seem like a small task. But when you’re running a server or doing anything time-sensitive, it becomes pretty important. I’ve had …
Guides
If you’re building a web app using Node.js, setting up a reverse proxy can really help. It makes your app faster, safer, and easier to manage. I didn’t understand …
Guides
What Is a “502 Bad Gateway” Error? Let’s start with the basics. A 502 Bad Gateway error happens when Nginx (a web server) tries to talk to another server …
Guides
If you’ve ever wanted to store lots of data in a smart way, MongoDB might be what you’re looking for. I use it when I need to work with …
Guides
Have you ever wanted to make a simple website and share it with the world? Maybe you made a school project, a personal blog, or a photo gallery. In …