HowtoForge provides user-friendly Linux tutorials.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 19
Author: Falko Timme • Tags: fedora, mysql, nginx, php, web server • Comments: 1
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 19 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 19 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On Fedora 19 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 19 server with PHP5 support (mod_php) and MySQL support.
-
How To Upgrade From Fedora 18 To Fedora 19 With FedUp (Desktop & Server)
Author: Falko Timme • Tags: desktop, fedora • Comments: 4
This article describes how you can upgrade your Fedora 18 system to Fedora 19 with the help of the Fedora Updater (FedUp). The upgrade procedure works for both desktop and server installations.
-
-
Encrypt Your Data With EncFS (Ubuntu 13.04)
Author: Falko Timme • Tags: security, ubuntu • Comments: 1
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Ubuntu 13.04 to encrypt your data.
-
Encrypt Your Data With EncFS on Debian 7 (Wheezy)
Author: Falko Timme • Tags: debian, security • Comments: 2
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Debian Wheezy to encrypt your data.
-
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3
Author: tanvir • Tags: apache, email, ispconfig, mysql, suse • Comments: 2
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3 In this tutorial we will show you how to change the password of your mail server which is running on OpenSUSE 12.2 and ISPConfig 3.x.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 13.04
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 0
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 13.04 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Installing And Using OpenVZ On Ubuntu 13.04 (AMD64)
Author: Falko Timme • Tags: virtualization, ubuntu, openvz • Comments: 5
Installing And Using OpenVZ On Ubuntu 13.04 (AMD64) In this HowTo I will describe how to prepare an Ubuntu 13.04 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
Monitoring Microsoft Exchange 2007/2010 With Opsview
Author: bking74 • Tags: email, monitoring • Comments: 0Monitoring Microsoft Exchange 2007/2010 With Opsview We can use the standard Opsview agent to monitor a plethora of Exchange 07/10 services “out of the box”; using the built in Windows performance monitors and service statuses.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 6
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.