How to install Python 3 on Centos 7
The default setting in the system centos 7 is the installed version of Python 2.7. Below I will explain how to install CentOS 7 server...
The default setting in the system centos 7 is the installed version of Python 2.7. Below I will explain how to install CentOS 7 server...
XML-RPC attack: Some time ago monitoring showed increased load on the webserver. Traditionally I immediately went to check the log of the Nginx web server...
Forgot to backup? Sometimes you realize that one of the last rm commands was redundant. Of course, the best way to recover accidentally deleted files is...
This article can be seen as a guide to setting up Apache on the Debian webserver. We will set up the web server VPS, running...
Here are steps for Basic configuration for CentOS – Step 1. Change the password To change the root password you need to enter the command passwd....
No, the website does not fall because he was tired. There are other, more obvious reasons for that, and now we have considered the three...
Send mail through the console: In order to be aware of everything that happens on the server, in addition to monitoring, it is useful to...
Docker vs Cuba: Another popular trend is containerization systems. Today we will try to compare two popular systems – Kubernetes and Docker. Just want to note that...
Linux virtual servers are not equipped with any kind of graphical interface, so they are administered through the console – either through the web console...
I want to talk about one useful feature of Nginx, which I regularly use in my business. It will be about setting up proxying requests...
vsftpd (Very Secure FTP Daemon) – FTP server with support for IPv6 and SSL. The first two letters in the name vsftpd mean “very secure” (“very...
I want to share a little information about how to configure SSL in apache on a CentOS server and transfer the sites from http to...
After connecting the VPS with CentOS operating system to a private or public network, you must configure the network interface. Step 1 Connect to the...
17 June 2017 released another update of the popular Linux distribution Debian. This is the 9th release of Debian is codenamed, Jessie. I explain in detail how...
RDP server: Despite the fact that initially on a VPS and a dedicated server is no possibility to connect to a remote desktop in GUI mode, the...
Not long ago I came across a rather curious system of monitoring Observium. I decided to install it and configure it to look at it...
There are many ways to organize backup on CentOS / Debian / Ubuntu servers – free utilities, self-written scripts using tar, bacula backup system, and...
Sending mail through the console: In order to be aware of everything that is happening on the server, in addition to monitoring, it is useful...
The Webmin is a web-based server administration control panel for Linux based systems. It provides the easiest alternative to command line server administration and can...