Linux configuration FTP server (vsftp)
0 Preface
This article records the whole process of installing and configuring ftp server
ftp provides three login modes,
1 common commands
# Install vsftpd
yum install -y vsftpd
# Check | start | stop | restart vsftpd service
service vsftpd status|start|stop|restart
# Set power on self start
sys ...
Added by thomasgrant on Fri, 06 Mar 2020 11:33:13 +0200
vsftpd virtual user configuration
Article directory
Virtual user configuration
Create a virtual user login file
Generate database file
Edit the vsftpd.conf configuration file
Configure authentication mechanism
Mapping users
Create dependent directories and files
Login test
Next chapter vsftpd server building (basic part).
Befo ...
Added by youdontmeanmuch on Thu, 06 Feb 2020 06:40:05 +0200
Configuration experiment of ACL extension
I. experimental configuration and requirements
The configuration requirements for establishing ACL extension on the route are as follows:1. Allow PC1 to access Linux web Services2. Allow PC2 to access the ftp service of Linux3. Prohibit PC1 and PC2 from accessing other Linux services4. Allow PC1 to access PC2
II. Deployment of experimental env ...
Added by PHPnewb_JavaAdept on Thu, 17 Oct 2019 19:39:49 +0300
Common Shell scripts
1. Creating linux System Account and Password through Location Variables$1 is the first parameter to execute the script, and $2 is the second parameter to execute the script.
1 #!/bin/bash
2 # Author: Peter zh
3 # Blog: https://home.cnblogs.com/zhangwduoduoj/
4 # Time: 2019-08-17 19:19:45
5 # Name: userad.sh
6 # Version: v1.0
7 # Descr ...
Added by twistedmando on Thu, 15 Aug 2019 15:44:33 +0300
Shell Programming Three Swordsmen Details
There are many text processors or text editors in Linux/UNIX system, among which grep, sed and awk are commonly used text processing tools in shell programming. Therefore, they are widely called "Three Swordsmen in shell programming".
grep command tool
The grep command tool, which is often used in daily life, is not to mention here. ...
Added by XeRoZeN on Sat, 03 Aug 2019 08:11:18 +0300
summernote's solution for uploading pictures to the image server (springboot was successful)
Problems encountered with successful connection but denial of login
Premise to say, I configure the reverse proxy of nginx on my own server, so I will write my ip address directly when requesting. To configure nginx, you can see my notes of nginx.
When the code feels okay, but it still can't be uploaded, first ask yourself if you have been refu ...
Added by RClapham on Tue, 30 Jul 2019 05:47:16 +0300
RHEL7/CentOS7 pxe+kickstart Automation System Installation
PXE(preboot execute environment) is the latest technology developed by Intel Corporation, working in Client/Server network mode, supporting workstations to download images from remote servers over the network, and thereby supporting the boot of operating systems over the network. During the boot process, the terminal requires the ...
Added by Reformed on Thu, 27 Jun 2019 19:52:35 +0300
Linux-ftp Virtual User Configuration
Cloud server ESC deploys vsftpd virtual users
Description: Cloud server deployment and local server deployment need to open the specified port, but the cloud server needs to open the corresponding port in the security group rules to allow passage.
Environmental description:
The corresponding user corresponds to different passwords and differ ...
Added by agret on Sun, 12 May 2019 12:52:35 +0300