public marks

PUBLIC MARKS from falko with tag linux

11 December 2007

Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1) | 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 will 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 (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

09 December 2007

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 | HowtoForge - Linux Howtos and Tutorials

(via)
In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig on Fedora 8. 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.

05 December 2007

CentOS 5.1 Server Setup: LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to set up a CentOS 5.1 based server 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. This tutorial is written for the 32-bit version of CentOS 5.1, but should apply to the 64-bit version with very little modifications as well.

03 December 2007

Creating Your Own Custom Ubuntu 7.10 Or Linux Mint 4.0 Live-CD With Remastersys | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This guide shows how you can create a Live-CD from yourUbuntu Gutsy Gibbon or Linux Mint 4.0 system with a tool called remastersys. Remastersys is available in the Linux Mint romeo repository. You can customize your Ubuntu/Linux Mint system and then let remastersys create an iso image of it which you can then burn onto a CD/DVD.

Back Up Your Files With Pybackpack On Fedora 8 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up, configure and use Pybackpack on Fedora 8. The result is an easy to use backup system for desktop usage. Pybackpack creates incremental backups which can be stored locally or remotely (SSH) - the usage of removable devices is supported. You also have the option to burn the backup(s) directly on a CD/DVD.

02 December 2007

Using KVM On Ubuntu 7.10 (Gutsy Gibbon) | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
In this HowTo I will explain how to install and use KVM for running your services in virtual machines. KVM (Kernel-based Virtual Machine) is a Linux kernel virtualization technique that provides full virtualization by using Intel VT (Vanderpool) or AMD-V (Pacifica).

29 November 2007

How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Etch) | HowtoForge - Linux Howtos and Tutorials

(via)
This guide explains how to set up software RAID1 on an already running Debian Etch 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).

26 November 2007

Adding And Updating SpamAssassin Rulesets With RulesDuJour | HowtoForge - Linux Howtos and Tutorials

(via)
This article explains how you can download additional SpamAssassin rulesets resp. automatically update these rulesets with a shell script called RulesDuJour. These additional rulesets can increase your spam recognition rate dramatically. Most of the rulesets that RulesDuJour supports can be found on the SA Rules Emporium web site.

25 November 2007

Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 7.10) | 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 will 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 (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

23 November 2007

SAMBA (Domaincontroller) Server For Small Workgroups With Ubuntu 7.10 | HowtoForge - Linux Howtos and Tutorials

(via)
This is a detailed description about setting up an Ubuntu based server (Ubuntu 7.10) to act as file- and printserver for Windows(tm) workstations in small workgroups. This howto uses the tdb backend for SAMBA to store passwords and account information. This is suitable for workgroups for up to 250 users and is easier to set up than an LDAP backend.

21 November 2007

Installation Guide: Linux Mint 4.0 Daryna (a.k.a. The Perfect Desktop) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can set up a Linux Mint 4.0 (Daryna) 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. Linux Mint 4.0 is a Linux distribution based on Ubuntu 7.10 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.

Intrusion Detection: Snort, Base, MySQL, And Apache2 On Ubuntu 7.10 (Gutsy Gibbon) | HowtoForge - Linux Howtos and Tutorials

(via)
In this tutorial I will describe how to install and configure Snort (an intrusion detection system (IDS)) from source, BASE (Basic Analysis and Security Engine), MySQL, and Apache2 on Ubuntu 7.10 (Gutsy Gibbon). 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 BASE will use to display a graphical interface in a web browser.

20 November 2007

Virtual Users And Domains With Postfix, Courier And MySQL (Fedora 8) | 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 will 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 (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

19 November 2007

How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This guide is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile Apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS extensions are relatively new, some Internet browsers will not work so the Apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.

16 November 2007

Enabling Compiz Fusion On An Ubuntu 7.10 Desktop (ATI Mobility Radeon 9200) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can enable Compiz Fusion on an Ubuntu 7.10 (Gutsy Gibbon) desktop (the system must have a 3D-capable graphics card - I am using an ATI Mobility Radeon 9200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

15 November 2007

Installation Guide: Fedora 8 Desktop (a.k.a. The Perfect Desktop) | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up a Fedora desktop - including how to enable special mouse buttons, improve laptop support (depending on your model), set up printers (especially HP) and the usage of Compiz Fusion. The result is a fast, secure and extendable system that provides all you need for daily work an entertainment.

14 November 2007

How To Manage An iPod From A Linux Desktop With Songbird 0.3 | HowtoForge - Linux Howtos and Tutorials

(via)
This article shows how you can use an iPod on a Linux desktop with Songbird 0.3. It covers how you can upload MP3 files from your desktop to your iPod, download MP3 files from your iPod to your desktop, and how you can delete files on the iPod. Normally, Apple's iTunes software is needed to manage an iPod, but iTunes is not available for Linux. Fortunately, there are Linux alternatives such as Songbird that can handle the task.

13 November 2007

Enabling Compiz Fusion On A Fedora 8 GNOME Desktop (ATI Mobility Radeon 9200) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can enable Compiz Fusion on a Fedora 8 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an ATI Mobility Radeon 9200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

Ubuntu 7.10 (Gutsy Gibbon) Samba Standalone Server With tdbsam Backend | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial explains the installation of a Samba fileserver on Ubuntu 7.10 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as standalone server, not as a domain controller. For this setup, I will use the Ubuntu Server installation CD but the same installation procedure will work on an Ubuntu desktop as well.

12 November 2007

Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.0 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2008.0 server with PHP5 support (through FastCGI) and MySQL support.

09 November 2007

How To Make Desktop Applications Start Automatically After Login (GNOME) | HowtoForge - Linux Howtos and Tutorials

(via)
You probably know this: you power on your machine, and immediately after you have logged in you manually start your two or three favourite applications. Why not have the system start these applications for you automatically? This short guide shows how to accomplish this under GNOME.

08 November 2007

Fedora 8 Server Setup: LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server) | HowtoForge - Linux Howtos and Tutorials

(via)
This is a detailed description about how to set up a Fedora 8 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, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.

07 November 2007

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

06 November 2007

The Perfect Desktop - gOS 1.0.1 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can set up a gOS 1.0.1 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. gOS is a lightweight Linux distribution, based on Ubuntu 7.10, that comes with Google Apps and some other Web 2.0 applications; it uses the Enlightenment 17 window manager instead of GNOME or KDE.

Installing Xen On An Ubuntu 7.10 (Gutsy Gibbon) Server From The Ubuntu Repositories | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial provides step-by-step instructions on how to install Xen on an Ubuntu Gutsy Gibbon (Ubuntu 7.10) server system (i386). You can find all the software used here in the Ubuntu repositories, so no external files or compilation are needed.

falko's TAGS related to tag linux

3d +   adobe +   apache +   apple +   audio +   backup +   bandwidth +   beryl +   bind +   boot +   centos +   chroot +   clamav +   compilation +   compiz +   courier +   debian +   debian etch +   desktop +   dns +   dovecot +   edgy eft +   email +   etch +   fedora +   feisty +   feisty fawn +   fileserver +   firewall +   flash +   ftp +   gnome +   google +   grub +   gutsy +   gutsy gibbon +   hosting +   ids +   imap +   ipod +   ispconfig +   kernel +   lamp +   lighttpd +   lighty +   linux mint +   load balancer +   lvm +   mail +   mandriva +   mint +   Mirror +   monitoring +   mp3 +   mysql +   network +   ntfs +   ntfs-3g +   ogg +   opensuse +   pclinuxos +   php +   php5 +   pop3 +   postfix +   proftpd +   pureftpd +   quota +   raid +   recovery +   replication +   repository +   restore +   ruby +   samba +   security +   server +   skype +   smb +   smtp-auth +   spam +   spamassassin +   ssh +   ssl +   storage +   suse +   tls +   ubuntu +   vanilla kernel +   virtual +   virtual machine +   virtual users +   virtualization +   virus +   vista +   vm +   vmware +   vps +   windows +   xen +