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
Command 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
1853 / 120465036
Debian 8 Jessie
Get Debian 8
Install Debian
Initial Settings
(1) Add a user
(2) Set Command Alias
(3) Network Settings
(4) Services
(5) Update System
(6) Install 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
(6) SSH Port Forwarding
(7) SSH X11 Forwarding
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
(5) OpenLDAP Replication
(6) Multi-Master Replication
(7) Install phpLDAPadmin
NIS
(1) Configure NIS Server
(2) Configure NIS Client
(3) Configure NIS Slave
WEB Server
( 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
(10) Basic Auth + LDAP
(11) Kerberos Authentication
(12) Enable suEXEC
Database
MariaDB
(1) Install MariaDB
(2) Install phpMyAdmin
(3) MariaDB Replication
MySQL
(1) Install MySQL
(2) Install phpMyAdmin
(3) MySQL Replication
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
(6) Squid + SquidGuard
(7) Squid + DansGuardian
(8) Log Report : LightSquid
(9) Log Report : SARG
Desktop Env
(7) Connect to Windows with RDP
(6) Install VNC Server
(5) Xfce Desktop Environment
(4) MATE Desktop Environment
(3) Cinnamon Desktop Environment
(2) KDE Desktop Environment
(1) GNOME Desktop Environment
Others
Create SSL Certificates
Set System Timezone
Set KeyboardMap
Set System Language
Set Hostname
Install Clamav AntiVirus
Sponsored Link
FTP Server : Pure-FTPd
2015/05/13
Install Pure-FTPd to configure FTP server to transfer files.
[1]
Install Pure-FTPd.
root@www:~#
aptitude
-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
Debian 8 Jessie : 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