Articles related to the following tags: Server. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Server. Page 1
In english/
Articles/
Page 1, Server,
How to Fix SSL "CERTIFICATE_VERIFY_FAILED" and Migrate Email Between Hosts
27.03.2026
12.04.2026
197
0
0
0
0
Struggling with SSL verification errors during email delivery? Learn how to solve the CERTIFICATE_VERIFY_FAILED issue in Python/Django and follow a step-by-step guide on migrating your corporate email server.
Deploying the BTCPay server on VPS
05.03.2026
12.04.2026
919
0
0
0
0
I'll describe the process of deploying a BTCPay server to accept crypto payments. Step by step: Bitcoin Core -> .NET SDK 8.0 -> NBXplorer -> BTCPay -> Nginx -> Tor …
How to add user on Linux server
28.02.2026
11.03.2026
104
0
0
0
0
How to add a user on a Linux server (Debian/Ubuntu/CentOS), why it's necessary, and how to make them an administrator. I'll briefly explain the differences between a privileged/root user and …
How to generate and use a SSH keys
26.02.2026
11.03.2026
146
0
0
0
0
In summary, this guide explains how to generate a key pair for an SSH connection to a remote server. Also, how to transfer them to the remote server and how …