Server World
Other OS Configs
CentOS Stream 9
Ubuntu 24.04 LTS
Ubuntu 22.04 LTS
Windows Server 2025
Windows Server 2022
Debian 12
Debian 11
Fedora 41
AlmaLinux 9
Rocky Linux 8
VMware ESXi 8
VMware ESXi 7
FreeBSD 14
Commands Help
CentOS Stream 8
CentOS 7
Ubuntu 23.04
Ubuntu 21.04
Ubuntu 20.04 LTS
Ubuntu 19.04
Ubuntu 18.04 LTS
Ubuntu 17.04
Ubuntu 16.04 LTS
Windows 2019
Windows 2016
Windows 2012 R2
SUSE Enterprise 15
SUSE Enterprise 12
CentOS 8
CentOS 6
CentOS 5
Debian 10
Debian 9
Debian 8
Debian 7
Debian 6
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
Fedora 27
Fedora 26
Fedora 25
Fedora 24
Fedora 23
Other Tips
Full OS List
Privacy Policy
Support/Contact us
1704 / 120178887
Ubuntu 15.04
Get Ubuntu 15.04
Install Ubuntu
Initial Settings
(1) Add a user
(2) Enable root user
(3) Network Settings
(4) Configure Services
(5) Update System
(6) Configure vim
(7) Configure sudo
NTP / SSH Server
NTP Server
(1) Configure NTP Server
(2) Configure NTP Client
SSH Server
(1) Password Authentication
(2) SSH File Transfer (Ubuntu)
(3) SSH File Transfer (Windows)
(4) Key-Pair Authentication
(5) SFTP only + Chroot
DNS / DHCP Server
DNS Server (BIND)
(1) Install Bind
(2) Set Zone Info
(3) Start BIND
(4) Set CNAME record
(5) Slave DNS Server
DHCP Server
(1) Configure DHCP Server
(2) Configure DHCP Client
Storage Server
NFS
(1) Configure NFS Server
(2) Configure NFS Client
iSCSI
(1) Configure iSCSI Target
(2) Configure iSCSI Initiator
Virtualization
KVM
(1) Install KVM
(2) Create Virtual Machine#1
(3) Create Virtual Machine#2
(4) Basic Operations
(5) Management tools
(6) SPICE Server
(7) SPICE Client
(8) Nested KVM
Directory Server
OpenLDAP
(1) Configure LDAP Server
(2) Add User Accounts
(3) Configure LDAP Client
NIS
(1) Configure NIS Server
(2) Configure NIS Client
(3) Configure NIS Slave
WEB Server
Apache2
( 1 ) Install Apache2
( 2 ) Use Perl Scripts
( 3 ) Use PHP Scripts
( 4 ) Use Ruby Scripts
( 5 ) Enable Userdir
( 6 ) Virtual Hostings
( 7 ) Configure SSL
( 8 ) Use Basic Auth
( 9 ) Basic Auth + PAM
Database
MySQL
(1) Install MySQL
(2) Install phpMyAdmin
FTP / MAIL Server
FTP Server
(1) Install Vsftpd
(2) Install ProFTPD
(3) Install Pure-FTPd
(4) FTP Client (Debian)
(5) FTP Client (Windows)
(6) Vsftpd over TLS/SSL
(7) ProFTPD over TLS/SSL
(8) Pure-FTPd over TLS/SSL
MAIL Server
(1) Install Postfix
(2) Install Dovecot
(3) Clients' Settings
(4) SSL Settings
(5) Virtual Domains
(6) Postfix+Clamav+ClamSMTP
(7) Log Analyzer : pflogsumm
(8) Log Analyzer : MailGraph
(9) Log Analyzer : AWstats
Samba Server
(1) Fully accessed Shared Directory
(2) Limited Shared Directory
(3) Samba Winbind
(4) Samba AD DC : Server Settings
(5) Samba AD DC : Basic Operation
(6) Samba AD DC : Client Settings
Proxy Server
(1) Install Squid
(2) Configure Proxy Clients
(3) Set Basic Authentication
(4) Configure as a Reverse Proxy
(5) Squid + SquidClamav
Desktop Env
(1) Install Desktop Environment
(2) GNOME Desktop Environment
(3) Cinnamon Desktop Environment
(4) MATE Desktop Environment
(5) Install VNC Server
Others
Create SSL Certificates
Set System Timezone
Set KeyboardMap
Set System Language
Set Hostname
Clamav AntiVirus
Sponsored Link
FTP Server : Pure-FTPd
2015/05/20
Install Pure-FTPd to configure FTP server to transfer files.
[1]
Install Pure-FTPd.
root@www:~#
apt-get
-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
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
systemctl
restart pure-ftpd
Matched Content
Ubuntu 15.04 : FTP Server
Install Vsftpd
Install ProFTPD
Install Pure-FTPd
FTP Client#1
FTP Client#2
Vsftpd+SSL/TLS
Proftpd+SSL/TLS
Pure-FTPd+SSL/TLS
Sponsored Link