Server World
Other OS Configs
CentOS Stream 10
CentOS Stream 9
Ubuntu 26.04 LTS
Ubuntu 24.04 LTS
Windows Server 2025
Windows Server 2022
Debian 13
Fedora 44
Rocky Linux 10
openSUSE Leap 16
FreeBSD 15
Proxmox VE 9
Command Help
AlmaLinux 9
Rocky Linux 8
Ubuntu 25.04
Ubuntu 22.04 LTS
Windows 2019
Windows 2016
Debian 12
Fedora 43
CentOS Stream 8
SUSE Enterprise 15
FreeBSD 14
VMware ESXi 8
VMware ESXi 7
CentOS 8
CentOS 7
CentOS 6
CentOS 5
Debian 11
Debian 10
Debian 9
Debian 8
Debian 7
Debian 6
Fedora 42
Fedora 41
Fedora 40
Fedora 39
Fedora 38
Fedora 37
Fedora 36
Fedora 35
Fedora 34
Fedora 33
Fedora 32
Fedora 31
Fedora 30
Fedora 29
Other Tips
Full OS List
Privacy Policy
Support/Contact us
1676 / 128685935
Ubuntu 21.04
Get Ubuntu 21.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 Keys Pair Authentication
(05) SFTP only + Chroot
(06) Use SSH-Agent
DNS / DHCP Server
DNS Server (BIND)
(01) Configure for Internal Network
(02) Configure for External Network
(03) Configure Zone Files
(04) Verify Resolution
(05) Use View Statement
(06) Set Alias (CNAME)
(07) Configure Secondary 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 Target(targetcli)
(02) Configure iSCSI Target(tgt)
(03) Configure iSCSI Initiator
Virtualization
KVM
(01) Install KVM
(02) Create Virtual Machine
(03) Create Virtual Machine (GUI)
(04) Basic Operation for VM
(05) Install Management tools
(06) Configure SPICE Server
(07) Configure SPICE Client
(08) Configure Nested KVM
VirtualBox
(01) Install VirtualBox
(02) Create Virtual Machines
(03) Install GuestAdditions
Vagrant
(01) Install Vagrant
Container Platform
Docker
(01) Install Docker
(02) Add Container images
(03) Access to Container Services
(04) Use Dockerfile
(05) Use External Storage
(06) Use External Storage (NFS)
(07) Use Docker Compose
(08) Use Registry
(09) Docker Network Basis
(10) Docker Swarm Cluster
MicroK8s
(01) Install MicroK8s
(02) Deploy Pods
(03) Add Nodes
(04) Enable Dashboard
(05) Enable Storage
(06) Enable Registry
(07) Enable Prometheus
Directory Server
OpenLDAP
(01) Configure LDAP Server
(02) Add User Accounts
(03) Configure LDAP Client
(04) LDAP over SSL/TLS
(05) OpenLDAP Replication
Web Server
Apache2
(01) Install Apache2
(02) Configure Virtual Hostings
(03) Configure SSL/TLS
(04) Enable Userdir
(05) Use CGI Scripts
(06) Use PHP Scripts
(07) PHP + PHP-FPM
(08) Basic Authentication
(09) Configure WebDAV Folder
(10) Basic Authentication + PAM
(11) Kerberos Authentication
(12) Configure mod_md
Database
PostgreSQL 13
(01) Install PostgreSQL
(02) Settins for Remote Connection
(03) Streaming Replication
MariaDB 10.5
(01) Install MariaDB
(02) MariaDB over SSL/TLS
(03) MariaDB Backup
(04) MariaDB Replication
(05) MariaDB Galera Cluster
FTP / File Server
FTP Server
(01) Install Vsftpd
(02) Install Pure-FTPd
(03) FTP Client (Ubuntu)
(04) FTP Client (Windows)
(05) Vsftpd over SSL/TLS
(06) Pure-FTPd over SSL/TLS
Samba
(01) Fully Accessed Shared Folder
(02) Limited Shared Folder
(03) Access to Share from Clients
(04) Samba Winbind
Mail / Proxy Server
Squid
(01) Install Squid
(02) Configure Proxy Clients
(03) Set Basic Authentication
(04) Configure as a Reverse Proxy
Mail Server
(01) Install Postfix
(02) Install Dovecot
(03) Add Mail User Accounts
(04) Email Client Setting
(05) SSL/TLS Setting
(06) Set Virtual Domain
(07) Postfix + Clamav + Amavisd
(08) Mail Log Report : pflogsumm
(09) Add Mail User (Virtual User)
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 : Install Pure-FTPd
2021/05/20
Install Pure-FTPd to configure FTP server to transfer files.
[1]
Install and Configure Pure-FTPd.
root@www:~#
apt
-y install pure-ftpd
# un 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 21.04 : FTP Server
(01) Install Vsftpd
(02) Install Pure-FTPd
(03) FTP Client (Ubuntu)
(04) FTP Client (Windows)
(05) Vsftpd over SSL/TLS
(06) Pure-FTPd over SSL/TLS
Sponsored Link