public marks

PUBLIC MARKS from falko with tags ubuntu & server

August 2007

Network Management And Monitoring With Hyperic HQ On Ubuntu 7.04 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up Hyperic HQ on Ubuntu 7.04. The resulting system provides an awesome, web-based "Systems-Management-Software". It is the next stage of classical monitoring and able to manage all kinds of operating systems, web servers, application servers and database servers.

July 2007

Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu | HowtoForge - Linux Howtos and Tutorials

(via)
There is currently a lot of spam where the spam information is attached as .pdf or .xls files, sometime also hidden inside a .zip file. While these spam mails are not easy to catch with e.g. SpamAssassin or a Bayes filter, the ClamAV virus scanner can catch them easily when it is fed with the correct signatures as ClamAV is built to scan mail attachments.

Installing LAMP On Ubuntu For Newbies | HowtoForge - Linux Howtos and Tutorials

(via)
In this guide I will show you how to install a LAMP system on Ubuntu. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux.

Installing Xen On An Ubuntu Feisty Fawn Server From The Ubuntu Repositories | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This tutorial provides step-by-step instructions on how to install Xen on an Ubuntu Feisty Fawn (Ubuntu 7.04) server system (i386). You can find all the software used here in the Ubuntu repositories, so no external files or compilation are needed. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called virtual machines or domUs, under a host operating system (dom0).

June 2007

Installing And Working With Xoops Under Ubuntu 6.10 | HowtoForge - Linux Howtos and Tutorials

(via)
I want to show you how to install Xoops on Ubuntu. I used the Ubuntu 6.10 Server Edition, but it will probably work on other systems as well. Xoops is a modern Content-Management-System which can be extended with a variety of modules.

April 2007

The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04) | HowtoForge - Linux Howtos and Tutorials

by 2 others (via)
This tutorial shows how to set up a Ubuntu Feisty Fawn (Ubuntu 7.04) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Ubuntu Feisty Fawn, but should apply to the 64-bit version with very little modifications as well.

How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections.

March 2007

Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.10 Edgy Eft) | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

Integrating amavisd-new Into Postfix For Spam- And Virus-Scanning | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This article shows how to integrate amavisd-new into a Postfix mail server for spam- and virus-scanning. amavisd-new is a high-performance interface between MTAs such as Postfix and content checkers: virus scanners, and/or SpamAssassin. We will use ClamAV for virus scanning and SpamAssassin for spam scanning in this tutorial.

MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10 | HowtoForge - Linux Howtos and Tutorials

(via)
In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.

How To Install Zimbra Collaboration Suite (ZCS) On Ubuntu | HowtoForge - Linux Howtos and Tutorials

by 3 others (via)
This guide shows how to install the Zimbra Collaboration Suite (ZCS) on Ubuntu 6.10 (Edgy Eft) and 6.06 (Dapper Drake) server systems. Zimbra is a full-featured, open source collaboration suite - email, group calendaring, contacts, and web document management and authoring. It has a feature-rich AJAX web interface and is compatible with clients such as Microsoft Outlook, Apple Mail, and Novell Evolution so that mail, contacts, and calendar items can be synchronised from these to the ZCS server. It can also be synchronized to many mobile devices. ZCS makes use of many existing open source projects such as Postfix, MySQL, and OpenLDAP.

vtiger CRM 5.02 on Ubuntu 6.06 LTS Server (Dapper Drake) | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This is a detailed description about how to set up a vtiger CRM 5.02 on an Ubuntu 6.06 LTS (Dapper Drake) based server. vtiger is an Open Source Customer Relationship Management solution built over LAMP stack and other third-party open source packages.

February 2007

Install and Configure Auth Shadow on Debian/Ubuntu | HowtoForge - Linux Howtos and Tutorials

(via)
Auth Shadow or mod-auth-shadow is a module for apache (and apache2, sort of) that enables authentication against /etc/shadow. The benefits being that any system user with a password can be authenticated for web_dav, subversion or simply an https server. The only other way to do this is with PAM. That method is dangerous because the apache user (www-data in my case) must be able to read /etc/shadow. Obviously, not a good idea. Auth Shadow accomplishes this safely by using a intermediate program called validate. This works because validate can be owned by root but executable by everyone. In the event that your server is compromised through apache, your password file will not be readable.

Setting up a serial console | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful if your Linux server is in a headless configuration (no keyboard or monitor), as it allows you to easily get a console on the system if there are any problems with it (especially network problems, when SSH is not available). In the end, the GRUB menu will appear over the serial link, as will the bootup messages (output when booting the system). I am using Debian Etch on the server and Ubuntu Edgy on my client, although this should work on any Linux distribution.

Fight Image Spam With FuzzyOCR And SpamAssassin On Debian/Ubuntu | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial describes how to scan emails for image spam with FuzzyOCR. FuzzyOCR is a plugin for SpamAssassin which is aimed at unsolicited bulk mail containing images as the main content carrier. Using different methods, it analyzes the content and properties of images to distinguish between normal mails (ham) and spam mails. FuzzyOCR tries to keep the system load low by scanning only mails that have not already been categorized as spam by SpamAssassin, thus avoiding unnecessary work.

December 2006

Setting Up A PXE Install Server For Multiple Linux Distributions With Ubuntu Edgy Eft | HowtoForge - Linux Howtos and Tutorials

by 3 others (via)
This tutorial shows how to set up a PXE (short for preboot execution environment) install server with Ubuntu 6.10 (Edgy Eft). A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs. In this article I show how to configure a PXE server that allows you to boot multiple distributions: Ubuntu Edgy/Dapper, Debian Etch/Sarge, Fedora Core 6, CentOS 4.4, OpenSuSE 10.2, and Mandriva 2007.

August 2006

Ubuntu LAMP Server With Torrentflux In VMware | HowtoForge - Linux Howtos and Tutorials

This tutorial is meant for Linux newbies who want to try and build a Ubuntu server box as a webserver and torrent client. It is a step by step instruction on how to do this in VMware on Windows XP to get the feel of it.

June 2006

The Perfect Setup - Ubuntu 6.06 LTS Server (32bit)

by 5 others
This is a detailed description about how to set up a Ubuntu 6.06 LTS server that offers all services needed by ISPs and hosters (Apache web server, Postfix mail server (with SMTP-AUTH and TLS!), DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc.). This guide comes with lots of screenshots and is therefore easy to follow even for Linux newbies.