Centos Multiple yum Source Configuration Methods

Note: All three methods should be preceded by an action 1. The default yum source after Centos installation is as follows [root@kangvcar ~]# ll /etc/yum.repos.d/ total 32 -rw-r--r--. 1 root root 1664 Dec 9 2015 CentOS-Base.repo -rw-r--r--. 1 root root 1309 Dec 9 2015 CentOS-CR.repo -rw-r--r--. 1 root root 649 Dec 9 2015 CentOS-Debugin ...

Posted by Singularity on Tue, 04 Jun 2019 10:15:12 -0700

Linux system samba service

I. samba Samba is a free software that implements SMB protocol on Linux and UNIX systems. It consists of server and client programs. SMB (Server Messages) Block (Information Service Block) is a communication protocol for sharing files and printers in LAN. It provides file and printer sharing services for different computers in LAN. SMB ...

Posted by danjoe_15 on Sun, 02 Jun 2019 16:53:33 -0700

Compile and install php5.6.5 under CentOS 6.5 (64-bit)

Download the relevant installation packages 2. Install compiler tools and library files using yum command Three Starts of Installation Install yasm Install libmcrypt Install libvpx 4 install tiff 5 Install libpng 6 Install freetype 7 install jpeg 8 install libgd 9 install t1lib 10 install php 11 configure nginx to support php I. ...

Posted by n00b Saibot on Wed, 29 May 2019 05:36:56 -0700

5-38 shell introduces command history completion alias wildcard redirection

8.1 shell introduction What is shell? The shell is a command interpreter that provides interaction between users and machines (command line terminals) A script shell is a manifestation The last section of passwd is the user's shell shell supports specific grammars, such as logical judgement, loops Each user can have his or her own specific ...

Posted by dagee on Wed, 29 May 2019 04:50:08 -0700

Linux (10): Mid-term Architecture - SSH Remote Management Service & Anible Batch Management Service

SSH Remote Management Service 1. Introduction of Remote Management Service Knowledge # 1.1 SSH Introduction to Remote Login Service SSH yes Secure Shell Protocol Abbreviation, by IETF Network Working Group( Network Working Group)Formulate; //Before data transmission, SSH encrypts online data packets through encryption technology, and then ...

Posted by Kilgore Trout on Sat, 25 May 2019 12:13:02 -0700

Installation of tomcat for CentOS Trample Record

Before installing tomcat, you need to install java first. Install java package directly with centos, so install java directly with yum is simple and fast. See what jdk versions are available in the yum library (only openjdk is found for the time being) yum search java|grep jdk ldapjdk-javadoc.x86_64 : Javadoc for ldapjdk java-1.6.0-open ...

Posted by MentalMonkey on Wed, 22 May 2019 15:48:09 -0700

Local kubeadm builds kubernetes cluster

I. Environmental preparation (Each machine is CentOS 7.6)Each machine executes: yum install chronyd -y systemctl start chronydvim /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.8.130 master192.168.8.131 node01192.168. ...

Posted by lettie on Mon, 20 May 2019 15:42:14 -0700

How to use yum to install software

background yum (all called Yellow dog Updater, Modified) is a Shell front-end package manager in Fedora, Red Hat and SUSE. Based on RPM package management, RPM packages can be downloaded and installed automatically from designated servers, dependency relationships can be handled automatically, and all dependent software packages can be instal ...

Posted by 2tonejoe on Mon, 20 May 2019 12:48:47 -0700

20180920 rzsz Transfer Files, User and User Group Related Profiles and Management

Using rz and sz to transfer files between Linux and Windows [root@centos01 ~]# yum install -y lrzsz # Installation Tools sz test.txt # Pop up a dialog box to pass to the selected path rz # After returning, the corresponding file is selected from the dialog box and passed to the current directory of linux Linux to Windows Windows passed to Li ...

Posted by electrix on Sun, 19 May 2019 10:24:11 -0700

Three methods of installing software package, introduction of rpm package, usage of rpm tool, usage of Yum tool and building local warehouse with yum

Three Ways to Install Software Packages rpm tools yum tools Source package rpm RPM command is the management tool of RPM software package. Rpm was originally a Red Hat Linux distribution program specially designed to manage various Linux suites. It is popular because it follows GPL rules and is powerful and convenient. It is gradually adopte ...

Posted by aleksandra on Sat, 18 May 2019 19:22:32 -0700