Category : Server
Unlock the full potential of your server infrastructure with our in-depth Server category. Dive into expert articles, detailed guides, and practical tips covering everything from server setup and configuration to maintenance and security. Whether managing Linux or Windows servers, our content helps you optimize performance, ensure uptime, and protect your data. Stay updated with the latest server technologies and trends to keep your systems running smoothly and efficiently.
In the first articles about Docker and Docker Compose on the blog, I introduced Portainer – an intuitive, efficient Docker management application, suitable for beginners....
Using Cloudflare Pages as a Reverse Proxy for Cloudinary on WordPress
Previously I used Nginx on Webinoly to make Reverse Proxy and FastCgi Cache for images from Cloudinary, it worked well, however you still had to...
Install WordPress running on Caddy Server using Docker Compose
After a long time setting up WordPress on OpenLiteSpeed Server using Docker Compose, recently I have gradually moved all the WordPress websites I am managing...
Install Caddy Server – Modern, easy-to-use Web Server
After a long time using Nginx and OpenLiteSpeed, recently I’ve been gradually switching to using Caddy as a web server for websites and a reverse proxy for...
[INSTRUCTIONS] Configuring Dynamic DNS on Mikrotik Router
DDNS or Dynamic DNS is a method of dynamically updating IP for domain names, often used to access servers located at home (most home Internet...
Proxmox Backup Server Tutorial – Backup VM / LXC Containers for Proxmox
Today’s article I will share about Proxmox Backup Server – VM and LXC container backup solution for the Proxmox virtualization platform. This is an indispensable...
Instructions for installing Docker, Docker Compose on Linux (Ubuntu / Arch / Debian …)
Continuing with the articles about homelab, today will be an article instructing how to install Docker and Docker Compose on Ubuntu 20.04 LTS. I. What...
LCMP Minimal : Debian – Caddy – MariaDB – PHP for markknow.com
This is a minimal Server installation version, mainly just to run WordPress on VPS, editing a few basic lines is enough) The first reason is...
Some commands on Linux
On CentOS 7 Notes for personal use Add Root Permissions and Increase SSH Connection Time sudo passwd root (Enter password and enter) – do it...