HowtoForge provides user-friendly Linux tutorials.
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.6
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 0
Installing Nginx With PHP5 And MySQL Support On CentOS 5.6 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 CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Take A Screenshot Of Your Login Screen
Author: Falko Timme • Tags: desktop, linux • Comments: 7
How To Take A Screenshot Of Your Login Screen Normally you use a screenshot tool to take screenshots of your Linux desktop. Unfortunately, this doesn't work if you want to take a screenshot of your login prompt. This tutorial explains how you can take a screenshot of your Linux desktop login screen nevertheless.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless CentOS 5.6 Server
Author: Falko Timme • Tags: centos, virtualbox, virtualization • Comments: 2
VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless CentOS 5.6 Server This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless CentOS 5.6 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
-
How To Install OpenERP 6 On Ubuntu 10.04 LTS Server
Author: topgun390 • Tags: ubuntu • Comments: 13
How To Install OpenERP 6 On Ubuntu 10.04 LTS Server Recently at, we’ve been setting up several new instances of OpenERP for customers. Our server operating system of choice is Ubuntu 10.04 LTS. Installing OpenERP isn’t really that hard, but having seen several other "How Tos" online describing various methods where none seemed to do the whole thing in what I consider to be "the right way", I thought I’d explain how we do it. There are a few forum posts that I’ve come across where the advice is just plain wrong too, so do be careful.
-
Using Apache2 Content Negotiation To Serve Different Languages
Author: Falko Timme • Tags: apache, debian, web server • Comments: 0
Using Apache2 Content Negotiation To Serve Different Languages Content negotiation is the ability of a web server to deliver the document that best matches the browser's preferences/capabilities. For example, if a resource exists in multiple languages, the web server can choose which variant it serves based on the Accept-Language header delivered by the browser. This tutorial describes how to configure content negotiation in Apache2 to serve different languages based on browser preferences.
-
How To Configure Automatic Updates On Debian Squeeze
Author: Falko Timme • Tags: debian • Comments: 2
How To Configure Automatic Updates On Debian Squeeze This tutorial shows how to configure a Debian Squeeze system to have package updates installed automatically without user interaction. In addition to that I will show you what needs to be done to have the system email you about available updates on a daily basis.
-
How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze
Author: Falko Timme • Tags: debian, security, storage • Comments: 16
How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Squeeze.
-
How To Install, Secure, And Automate AWStats (CentOS/RHEL)
Author: rasha • Tags: centos, linux • Comments: 3
How To Install, Secure, And Automate AWStats (CentOS/RHEL) AWStats is a free and very powerful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. It can analyze log files from all major server tools and convert them into nice graphical display. There are a lot of articles out there for AWStats, the reason I decided to write this one was to consolidate all the different tips and tricks I've learned through my journey into one comprehensive article associating the fantastic efforts of so many out there. There are a few methods of installing AWStats, this article will describe the simpler method of the two utilizing YUM.
-
Enabling Compiz Fusion On A Fedora 15 GNOME Desktop (NVIDIA GeForce 8100)
Author: Falko Timme • Tags: desktop, fedora • Comments: 3
Enabling Compiz Fusion On A Fedora 15 GNOME Desktop (NVIDIA GeForce 8100) This tutorial shows how you can enable Compiz Fusion on a Fedora 15 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8100 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. I will use the free nouveau driver in this tutorial instead of the proprietary NVIDIA driver. nouveau is an accelerated Open Source driver for NVIDIA cards that comes with experimental 3D support on Fedora 15 - on my test system 3D support was working without any problems.
-
How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze)
Author: Falko Timme • Tags: dns, debian, control panels, bind, ispconfig • Comments: 36
How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze) This tutorial shows how you can run your own DNS servers (primary and secondary) with ISPConfig 3. To do this, you need two servers with two different public IP addresses and with ISPConfig 3 installed. I will use Debian Squeeze for both DNS servers here to demonstrate the base system setup process and ISPConfig 3 installation, but once you have ISPConfig 3 installed on your servers, the configuration inside ISPConfig 3 is identical, no matter what distribution you use.