RU RU

All Posts

Swap: Why You Need It and How to Enable It

2025-09-03

Swap is virtual memory on disk that saves your VPS from crashing when RAM runs out. On low-cost servers, it’s an indispensable tool to avoid failures during short-term memory usage spikes. Setup is simple: create a file, enable it, and add it to autoload. But remember — it’s insurance, not a replacement for RAM.


Introduction

Modern VPSs are usually provisioned with enough RAM but often without swap (swap file or partition). This is a deliberate choice by providers who want you to quickly upgrade to a more expensive plan.

We needed to find out why the site periodically goes down. Mikhail conducted an audit and found the problem. He's a competent specialist — a pleasure to work with. He approaches tasks responsibly, doesn't disappear or forget )))

2025-08-25

Needed to find out why the site was periodically crashing. Mikhail conducted an audit and found the problem. A knowledgeable specialist, I really enjoy working with him. He approaches tasks responsibly, doesn’t disappear, doesn’t forget )))


Reply: Thank you for the feedback! Glad to help!

074 | Proxmox VE: A Universal Platform for Virtualization and Containerization

2025-08-05


What is Proxmox VE?

Proxmox Virtual Environment (Proxmox VE) is a powerful and flexible open-source virtualization platform that allows you to manage virtual machines and containers through a single web interface. Proxmox VE is based on the Debian GNU/Linux operating system and uses the KVM hypervisor for full virtualization and LXC for lightweight containerization. Its key advantage is versatility and ease of management, making it a popular choice for both home labs and small to medium-sized businesses.

072 | Dokploy: Your Own Heroku on Docker – Full Control and Flexibility

2025-08-03


Introduction to Dokploy: Manage Docker Apps on Your Terms

In previous articles, we explored powerful SaaS deployment platforms like Vercel and Netlify, which offer simplicity and speed by letting a third party manage your infrastructure. Now it’s time to dive into the world of self-hosted solutions with Dokploy. Dokploy is more than just a control panel—it’s your personal “Heroku” that you install on your own server. It’s designed to simplify deploying and managing Docker containers while giving you full control over your environment, without subscription fees for every little thing.