HowtoForge provides user-friendly Linux tutorials.

  • Mounting ISO Images With Furius ISO Mount On Ubuntu 8.04 Desktop

    ubuntu Author: Falko TimmeTags: , Comments: 6

    Mounting ISO Images With Furius ISO Mount On Ubuntu 8.04 Desktop Furius ISO Mount is a tool that lets you mount and unmount ISO images on your desktop, calculate the checksums (MD5 and SHA1) of the ISO images, and burn them onto a CD or DVD (using external programs like Brasero or Nautilus). It comes with a graphical user interface and is extremely easy to use. This guide shows how to install it on an Ubuntu 8.04 desktop.

  • Installing Zivios Server On Debian Etch

    debian Author: rehanzafarTags: Comments: 0

    Installing Zivios Server On Debian Etch This howto explains installing Zivios Master Service version 0.5.0 on Debian Etch 4.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as its data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

  • Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9)

    fedora Author: Falko TimmeTags: , , Comments: 0

    Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Fedora 9 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

  • How To Build Red Hat Enterprise IPA RPMs For CentOS 5

    centos Author: jemtallonTags: Comments: 12

    How To Build Red Hat Enterprise IPA RPMs For CentOS 5 FreeIPA has existed for some time as RHE IPA for Red Hat Linux and has been added into Fedora. Still, since it is an extra add-on to RHEL, CentOS hasn't gotten it rebuilt yet. That's a shame because FreeIPA is an easy to configure, easy to manage security information management solution. If, like me, you want to use IPA with CentOS, this tutorial is for you.

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11

    opensuse Author: Falko TimmeTags: , Comments: 2

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11 server with PHP5 support (through FastCGI) and MySQL support.

  • Benchmark: Apache2 vs. Lighttpd (Static HTML Files)

    Author: Falko TimmeTags: , Comments: 10

    Benchmark: Apache2 vs. Lighttpd (Static HTML Files) This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering a static HTML file (about 50KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.

  • Installing Zivios Server On Ubuntu

    ubuntu Author: rehanzafarTags: Comments: 0

    Installing Zivios Server On Ubuntu This howto explains installing Zivios Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

  • How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch)

    apache Author: LucaErcoliTags: , Comments: 0

    How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch) mod_slotlimit is an Apache module that using dynamic slot allocation algorithm and static rules, can manage resources used for each running site.

  • Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch)

    lighttpd Author: Falko TimmeTags: , Comments: 4

    Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch) This guide explains how you can install Joomla 1.5.6 on a lighttpd web server on Debian Etch. Joomla comes with an .htaccess file with mod_rewrite rules (for Apache) (to enable search-engine friendly URLs) that do not work on lighttpd. Fortunately Joomla has a built-in method to make search-engine friendly URLs work on lighttpd as well.

  • Minimal Ubuntu 8.04 Server Install

    ubuntu Author: maxbashTags: Comments: 10

    Minimal Ubuntu 8.04 Server Install I find myself removing packages that I don't need, especially if the packages belong to processes that are using processor resources. There is a way to start from the ground up, you can have a minimal system and just add what you need. This has the added benefit of extra security, your system doesn't have services running that you don't use. You won't use a Ubuntu Server CD, but the Desktop Live CD.