Text gadget for shell programming

1. Text Processing Tools1. grep tools2. cut tool3. sort tool4. uniq Tools5. tee tools6. diff tools7. Pase Tool2. Characteristics of bash1. Auto-Completion of Commands and Files2. Common wildcards3. Quotes in bash 1. Text Processing Tools 1. grep tools grep is a==row==filter tool; used to filter rows based on keywords Grammar and Options Gr ...

Posted by released on Thu, 20 Feb 2020 19:20:16 +0100

Linux basic learning - using PXE+Kickstart unattended installation service

Unattended installation system PXE(Preboot eXecute Environment) is a technology developed by Intel company. It can let the computer boot the operating system through the network (provided that the network card installed on the computer supports PXE Technology). It is mainly used to guide the client host to install the Linux ...

Posted by ILMV on Sun, 05 Jan 2020 08:46:48 +0100

Theory + practice: FTP service details optimization, creating virtual users

Set up FTP service One: install ftp service 1.1 mount image file Install vsftpd package 1.2 yum warehouse can also be used [root@localhost ~]# yum install vsftpd-sysvinit.x86_64 -y Installed: vsftpd-sysvinit.x86_64 0:3.0.2-25.el7 Complete! 1.3 related file path [root@localhost ~]# cd /etc/vsftpd/ [root@lo ...

Posted by barnbuster on Mon, 09 Dec 2019 17:12:33 +0100

Miniftp Project Learning Notes Packaging Parameter Configuration Module

Links to the original text: https://www.cnblogs.com/webor2006/p/4509729.html Last time, we encapsulated the string tool module. This time, we mainly encapsulated the parameter configuration module. There are many configuration-related op ...

Posted by meir4u on Fri, 16 Aug 2019 15:37:01 +0200

Construction and Configuration of FTP Server under Ubuntu 14.04

First of all, I installed Ubuntu 14.04 in the virtual machine and Win10 in the physical machine. At first, the ftp server was installed in Ubuntu just for transferring files between two systems, and it can be logged in from the Windows side. Initially, it was configured according to various online tutorials. As a result, all kinds of errors th ...

Posted by rg_22uk on Sun, 23 Jun 2019 01:49:42 +0200

Configure network YUM source and third-party YUM source and compile and install Apache

Configure network YUM source and third-party YUM source and compile and install ApacheSystem hardware and software environment platform:VMware Workstation Pro 12.5.5 build-5234757CentOS Linux release 7.3.1611Kernel version: 3.10.0-514.el7.x86_64Test time: June 13, 2017Experiment 1: Implementing Network YUM Source1. Prepare relevant system CD-RO ...

Posted by bben95 on Sun, 23 Jun 2019 00:50:08 +0200

Construction and configuration of vSFTPD server on CentOS 6.x

Abstract:        Hand-in-hand teaches you how to build a vsftpd server, which implements virtual user authentication based on db files and MySQL database files. Of course, this article also includes the problem checking in the process of building, haha.        In ad ...

Posted by Vijay.Bansode on Sun, 02 Jun 2019 21:12:06 +0200