Install Python 3.0 in CcentOS7 8 and create virtual environment

Install Python 3.0 in CcentOS7 8 and virtual environment Install Python 3 eight Install dependent packages Download Python version Install Python installation package Create soft connection yum configuration virtual environment Update pip Install virtualenv, virtualenvwrapper Define virtualenvwrapper path Create virtual environment ...

Posted by mattee on Thu, 27 Jan 2022 14:18:41 +0100

Yum is too slow to bear? That's because you didn't

preface yum is a Shell front-end package manager in Fedora, RedHat and SUSE. Based on RPM package management, it can automatically download and install RPM packages from the specified server, automatically handle dependencies, and install all dependent software packages at one time without tedious downloading and installation. We usually u ...

Posted by damisi on Thu, 27 Jan 2022 08:19:35 +0100

Ansible -- ansible basic ad hoc

preface Automated operation and maintenance tool ansible 1, ansible introduction    ansible is a lightweight automatic operation and maintenance management tool developed based on python. It integrates the advantages of many operation and maintenance tools (saltstack, chef and puppet). It can be used to execute command ...

Posted by kyleldi on Thu, 27 Jan 2022 07:15:14 +0100

Build TinyTiny rss service

Set up RSS subscription service You can subscribe to the information you want to get, which is convenient and fast, and you can avoid the useless information recommended by the recommendation algorithm. Reference video: https://www.bilibili.com/video/BV1VK4y1m7CH#reply99076176496 Reference documents: https://loll.cc/rss 1. Prepare an ECS ...

Posted by peter_anderson on Thu, 27 Jan 2022 01:25:06 +0100

J1900 building centos home server

J1900 building centos home nas server These days, I installed a small server with some slag accessories at home and put it at home. The effect is still very good. I post some commands for my installation here. I hope it can provide some ideas to those in need. The system uses CentOS 7. This pagoda panel can install python project manager. Then ...

Posted by lisa3711 on Wed, 26 Jan 2022 14:29:13 +0100

FRP building intranet penetration

preface frp is an open source project, which can be used as a high-performance reverse proxy application for intranet penetration. It supports TCP and UDP protocols, provides additional capabilities for http and https application protocols, and tentatively supports point-to-point penetration. frp can expose the internal network host to the Int ...

Posted by fredroines on Wed, 26 Jan 2022 11:34:02 +0100

Qunhui installs frp to achieve intranet penetration (2022)

1, Environment ECS (lightweight application server)Heiqunhui DSM 6.2-23739frp version 0.38.0 2, ECS frps configuration The ECS uses Tencent cloud. It's slow to download GitHub directly with wget, and it's still stuck in the end. First download it and copy it to the server. FinalShell is recommended here. It comes with file management. It's t ...

Posted by Randomizer on Tue, 25 Jan 2022 07:56:24 +0100

SSH upgrade (linux, centOS7x or above, SSH upgrade to version 8.6p1)

Upgrade linux system to OpenSSH, CentOS7x or above, and ssh to version 8.6p1 1. If the linux system has no other back-up platform that can backup snapshots, you need to start telnet first to prevent ssh from crashing and unable to log in to the system. See resources https://www.cnblogs.com/wangyang0210/p/12552040.html . The telnet tutorial is ...

Posted by matt2012 on Mon, 24 Jan 2022 03:04:45 +0100

Linux debugging smart card environment, including Linux dynamic library

Some of the resources required below have been uploaded to CSDN resources 1, Download the offline installation package for CentOS (note that you can't download only after installation) CentOS downloads the rpm package using yum and installs it offline 1. Install the rpm package online and prepare the downloaded package #yum install --downlo ...

Posted by le007 on Mon, 24 Jan 2022 01:40:52 +0100

MHA high availability cluster deployment and failover

1, MHA theory 1. MHA definition MHA (MasterHigh Availability) is a set of excellent software for failover and master-slave replication in MySQL high availability environment.The emergence of MHA is to solve the problem of MySQL single point.During MySQL failover, MHA can automatically complete the failover operation within 0-30 seconds.MH ...

Posted by torleone on Sun, 23 Jan 2022 01:33:53 +0100