HowtoForge provides user-friendly Linux tutorials.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 0
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04 This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.04 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.
-
Using The Interface Object In Firewall Builder
Author: vkfwb • Tags: security • Comments: 0Using The Interface Object In Firewall Builder This article continues the series of articles on Fireall Builder, a graphical firewall configuration and management tool that supports many Open Source firewall platforms as well as Cisco IOS access lists and Cisco ASA (PIX). This article demonstrates how you can work with Interface objects in Firewall Builder.
-
Building Customized Ubuntu Live-CDs With UCK On Ubuntu 9.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 3
Building Customized Ubuntu Live-CDs With UCK On Ubuntu 9.04 This guide explains how you can build customized Ubuntu (as well as Kubuntu/Xubuntu and Edubuntu) Live-CDs with the help of UCK (Ubuntu Customization Kit) on Ubuntu 9.04. UCK allows you to customize the language and the applications on the Live-CD.
-
-
Set Up Postfix DKIM With dkim-milter
Author: topdog • Tags: antivirus, centos, postfix • Comments: 14Set Up Postfix DKIM With dkim-milter DKIM is an authentication framework which stores public-keys in DNS and digitally signs emails on a domain basis. It was created as a result of merging Yahoo's domainkeys and Cisco's Identified Internet mail specification. It is defined in RFC 4871.
-
Set Up DKIM On Postfix With dkim-milter (CentOS 5.2)
Author: topdog • Tags: centos, postfix • Comments: 7
Set Up DKIM On Postfix With dkim-milter (CentOS 5.2) DKIM is an authentication framework which stores public-keys in DNS and digitally signs emails on a domain basis. It was created as a result of merging Yahoo's domainkeys and Cisco's Identified Internet mail specification. It is defined in RFC 4871. We will be using the milter implementation of dkim http://dkim-milter.sf.net on CentOS 5.2.
-
Delete Unnecessary Files From Your Desktop With BleachBit On Ubuntu 9.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 10
Delete Unnecessary Files From Your Desktop With BleachBit On Ubuntu 9.04 This guide shows how you can install and use BleachBit on an Ubuntu 9.04 desktop to delete unnecessary files. BleachBit deletes unnecessary files (such as cache, cookies, Internet history, localizations, logs, temporary files, and broken shortcuts) to free valuable disk space, maintain privacy, and remove junk. It wipes clean Adobe Reader, APT, Bash, Beagle, Chromium, Epiphany, Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, Second Life viewer, Skype, VIM, XChat, Yum, and more.
-
How To Configure An Email Account In Thunderbird
Author: rini90 • Tags: desktop, email • Comments: 0How To Configure An Email Account In Thunderbird This guide explains how you can configure a POP3 account in Mozilla Thunderbird. I'm assuming that Mozilla Thunderbird is already installed.
-
Using The Host Object In Firewall Builder
Author: vkfwb • Tags: security • Comments: 0Using The Host Object In Firewall Builder This article continues the series of articles on Fireall Builder, a graphical firewall configuration and management tool that supports many Open Source firewall platforms as well as Cisco IOS access lists and Cisco ASA (PIX). This article demonstrates how you can work with Host objects in Firewall Builder.
-
The Perfect Desktop - Linux Mint 7 (Gloria)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 20
The Perfect Desktop - Linux Mint 7 (Gloria) This tutorial shows how you can set up a Linux Mint 7 (Gloria) 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 7 is a Linux distribution based on Ubuntu 9.04 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.
-
How To Compile virt-df, virt-top, virt-mem & virt-ctrl On Debian Lenny
Author: jahil • Tags: debian, virtualization • Comments: 0
How To Compile virt-df, virt-top, virt-mem & virt-ctrl On Debian Lenny This short guide explains how you can build virt-df, virt-top, virt-mem and virt-ctrl from the sources on a Debian Lenny system. These tools are currently available for Fedora in binary format.