HowtoForge provides user-friendly Linux tutorials.
-
Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10
Author: Falko Timme • Tags: debian, monitoring, nginx, ubuntu, web server • Comments: 0
Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10 Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to serve the Icinga Web interface from an nginx server on Debian Wheezy/Ubuntu 11.10 (the tutorial might work for Debian Squeeze as well but I didn't test; Squeeze's Icinga version is a lot older than the versions for Wheezy and Ubuntu 11.10, so there might be small differences).
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) For Arch Linux
Author: dretech • Tags: ftp • Comments: 1
Virtual Hosting With Proftpd And MySQL (Incl. Quota) For Arch Linux This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Arch Linux.
-
Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 1
Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run Feng Office (Community Edition) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Feng Office is a web-based software that integrates project management, client relationship management, billing, financing, among other features that help you efficiently run your professional services business. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.10
Author: Falko Timme • Tags: cherokee, ubuntu, web server • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.10 Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 11.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Creating A Home Media & File Server With Ubuntu
Author: crypted • Tags: ubuntu, samba, storage • Comments: 20
Creating A Home Media & File Server With Ubuntu This HOWTO will give you the BEST home media and file server out there at a cheap (free) cost. It includes SSH2, Remote Desktop, UPNP/DLNA server, SAMBA Shares (Windows file-sharing), VPN server, and the Transmission bit-torrent server. The final piece of the schema is a new toy: Subsonic. This gives you web-based media streaming to watch your content anywhere via a web-browser.
-
Setting Up A Linux File Server Using Samba
Author: alibro • Tags: samba, storage, ubuntu • Comments: 18
Setting Up A Linux File Server Using Samba I struggled for ages getting Samba to work reliably and made quite a few wrong turns on the way. I was just trying to set up a simple Linux file server to store music, photos etc. but eventually found a foolproof (probably) way to do it. The following works and has been tested several times on fresh installations. This is not meant to be a high security setup, all folders are accessible to everybody for read, write and delete. If you have stroppy teenagers who want exclusive access to their own area on the server, then you can use this as a starting point. A few simple changes would achieve that level of security but it is beyond the scope of this tutorial.
-
Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail
Author: ZhangHuangbin • Tags: antivirus, apache, email, linux, mysql, postfix • Comments: 0Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail We're going to set up a free, full-featured mail server on Gentoo Linux, all mail service related components are free and open source, and you own all data. The installation process is extremly easy and smooth.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 16
Author: Falko Timme • Tags: fedora, lighttpd, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 16 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 16 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL)
Author: Netzen • Tags: centos, fedora • Comments: 3How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL) Working for an IT Support company means I am regularly installing CentOS, Fedora & Redhat on servers and desktop computers. Following this guide will explain how to automate the install process and install additional software with post installation scripts.