HowtoForge provides user-friendly Linux tutorials.
-
Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu
Author: nbhadauria • Tags: antivirus, email, linux, ubuntu • Comments: 0
Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu In continuation of my document http://www.howtoforge.com/qmail-openldap-on-ubuntu about setting up qmail-ldap on Ubuntu this document will help you to set up Qmail-Scanner with ClamAV antivirus and SpamAssassin spamfilter with your qmail server.
-
Installing Windows Software With Wine (Linux Mint 11)
Author: CSch • Tags: ubuntu, desktop • Comments: 8
Installing Windows Software With Wine (Linux Mint 11) This tutorial is supposed to show you how to install .exe files on your Linux system. I am using Linux Mint 11 as an operating system, however the steps should not differ greatly from other distributions. The software I am going to use as an example will be VLC Player. I am aware that there is a version of VLC for Linux, in some cases even preinstalled, but it serves well for the purpose of guiding through the steps of installation.
-
Setting Up Network RAID1 With DRBD On Ubuntu 11.10
Author: Falko Timme • Tags: ubuntu, high-availability, storage • Comments: 2
Setting Up Network RAID1 With DRBD On Ubuntu 11.10 This tutorial shows how to set up network RAID1 with the help of DRBD on two Ubuntu 11.10 systems. DRBD stands for Distributed Replicated Block Device and allows you to mirror block devices over a network. This is useful for high-availability setups (like a HA NFS server) because if one node fails, all data is still available from the other node.
-
-
How To Make Your Own (Almost) Chromebook
Author: grothe • Tags: linux, other • Comments: 2How To Make Your Own (Almost) Chromebook This HowTo lays out how to convert a regular netbook/laptop/desktop into an almost Google Chromebook using Hexxeh's Chromium OS build. All you need is a 2GB USB stick and a bit of time. It also makes a nice portable operating system as well.
-
How To Configure A pfSense 2.0 Cluster Using CARP
Author: neofire • Tags: other, freebsd • Comments: 7
How To Configure A pfSense 2.0 Cluster Using CARP In this HowTo I will show you how to configure a pfSense 2.0 Cluster using CARP Failover. pfSense is quite a advanced (open-source) firewall being used everywhere from homes to enterprise level networks, I have been playing around with pfsense now for the last 3 months and to be honest I am not looking back, it is packed full of features and can be deployed easily within minutes depending on your requirements.
-
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.4 And Installing ISPConfig 3
Author: george_yohng • Tags: ispconfig, suse • Comments: 0
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.4 And Installing ISPConfig 3 Here's a little script that automates the task of setting up a Perfect Server - OpenSUSE 11.4 x86_64 [ISPConfig 3], and in the end it also installs ISPConfig 3.
-
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 2
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2] This tutorial shows how to set up a CentOS 5.7 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS
Author: Falko Timme • Tags: email, linux • Comments: 3
How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS This guide explains how you can migrate mailboxes between IMAP servers with IMAP TOOLS. IMAP TOOLS is a collection of Perl scripts that allow you to do various tasks with IMAP servers and also POP3 servers. In this article I will focus on the scripts imapcopy.pl (copies messages and mailboxes from one IMAP server to another) and pop3toimap.pl (copies POP3 messages to an IMAP server). Both scripts support SSL. If you specify port 993 (995 for POP3) then an SSL connection is initiated. If the port number is 143 (110 for POP3) then it will try a non-SSL connection. With any other value the port will be tested to see if it supports SSL. If so, SSL will be used to make the connection; otherwise a non-SSL connection will be made.
-
The Perfect Desktop - Ubuntu Studio 11.10
Author: CSch • Tags: desktop, ubuntu • Comments: 1
This tutorial shows how you can set up an Ubuntu Studio 11.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Please note that Ubuntu Studio 11.10 uses Xfce as the default desktop environment (instead of GNOME).
-
How To Create A RAID1 Setup On An Existing CentOS/RedHat 6.0 System
Author: mauriceh • Tags: centos, storage • Comments: 5
How To Create A RAID1 Setup On An Existing CentOS/RedHat 6.0 System This tutorial is for turning a single disk CentOS 6 system into a two disk RAID1 system. The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).