Basic knowledge of network card binding in Linux

1. Introduction The Linux network card binder provides a method to aggregate multiple network interfaces into a single logical interface. The behavior of the logical interface depends on the mode. Generally speaking, different modes provide hot standby or load balancing services respectively. 2. Configure bond binding 2.1 general You ca ...

Posted by jacksonpt on Sat, 01 Jan 2022 01:32:30 +0100

How to build centos7 Mini platform step by step and deploy SSH Remote Login

How to build centos7 Mini platform step by step and deploy SSH Remote Login ​ First, you have to download an image of centos7 minimum. I downloaded it on the official website https://www.centos.org/download/ I took an empty U SB flash drive, which is small, so I decided to download centos7 minimum. An assistant for installing USB flash dis ...

Posted by dexhaven on Fri, 31 Dec 2021 06:15:07 +0100

. net service is published and deployed to centos server through docker -- Application of Alibaba image warehouse

Take notes of your work I Installing docker in win10 environment First, find the docker official website and download the docker application in win10 environment docker win download address You can see that there is a system requirement to open Hyper-v win10 open Hyper-v Right click the start menu Select Settings docker insta ...

Posted by fallenangel1983 on Thu, 30 Dec 2021 22:25:33 +0100

Super detailed zabbix5 Version 0 installed!

preface The very important work in operation and maintenance is: monitoring! So what are the advantages and disadvantages of using third-party software, such as Zabbix, Nagios and open Falcon? Advantages: low cost. Disadvantages: it can't be completely customized, which is completely consistent with your company's business. Tip: the ...

Posted by arth on Thu, 30 Dec 2021 17:35:01 +0100

Linux - account and permission management

preface One of the best things about Linux is its multi person and multi task environment. If you are exposed to Linux for the first time, what is the meaning of so many directories and files under Linux? Let me make a summary. 1, Manage user accounts Compared with windows operating system, the functions of user account and group account ...

Posted by Percadan on Tue, 28 Dec 2021 23:11:19 +0100

Use Alibaba cloud mirror NTP service to build NTP server (based on CentOS 7 system)

Reference link: Alibaba open source mirror station NTP download installation tutorial 1, NTP server introduction Network Time Protocol Network time protocol (NTP) server, also known as NTP server, is used to provide time synchronization services. In the production environment, many people ignore the time problem. In fact, the time synchronizat ...

Posted by iceraider on Mon, 27 Dec 2021 18:10:36 +0100

Alicloud server installs code server to realize ipad programming and browser programming

preface What is code server Code server is a Visual Studio Code instance running on a remote server, which can be accessed through any web browser. It allows you to code with a consistent integrated development environment (IDE) anywhere and on any device, such as a tablet or laptop. As long as you deploy the code server on your own serve ...

Posted by jennifer_ann on Sun, 26 Dec 2021 21:12:06 +0100

Create a custom image using Packer

This article comes from Alibaba cloud official mirror: Alibaba open source mirror - OPSX mirror - Alibaba cloud developer community ] Original link: Create a custom image using Packer - alicloud developer community background information This article describes taking the server of Linux system as an example. For the operation of Windows sys ...

Posted by Willburt on Sun, 26 Dec 2021 16:40:17 +0100

Summary of CentOS methods for adding (permanent) static routes

Please visit the original link: https://sysin.org/blog/centos... , see the latest version. Original works, please keep the source for reprint.Author: GC (at) sysin Org, home page: www.sysin.orgIn daily use, the server has two IP addresses, configuration of two network cards, and access to different network segments. This is very common. However ...

Posted by tech0925 on Thu, 23 Dec 2021 23:03:25 +0100

Using ss5 to build sock5 server under Linux & using proxychains as sock5 client proxy

1.ss5 build sock5 server 1.1 download ss5 source code https://sourceforge.net/projects/ss5/files/ss5/ https://nchc.dl.sourceforge.net/project/ss5/ss5/3.8.9-8/ss5-3.8.9-8.tar.gz 1.2 installation related requirements yum install -y pam-devel yum install -y openldap-devel yum install -y openssl-devel 1.3 compilation and installation ...

Posted by 0riole on Sun, 19 Dec 2021 11:20:59 +0100