Server World
Other OS Configs
CentOS Stream 10
CentOS Stream 9
Ubuntu 25.04
Ubuntu 24.04 LTS
Windows Server 2025
Windows Server 2022
Debian 13
Fedora 43
Rocky Linux 10
openSUSE Leap 16
FreeBSD 15
Proxmox VE 9
Command Help
AlmaLinux 9
Rocky Linux 8
Ubuntu 23.04
Ubuntu 22.04 LTS
Windows 2019
Windows 2016
Debian 12
Fedora 42
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 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
Fedora 28
Other Tips
Full OS List
Privacy Policy
Support/Contact us
3471 / 127148348
Debian 9 Stretch
Get Debian 9
Install Debian
Initial Settings
(01) Add New Users
(02) Set Command Alias
(03) Network Settings
(04) Services
(05) Update System
(06) Install 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(Debian)
(03) SSH File Transfer(Windows)
(04) SSH Key-Pair Authentication
(05) SFTP only + Chroot
(06) Use SSHPass
(07) Use SSH-Agent
(08) Use Parallel SSH
DNS / DHCP Server
DNS/DHCP Server (Dnsmasq)
(01) Install Dnsmasq
(02) Configure DHCP Server
DNS Server (BIND)
(01) Install BIND
(02) Set Zone Files
(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) NFS Client(Debian)
(03) NFS Client(Win Server)
(04) NFS Client(Win Client)
iSCSI
(01) Conf iSCSI Target(targetcli)
(02) Conf iSCSI Target(tgt)
(03) iSCSI Initiator(Debian)
(04) iSCSI Initiator(Windows)
GlusterFS
(01) Install GlusterFS
(02) Distributed Setting
(03) Replication Setting
(04) Striping Setting
(05) Distributed + Replication
(06) Striping + Replication
(07) Clients' Settings
Virtualization
KVM
(01) Install KVM
(02) Create Virtual Machine#1
(03) Create Virtual Machine#2
(04) Basic Operations
(05) Management tools
(06) SPICE Server
(07) SPICE Client
(08) Nested KVM
Docker
(01) Install Docker
(02) Add Images
(03) Access to Services on Container
(04) Use Dockerfile
(05) Use Persistent Storage
(06) Use Docker-Registry
(07) Docker Swarm
Cloud Compute
OpenStack Newton
(01) Newton Overview
(02) Pre-Requirements
(03) Configure Keystone#1
(04) Configure Keystone#2
(05) Configure Glance
(06) Configure Nova#1
(07) Configure Nova#2
(08) Configure Nova#3
(09) Configure Neutron#1
(10) Configure Neutron#2
(11) Add VM Images
(12) Configure Networking
(13) Run Instances
(14) Configure Horizon
(15) Add Compute Nodes
(16) Configure Neutron#3
(17) Configure Neutron#4
(18) Configure Neutron#5
(19) Neutron Network (VXLAN)
Directory Server
OpenLDAP
(01) Configure LDAP Server
(02) Add User Accounts
(03) Configure LDAP Client
(04) LDAP over TLS
(05) LDAP Replication
(06) Multi-Master Replication
NIS
(01) Configure NIS Server
(02) Configure NIS Client
(03) Configure NIS Slave
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 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 Replication
FTP / MAIL Server
FTP Server
(01) Install Vsftpd
(02) Install ProFTPD
(03) Install Pure-FTPd
(04) FTP Client (Debian)
(05) FTP Client (Windows)
(06) Vsftpd over TLS/SSL
(07) ProFTPD over TLS/SSL
(08) Pure-FTPd over TLS/SSL
MAIL Server
(01) Install Postfix
(02) Install Dovecot
(03) Add Mail Accounts#1
(04) Clients' Setting
(05) SSL Settings
(06) Virtual Domains
(07) Add Mail Accounts#2
(08) Postfix+Clamav+ClamSMTP
(09) Log Report : pflogsumm
(10) Log Report : MailGraph
Samba / Proxy Server
Samba Server
(01) Fully accessed Shared Directory
(02) Restricted Shared Directory
(03) Samba Winbind
(04) Samba AD DC : Configure DC
(05) Samba AD DC : User Manage
(06) Samba AD DC : Join Domain
Proxy Server
(01) Install Squid
(02) Configure Proxy Clients
(03) Set Basic Authentication
(04) Configure as a Reverse Proxy
(05) Squid + SquidClamav
(06) Squid + SquidGuard
(07) Log Report : LightSquid
(08) Log Report : SARG
Desktop Env
(09) Connect to Windows with RDP
(08) Configure Xrdp Server
(07) VNC Client : noVNC
(06) Configure VNC Server
(05) Xfce Desktop Environment
(04) MATE Desktop Environment
(03) Cinnamon Desktop Environment
(02) KDE Desktop Environment
(01) GNOME Desktop Environment
Others
Create SSL Certificates
Set System Timezone
Set KeyboardMap
Set System Locale
Set Hostname
Join in Active Directory
Clamav AntiVirus
Sponsored Link
FTP Server : Pure-FTPd
2017/06/26
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
# listen only IPV4 if need
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
systemctl
restart pure-ftpd
Matched Content
Debian 9 Stretch : FTP Server
(01) Install Vsftpd
(02) Install ProFTPD
(03) Install Pure-FTPd
(04) FTP Client (Debian)
(05) FTP Client (Windows)
(06) Vsftpd + SSL/TLS
(07) Proftpd + SSL/TLS
(08) Pure-FTPd + SSL/TLS
Sponsored Link