Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)

November 9th, 2010 by jennyamy 
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace...

Installing ISPCP On Ubuntu Lucid x86_64 And Implementing Chroot Per Virtual Host In Apache2

November 9th, 2010 by jennyamy 
Install server Install a basic Ubuntu Lucid x86_64 server by following the first two pages of The Perfect Server – Ubuntu Lucid Lynx (Ubuntu 10.04) [ISPConfig 2] howto. Install ISPCP Download the ISPCP sources from the official download page. This guide is based on 1.0.6. Extract it, and change into the extracted directory. tar xf iscp-omega-1.0.6.tar.gz cd ispcp-omega-1.0.6 cp docs/Ubuntu/ubuntu-packages-karmic...

How To Install Latest Intel Driver 2.12 On Ubuntu 10.04 (Lucid Lynx)

November 9th, 2010 by jennyamy 
After a long time waiting the most interesting update of the Intel drivers for linux is now a fact. We can now have this great hardware acceleration for playing h.264 video. Or in other words we now have Hardware acceleration for HD content with our Intel video cards. As an owner of U400-138 with Intel 4500 MHD I have been waiting for this over a year but now I can play 720p without an issue. And...

Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)

November 9th, 2010 by jennyamy 
In this post I will explain how to install Nginx with PHP 5.3.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version. UPDATE 26 September 2010: Updated for the latest PHP 5.3 version (5.3.3). Step 0 – Preliminary Notes In order to complete this...

Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything

November 9th, 2010 by jennyamy 
Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference. Ready? Let’s...

Dansguardian Content Filtering With Transparent Proxy On Ubuntu 9.10 Karmic

November 8th, 2010 by jennyamy 
This tutorial explains how you can add content filtering to an existing Ubuntu 9.10 system, and how you can prevent users from bypassing the filtering system. We will use Dansguardian content filtering to set up a transparent proxy. Objectives: 1. Add content filtering to an existing Ubuntu system. 2. Prevent users from bypassing the filtering system. Software: Open a terminal and type: user@system:~$...

How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny

November 8th, 2010 by jennyamy 
This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here...

Install And Configure OpenLDAP On Ubuntu Karmic Koala

November 8th, 2010 by jennyamy 
The configuration of OpenLDAP got a bit (more) complicated. cn=config is still used, but when installing the packages from the repositories only a skeleton configuration of openldap is installed. You’re not asked anymore to provide a password when the package is installed and issuing the “dpkg-reconfigure slapd” only resets openldap to the skeleton configuration. You will have to...

Installation & Configuration Of Intrusion Detection With Snort, ACIDBASE, MySQL, And Apache2 On Ubuntu 9.04 Using SPM

November 8th, 2010 by jennyamy 
This tutorial describes how to install and configure Snort intrusion detection system (IDS), ACIDBASE (Basic Analysis and Security Engine), MySQL, and Apache2 on Ubuntu 9.04 using packages from Ubuntu’s Synaptic Package Manager. Snort will assist you in monitoring your network and alert you about possible threats. Snort will output its log files to a MySQL database which ACIDBASE will use to display...

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)

November 8th, 2010 by jennyamy 
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace...

Installation Of OpenERP Server 5.0, OpenERP GTK Client 5.0 And OpenERP Web Client 5.0.1 On Ubuntu Server 9.0.4 & Desktop 9.04

November 7th, 2010 by jennyamy 
This article will show you how to set up openerp-server 5.0.0-3-1 + openerp-client 5.0.0-3-1 + openerp-web 5.0.1 on Ubuntu Server 9.04 & Desktop 9.0.4 Introduction Open ERP (formerly named Tiny ERP) is the leader open-source ERP/CRM system written mostly in Python and initiated in Belgium. It offers a three-tier web architecture, ease of use and flexibility. With more than 1000 downloads per day,...

Installing Adobe AIR 1.5.1 For Linux On Ubuntu 9.04 (i386)

November 7th, 2010 by jennyamy 
Adobe AIR is a technology that lets you run Internet applications on the desktop. With AIR you do not need a browser to run such desktop applications. This tutorial explains how you can install Adobe AIR 1.5.1 for Linux on an Ubuntu 9.04 desktop and how you can install AIR applications. I do not issue any guarantee that this will work for you! 1 Preliminary Note I’m using the user name falko...