Linux downloads Bt or magnetic connection files

Install npmapt install - y npm Install tget: npm install - g t - get Thunderbolt torrent seed file download: wgethttp://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-amd64.iso.torrent $ tgetubuntu-16.04.1-desktop-amd64.iso.torrent tget-

-Read the full text-

Centos7 replacement of domestic yum source

1、 AliCloud source 1. Backup mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup 2. Download the new CentOS-Base.repo to/etc/yum.repos.d/wget - O/etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/rep

-Read the full text-

Cisco AnyConnect deployed on CentOS7.4

Most of the existing tutorials of deployment certificate use the compilation method to install OCServ. In fact, the EPEL source already contains this package, and it is still the latest. So just install EPEL and then execute the following command: yum install epel release - y yum install OCServ - y There is another pit in the existing tutorials, They teach you to use certtool to generate self signed certificates; If you don't want to be attacked by the middleman, you'd better

-Read the full text-

Centos 7 Python 2. x Upgrade 3. x

1. Install support files: yum install gcc gcc-c++- y2. Download python 3.7.4 program wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz3. Unzip tar zxvf Python - 3.7.4.tgz 4. Enter the program installation directory cd Python - 3.7.4 5. Compile/ Configure 6. Install make&&

-Read the full text-

Linux Centos Update Kernel Version&&Delete Redundant Kernels

Method 1: Update to the latest mainline version 1. Enable ELRepo warehouse # rpm -- import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org # rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm 2. List the available kernel related packages yum -- disablerepo=“

-Read the full text-

How to install Nginx on CentOS 7

Step 1 - Add the Nginx repository To add the CentOS 7 EPEL repository, open the terminal and use the following command: sudo yum install epel release Step 2 - Install Nginx Now that the Nginx repository has been installed on your server, use the following yum command to install Nginx: sudo yum install nginx After answering yes to the prompt, Nginx will complete the installation on the server. Step 3 - Start NginxNginx

-Read the full text-