Server World
Other OS Configs
CentOS 8
CentOS 7
Fedora 33
Fedora 32
Debian 10
Debian 9
Ubuntu 20.04 LTS
Ubuntu 18.04 LTS
Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
SUSE Linux Enterprise 15
SUSE Linux Enterprise 12
Other Tips
Commands Help
CentOS 6
CentOS 5
Fedora 31
Fedora 30
Fedora 29
Debian 8
Debian 7
Debian 6
Ubuntu 19.04
Ubuntu 17.04
Ubuntu 16.04 LTS
Ubuntu 15.04
Ubuntu 14.04 LTS
Ubuntu 13.04
Ubuntu 12.04 LTS
Ubuntu 11.04
Ubuntu 10.04 LTS
Scientific Linux 6
SUSE Linux Enterprise 11
Fedora 28
Fedora 27
Fedora 26
Fedora 25
Fedora 24
Fedora 23
Fedora 22
Fedora 21
Fedora 20
Fedora 19
Fedora 18
Fedora 17
Fedora 16
Fedora 15
Fedora 14
Fedora 13
Fedora 12
Fedora 11
Fedora 10
Privacy Policy
Links/Contact
Lang/English
Lang/Japanese
5690 / 87030646
Ubuntu 19.04
Get Ubuntu 19.04
Install Ubuntu
Initial Settings
(01) Add a user
(02) Enable root user
(03) Network Settings
(04) Configure Services
(05) Update System
(06) Configure vim
(07) Configure sudo
NTP / SSH Server
NTP Server
(01) Configure NTP Server(NTPd)
(02) Configure NTP Server(Chrony)
(03) Configure NTP Client
SSH Server
(01) Password Authentication
(02) SSH File Transfer(Ubuntu)
(03) SSH File Transfer(Windows)
(04) SSH Key-Pair Authentication
(05) SFTP only + Chroot
DNS / DHCP Server
DNS Server
(01) Install Bind
(02) Set Zone Info
(03) Start BIND
(04) Set CNAME record
(05) Slave DNS Server
DHCP Server
(01) Configure DHCP Server
(02) Configure DHCP Client
Storage Server
NFS
(01) Configure NFS Server
(02) Configure NFS Client
(03) NFS 4 ACL Tool
iSCSI
(01) Conf iSCSI Taregt(targetcli)
(02) Configure iSCSI Taregt(tgt)
(03) Configure iSCSI Initiator
Virtualize / Container
KVM
(01) Install KVM
(02) Create Virtual Machine
(03) Create Virtual Machine(GUI)
(04) Basic Operations
(05) Management tools
(06) SPICE Server
(07) SPICE Client
(08) Nested KVM
Docker
(01) Install Docker
(02) Add Container images
(03) Access to Container Services
(04) Use Dockerfile
(05) Use Persistent Storage
(06) Use Docker Compose
Directory Server
OpenLDAP
(01) Configure LDAP Server
(02) Add User Accounts
(03) Configure LDAP Client
(04) LDAP over SSL/TLS
(05) Configure LDAP Client (AD)
WEB Server
Apache2
(01) Install Apache2
(02) Use Perl Scripts
(03) Use PHP Scripts
(04) Use Ruby Scripts
(05) Use Python Scripts
(06) Enable Userdir
(07) Virtual Hostings
(08) SSL/TLS Settings
(09) Basic Authentication
(10) Basic Auth + PAM
(11) Kerberos Authentication
(12) WebDAV Settings
(13) PHP + PHP-FPM
Database
MariaDB
(01) Install MariaDB
(02) Install phpMyAdmin
(03) MariaDB over SSL/TLS
FTP Server
FTP Server
(01) Install Vsftpd
(02) Install ProFTPD
(03) Install Pure-FTPd
(04) FTP Client (Ubuntu)
(05) FTP Client (Windows)
(06) Vsftpd over SSL/TLS
(07) ProFTPD over SSL/TLS
(08) Pure-FTPd over SSL/TLS
MAIL / Samba Server
Samba
(01) Fully accessed share directory
(02) Restricted share directory
(03) Samba Winbind
MAIL Server
(01) Install Postfix
(02) Install Dovecot
(03) Add Mail Accounts
(04) Mail Client's Settings
(05) SSL/TLS Settings
(06) Virtual Domain
(07) Postfix + Clamav + Amavisd
(08) Log Analyze : pflogsumm
Proxy Server
Squid
(01) Install Squid
(02) Configure Proxy Clients
(03) Set Basic Authentication
(04) Configure as a Reverse Proxy
(05) Squid + SquidGuard
(06) Log Report : LightSquid
Desktop Environment
(06) Configure Xrdp Server
(05) Configure VNC Server
(04) MATE Desktop Environment
(03) Cinnamon Desktop Environmen
(02) KDE Desktop Environment
(01) GNOME Desktop Environment
Others
Create SSL Certificates (Self Sign)
Get SSL Certificates (Let's Encrypt)
Set System Timezone
Set KeyboardMap
Set System Locale
Set Hostname
Join in AD Domain
Clamav AntiVirus
Sponsored Link
FTP Server : Install Pure-FTPd
2019/04/24
Install Pure-FTPd to configure FTP server to transfer files.
[1]
Install and Configure Pure-FTPd.
root@www:~#
apt
-y install pure-ftpd
# run as a daemon
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/Daemonize
# prohibit Anonymous
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/NoAnonymous
# enable chroot
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/ChrootEveryone
# only IPV4 if not need IPv6
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
systemctl
restart pure-ftpd
Matched Content
Ubuntu 19.04 : FTP Server
(01) Install Vsftpd
(02) Install ProFTPD
(03) Install Pure-FTPd
(04) FTP Client (Ubuntu)
(05) FTP Client (Windows)
(06) Vsftpd over SSL/TLS
(07) Proftpd over SSL/TLS
(08) Pure-FTPd over SSL/TLS
Sponsored Link