Server World
Other OS Configs
CentOS Stream 9
CentOS Stream 8
Ubuntu 22.04 LTS
Ubuntu 20.04 LTS
Windows Server 2022
Windows Server 2019
Debian 11
Debian 10
Fedora 37
Fedora 36
AlmaLinux 9
Rocky Linux 8
VMware ESXi 7
Other Tips
Commands Help
CentOS 7
Ubuntu 21.04
Ubuntu 19.04
Ubuntu 18.04 LTS
Ubuntu 17.04
Ubuntu 16.04 LTS
Ubuntu 15.04
Ubuntu 14.04 LTS
Ubuntu 13.04
Ubuntu 12.04 LTS
Windows 2016
Windows 2012 R2
SUSE Enterprise 15
SUSE Enterprise 12
SUSE Enterprise 11
CentOS 8
CentOS 6
CentOS 5
Debian 9
Debian 8
Debian 7
Debian 6
Fedora 35
Fedora 34
Fedora 33
Fedora 32
Fedora 31
Fedora 30
Fedora 29
Fedora 31
Fedora 30
Fedora 29
Fedora 28
Fedora 27
Fedora 26
Fedora 25
Fedora 24
Fedora 23
Fedora 22
Fedora 21
Fedora 20
Fedora 19
Fedora 18
Fedora 17
Full OS List
Privacy Policy
Support/Contact us
3977 / 103961090
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