Basic Linux VPS Security Hardening After Purchase

After purchasing a VPS, the server is already accessible from the internet, so it is better to secure it before installing websites, control panels, databases, or Docker applications. Basic security configuration helps reduce the risk of brute force attacks, close unnecessary ports, and protect the server from typical automated scans 1. Update the System The […]

Read More

Kasm Workspaces: Remote Linux Desktop in the Browser.

What is Kasm Workspaces Kasm Workspaces is a web-based platform that allows you to run operating systems and individual applications inside isolated containers, accessible directly through a browser. The project is designed with a focus on security, scalability, and ease of deployment. Who it’s for: Developers who need a temporary desktop or environment. Testers and […]

Read More

Simple backup script (bash)

In this guide, I will show you how to create a backup of the database and site files using a simple bash script. I will also show you how you can automate the process and set up the archive rotation.

Read More