HowtoForge provides user-friendly Linux tutorials.

  • Network UPS Tools (NUT) For USB UPSs On CentOS 5.5

    centos Author: mspallacciTags: Comments: 0

    Network UPS Tools (NUT) For USB UPSs On CentOS 5.5 This tutorial shows how to configure and use Network UPS Tools (NUT) software with an USB (Uninterruptible Power Supply) on CentOS 5.5. NUT is a software which supports several thousand models.

  • How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5

    centos Author: Falko TimmeTags: , , Comments: 1

    How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5 FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a CentOS 5.5 server.

  • HowtoForge Has Now Its own Facebook Page

    howtoforge Author: adminTags: Comments: 4

    HowtoForge Has Now Its own Facebook Page We at HowtoForge are proud to announce that our new Facebook page is now available under http://www.facebook.com/howtoforge. As most of you probably have a Facebook account, we want to use this additional channel to post updates and get feedback from you. Therefore we would like you to "Like" our page, share it with your friends, post comments, etc. :-)

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4 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.4 server with PHP5 support (through FastCGI) and MySQL support.

  • amon.so: Hijacking System Calls For Hardening PHP - Debian Lenny And Squeeze

    php Author: radish2003Tags: , , Comments: 13

    amon.so: Hijacking System Calls For Hardening PHP - Debian Lenny And Squeeze amon.so is a library that integrates with the PHP interpreter and intercepts and manipulates the system calls provided by libc6. It replace the execve() syscall with a custom function which does extra sanity checking in order to prevent that an attacker could execute arbitrary code on the system exploiting a vulnerability in a web-based application (such as a bugged cms). It's open-source software released under the terms of the GPL license and compatible with PHP running as a CGI process or Apache's DSO module.

  • Upgrade Debian Lenny To Squeeze In A Few Simple Steps

    debian Author: DebinixTags: Comments: 17

    Upgrade Debian Lenny To Squeeze In A Few Simple Steps One rather old laptop and one server were the test objects for this howto. Both systems do not have any RAID devices and use a simple partition scheme from a default basic Lenny install. If your setup deviates much from this, it's highly recommended to read all details of the Debian Release Notes before you continue. Be warned. All commands are run as root and Debian recommends to use apt-get for the Squeeze upgrade process.

  • Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4

    opensuse VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 11.4 server with PHP5 support (through PHP-FPM) and MySQL support.

  • How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)

    debian Author: Falko TimmeTags: , , Comments: 0

    How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze) In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.

  • Send Instant Messages (Notifies) By XMPP (Jabber/Google Talk) From Linux Command Line

    centos Author: poustchiTags: , Comments: 5

    Send Instant Messages (Notifies) By XMPP (Jabber/Google Talk) From Linux Command Line sendxmpp is a perl-script to send xmpp (jabber), similar to what mail does for mail. Obviously, to use sendxmpp , you need a jabber account; they are freely available at jabber.org, but you can also run your own server. The good news is, instant messaging between the Google Talk servers and its clients uses an open protocol, XMPP, allowing users of other XMPP/Jabber clients to communicate with Google Talk users. This tutorial shows how you can compile and install SendXMPP on CentOS 5.5 server.

  • Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP)

    opensuse VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 1

    Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.4 server with PHP5 support (mod_php) and MySQL support.