Articles by Falko Timme

Falko Timme

About Falko Timme

Falko Timme is an experienced Linux administrator and founder of Timme Hosting, a leading nginx business hosting company in Germany. He is one of the most active authors on HowtoForge since 2005 and one of the core developers of ISPConfig since 2000. He has also contributed to the O'Reilly book "Linux System Administration".

  • Network Analysis With Wireshark On Ubuntu Feisty Fawn

    Author: Falko TimmeTags: , , Comments: 3

    Network Analysis With Wireshark On Ubuntu Feisty Fawn Wireshark is a network protocol analyzer (or "packet sniffer") that can be used for network analysis, troubleshooting, software development, education, etc. This guide shows how to install and use it on an Ubuntu Feisty Fawn desktop to analyze the traffic on the local network card.

  • Virus Protection With F-PROT Antivirus On Ubuntu Feisty Fawn

    Author: Falko TimmeTags: , Comments: 3

    Virus Protection With F-PROT Antivirus On Ubuntu Feisty Fawn This tutorial shows how you can install and use F-PROT Antivirus on an Ubuntu Feisty Fawn desktop. Although there aren't many Linux viruses out there, this can be useful if you often exchange files with Windows users - it can help you to not pass on any Windows viruses (that don't do any harm to Linux systems) to Windows users. F-PROT Antivirus for Linux is free for home use.

  • Integrating eAccelerator Into PHP5 (Fedora 7)

    Author: Falko TimmeTags: , Comments: 1

    Integrating eAccelerator Into PHP5 (Fedora 7) This guide explains how to integrate eAccelerator into PHP5 on a Fedora 7 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."

  • Chrooted SFTP With MySecureShell On Debian Etch

    VMWare Image Download Author: Falko TimmeTags: , Comments: 5

    Chrooted SFTP With MySecureShell On Debian Etch This tutorial shows how to install MySecureShell on a Debian Etch system. MySecureShell is an SFTP server that is based on OpenSSH and can be configured in many ways, e.g. it has support for chrooting users into their homedirs or for limiting upload-/download bandwidths. MySecureShell makes SFTP available for users that do not have shell access so that these users do not have to use the insecure FTP protocol anymore.

  • Integrating eAccelerator Into PHP5 (CentOS 5.0)

    Author: Falko TimmeTags: , Comments: 0

    Integrating eAccelerator Into PHP5 (CentOS 5.0) This guide explains how to integrate eAccelerator into PHP5 on a CentOS 5.0 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."

  • Watching Live-TV On Your Ubuntu Desktop With Zattoo

    Author: Falko TimmeTags: , Comments: 4

    Watching Live-TV On Your Ubuntu Desktop With Zattoo Zattoo delivers free Live-TV (P2P IPTV) to Linux, Windows, and Mac desktops. Depending on the country you live in you can select between multiple real TV stations to watch (if Zattoo is available in your country). This article shows how you can install the Zattoo player on an Ubuntu desktop.

  • Monitoring Network Latency With Smokeping (Debian Etch)

    Author: Falko TimmeTags: , Comments: 0

    Monitoring Network Latency With Smokeping (Debian Etch) This guide shows how to install and configure Smokeping on Debian Etch to monitor network latency. From the Smokeping web site: "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection."

  • Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch

    Author: Falko TimmeTags: Comments: 0

    Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time.

  • Modifying PDF Files With PDFedit On Ubuntu Feisty Fawn

    Author: Falko TimmeTags: , Comments: 16

    Modifying PDF Files With PDFedit On Ubuntu Feisty Fawn This article shows how you can install and use PDFedit on an Ubuntu Feisty Fawn desktop. PDFedit is a free and open-source editor for manipulating PDF documents.

  • Installing Ubuntu From A Windows System With Wubi

    Author: Falko TimmeTags: , Comments: 9

    Installing Ubuntu From A Windows System With Wubi Wubi is an Ubuntu installer for Windows that lets you install and uninstall Ubuntu from a Windows desktop. Wubi adds an entry to the Windows boot menu which allows you to run Linux. Ubuntu is installed within a file in the Windows file system (a loopmounted partition), this file is seen by Ubuntu as a real hard disk. That way the hard drive does not have to be repartitioned before the Ubuntu installation. The resulting Ubuntu installation is a "real" Linux system, not just a virtual machine. Wubi makes it easy for Linux newbies to play around with Ubuntu.