2025-10-08
Congratulations! You just set up your web server (LAMP, LEMP, or something else) and are ready to build awesome websites. You have an operating system, a web server, a programming language, but one important puzzle piece …
Read more2025-10-07
Hello, aspiring web developer! 👋
If you’re just diving into the world of building websites, you’ve probably already heard of LAMP and LEMP. These acronyms sound like something out of a spy movie, but in …
Read more2025-10-06
Introduction Let’s Encrypt is the standard for obtaining free TLS certificates. Most often certificates are issued via the HTTP-01 method, which requires a reachable web server on port 80. However, for internal services …
Read more2025-10-05
Moving a website to a new server or restoring it after a failure can sound like a scary task, especially if you’re new to web development or administration. But don’t panic. With the right approach and a …
Read more2025-10-05
Introduction Email remains one of the key tools for communication and business. Many use paid services like Gmail, Outlook or ProtonMail, but there are those who prefer to set up their own mail server. This gives full …
Read more2025-10-03
Introduction If you are a beginner system administrator or developer, you’ve probably faced the task of managing network traffic. One of the most powerful tools for this is HAProxy, a high-performance load balancer for …
Read more2025-10-01
Task 🚀 Create your own fast and reliable proxy, register it in Telegram to track statistics, and optionally make it public.
Solution Choice: Docker + Official MTProto Image Why Docker? Docker allows you to run the proxy …
Read more2025-09-30
Introduction In this series on file transfer protocols, we’ve already looked at centralized solutions — S3, WebDAV, Rsync. But there’s a fundamentally different approach — BitTorrent, a decentralized P2P protocol that …
Read more2025-09-29
Introduction In previous articles, we explored different file transfer protocols — from classic FTP and SFTP to modern solutions like S3 and WebDAV. Now let’s take a closer look at Rsync — a powerful tool and protocol …
Read more2025-09-28
Introduction In previous articles, we covered both classic protocols (FTP, SFTP, SMB) and the modern object storage standard S3. However, there’s another protocol that combines features of traditional file access with …
Read more