- CentOS 4.6 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This tutorial shows how to set up a CentOS 4.6 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.6, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache centos dovecot email ftp ispconfig lamp mysql php postfix server
- CentOS 5.1 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This tutorial shows how to set up a CentOS 5.1 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 5.1, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache bind centos dns ftp ispconfig lamp linux postfix proftpd server
- Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
in Public bookmarks with backup debian duplicity duply encryption ftp squeeze
- Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
in Public bookmarks with backup debian duplicity encrypted encryption etch ftp ftplicity linux server by 2 users
- Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache bind dns dovecot fedora ftp lamp linux mysql php postfix quota server by 2 users
- How To Integrate ClamAV (Through mod_clamav) Into ProFTPd For Virus Scanning On Debian Lenny
This tutorial explains how you can integrate ClamAV into ProFTPd for virus scanning on a Debian Lenny system. This is achieved through mod_clamav. In the end, whenever a file gets uploaded through ProFTPd, ClamAV will check the file and delete it if it is malware.
in Public bookmarks with antivirus clamav debian ftp lenny mod_clamav proftpd
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Lenny
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Lenny system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
in Public bookmarks with clamav debian ftp lenny pureftpd
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 13
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 13 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
in Public bookmarks with antivirus clamav fedora ftp malware pureftpd
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 10.10
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 10.10 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
in Public bookmarks with clamav ftp pureftpd ubuntu virus
- Maintaining Remote Web Sites With sitecopy (Debian Squeeze/Ubuntu 11.10)
sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can manage your remote web site from your local Debian Squeeze/Ubuntu 11.10 desktop with sitecopy.
in Public bookmarks with dav debian ftp sitecopy squeeze ubuntu webdav
- Preventing Brute Force Attacks With Fail2ban On Debian Etch
In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.
in Public bookmarks with apache attack block brute brute-force fail2ban force ftp iptables linux login security smtp ssh
- Proftpd Monitoring With phpftpwho | HowtoForge
Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP.
in Public bookmarks with ftp linux monitoring php phpftpwho proftpd server
- Setting Up ProFTPd + TLS On Debian Etch
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Etch server.
in Public bookmarks with debian ftp linux proftpd security server tls
- Setting Up ProFTPd + TLS On Debian Lenny
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Lenny server.
in Public bookmarks with debian ftp proftpd tls
- Setting Up ProFTPd + TLS On Ubuntu 11.04 (Natty Narwhal)
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.04 server.
in Public bookmarks with ftp natty proftpd tls ubuntu
- Setting Up ProFTPd + TLS On Ubuntu 8.10 (Intrepid Ibex)
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 8.10 server.
in Public bookmarks with encryption ftp proftpd tls ubuntu
- The Perfect Server - CentOS 4.8 Server i386 [ISPConfig 2]
This tutorial shows how to set up a CentOS 4.8 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box).
in Public bookmarks with apache bind centos dovecot firewall ftp ispconfig lamp mysql php postfix quota server
- The Perfect Server - OpenSUSE 10.3 (32-bit)
This is a detailed description about how to set up an OpenSUSE 10.3 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of OpenSUSE 10.3, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache bind dns dovecot ftp lamp linux mysql opensuse postfix proftpd server suse
- The Perfect Setup - Debian Etch (Debian 4.0)
This tutorial shows how to set up a Debian Etch (Debian 4.0) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Debian Etch, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache debian etch ftp hosting imap lamp linux mysql php pop3 postfix quota server by 2 users
- The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04) | HowtoForge - Linux Howtos and Tutorials
This tutorial shows how to set up a Ubuntu Feisty Fawn (Ubuntu 7.04) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Ubuntu Feisty Fawn, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache fawn feisty ftp hosting imap lamp linux mysql php pop3 postfix quota server ubuntu by 2 users
Next »
ftp from all users