Server World
Other OS Configs
CentOS Stream 9
CentOS Stream 8
CentOS 7
Fedora 37
Fedora 36
Debian 11
Debian 10
Rocky Linux 8
Ubuntu 22.04 LTS
Ubuntu 20.04 LTS
Windows Server 2022
Windows Server 2019
Windows Server 2016
Other Tips
Commands Help
CentOS 8
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
Ubuntu 11.04
Ubuntu 10.04 LTS
Windows 2012 R2
SUSE Enterprise 15
SUSE Enterprise 12
SUSE Enterprise 11
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
Fedora 16
Fedora 15
Fedora 14
Fedora 13
Fedora 12
Fedora 11
Fedora 10
Scientific 6
Privacy Policy
Support/Contact us
5032 / 102723030
Ubuntu 17.04
Get Ubuntu 17.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(NTPd)
(2) Configure NTP Server(Chrony)
(3) Configure NTP Client
SSH Server
(1) Password Authentication
(2) SSH File Transfer(Ubuntu)
(3) SSH File Transfer(Windows)
(4) SSH 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
(4) LDAP over TLS
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 ) Use Python Scripts
( 6 ) Enable Userdir
( 7 ) Virtual Hostings
( 8 ) SSL Settings
( 9 ) Basic Authentication
(10) Basic Auth + PAM
(11) Kerberos Authentication
(12) WebDAV Settings
(13) PHP + PHP-FPM
Database
MariaDB
(1) Install MariaDB
(2) Install phpMyAdmin
(3) MariaDB Replication
FTP / MAIL Server
FTP Server
(1) Install Vsftpd
(2) Install ProFTPD
(3) Install Pure-FTPd
(4) FTP Client (Ubuntu)
(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) Client's Settings
(4) SSL Settings
(5) Virtual Domains
(6) Postfix+Clamav+ClamSMTP
(7) Log Report : pflogsumm
Samba Server
(1) Fully accessed Shared Directory
(2) Limited Shared Directory
(3) Samba Winbind
Proxy Server
(1) Install Squid
(2) Configure Proxy Clients
(3) Set Basic Authentication
(4) Configure as a Reverse Proxy
(5) Squid + SquidClamav
(6) Squid + SquidGuard
Desktop Env
(1) Install Desktop Environment
(2) GNOME Desktop Environment
(3) KDE Desktop Environment
(4) Cinnamon Desktop Environment
(5) MATE Desktop Environment
(6) Configure VNC Server
Others
Create SSL Certificates
Set System Timezone
Set KeyboardMap
Set System Language
Set Hostname
Clamav AntiVirus
Sponsored Link
FTP Server : Pure-FTPd
2017/04/23
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
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
systemctl
restart pure-ftpd
Matched Content
Ubuntu 17.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