HowtoForge provides user-friendly Linux tutorials.

  • Tweaking Hidden Settings With Ubuntu Tweak On Ubuntu 9.10

    ubuntu Author: Falko TimmeTags: , Comments: 4

    Tweaking Hidden Settings With Ubuntu Tweak On Ubuntu 9.10 Ubuntu Tweak is a tool that lets you change hidden Ubuntu settings, for example: hide or change the splash screen, show or hide the Computer, Home, Trash, and Network icons, change Metacity, Nautilus, power management, and security settings, etc. Currently Ubuntu Tweak is available only for the Ubuntu GNOME desktop, i.e., it will not work on Kubuntu or Xubuntu. This short guide shows how to install and use Ubuntu Tweak.

  • How To Set Up WebDAV With Apache2 On OpenSUSE 11.2

    apache Author: Falko TimmeTags: , Comments: 3

    How To Set Up WebDAV With Apache2 On OpenSUSE 11.2 This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 11.2 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Learning Spam With SpamAssassin And All Of Your ISPConfig Clients [ISPConfig 2]

    ispconfig Author: bswinnertonTags: , , Comments: 1

    Learning Spam With SpamAssassin And All Of Your ISPConfig Clients [ISPConfig 2] This is a quick way of learning spam from all of your ISPConfig clients by running a quick and simple command. Please note that this is for ISPConfig 2, not 3.

  • How To Harden PHP5 With Suhosin On CentOS 5.4

    php Author: Falko TimmeTags: , , Comments: 6

    How To Harden PHP5 With Suhosin On CentOS 5.4 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."

  • Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)

    ubuntu Author: Falko TimmeTags: , Comments: 2

    Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10) This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.

  • Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS

    centos Author: rhein.andreaTags: , , Comments: 1

    Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS This tutorial explains how to enable ZendOptimizer and IonCubeLoader in PHP on a Lighttpd web server on CentOS.

  • Wireshark Remote Capturing

    Author: gbiTags: Comments: 3

    Wireshark Remote Capturing This short tutorial is without screenshots but a slightly more advanced usecase of Wireshark, namely doing the capture on one box and visualize the captured data in realtime on another box.

  • Virtual Hosting With vsftpd And MySQL On Debian Lenny

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

    Virtual Hosting With vsftpd And MySQL On Debian Lenny Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

  • How To Set Up WebDAV With Lighttpd On Ubuntu 9.10

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

    How To Set Up WebDAV With Lighttpd On Ubuntu 9.10 This guide explains how to set up WebDAV with lighttpd on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)

    debian Author: Falko TimmeTags: , Comments: 0

    Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny) This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Debian Lenny. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.