HowtoForge provides user-friendly Linux tutorials.
-
The Perfect Server - Ubuntu 12.04 LTS (nginx, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: control panels, ispconfig, nginx, ubuntu, web server • Comments: 12
The Perfect Server - Ubuntu 12.04 LTS (nginx, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare an Ubuntu 12.04 LTS (Precise Pangolin) server (with nginx, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 11.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
The Perfect Desktop - Ubuntu 12.04 LTS (Precise Pangolin)
Author: CSch • Tags: desktop, ubuntu • Comments: 5
This tutorial shows how you can set up an Ubuntu 12.04 (Precise Pangolin) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 2
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Squeeze system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
The Perfect Server - Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: apache, control panels, ispconfig, ubuntu, web server • Comments: 75
The Perfect Server - Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare an Ubuntu 12.04 LTS (Precise Pangolin) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
AVG Antivirus For Linux/FreeBSD Plus Qmail Mail Server
Author: dervis • Tags: antivirus, email, freebsd, linux, security • Comments: 1AVG Antivirus For Linux/FreeBSD Plus Qmail Mail Server This document describes how to deploy AVG Antivirus for Linux/FreeBSD to the Qmail mail server. It is usable for AVG version 8.5, 10 and 2012.
-
How To Upgrade Ubuntu 11.10 (Oneiric Ocelot) To 12.04 LTS (Precise Pangolin) (Desktop & Server)
Author: Falko Timme • Tags: ubuntu, desktop • Comments: 7
How To Upgrade Ubuntu 11.10 (Oneiric Ocelot) To 12.04 LTS (Precise Pangolin) (Desktop & Server) The new Ubuntu 12.04 LTS (Precise Pangolin) has just been released. Ubuntu 12.04 LTS is a long-term support release, which means it is supported for five years. This guide shows how you can upgrade your Ubuntu 11.10 desktop and server installations to Ubuntu 12.04 LTS.
-
iRedMail: Build A Full-Featured Mail Server On CentOS 6 With Postfix, Dovecot, PostgreSQL.
Author: ZhangHuangbin • Tags: postfix, centos, email • Comments: 7
Build A Full-Featured Mail Server On CentOS 6 With Postfix, Dovecot, PostgreSQL We're going to set up a free, full-featured mail server on CentOS 6.2, all mail service related components are free and open source, and you have control over your own data. The installation process is extremly easy and smooth.
-
Striping Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 11.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 1
Striping Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 11.10 This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running Ubuntu 11.10) with GlusterFS. The client system (Ubuntu 11.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
CentOS 6.2 - Installing mod_spdy With Apache 2 - Level Novice
Author: mzeeshan • Tags: apache, centos, web server • Comments: 0
CentOS 6.2 - Installing mod_spdy With Apache 2 - Level Novice SPDY (Speedy) is an experiment with protocols for the web. Its goal is to reduce the latency of web pages. mod_spdy is an open-source Apache module which supports the use of SPDY protocol to the Apache HTTPD server. This allows for faster page loading and more efficient bandwidth utilization when loading https URLs in SPDY-enabled browsers.