Linux Tutorials on the topic “fedora”

  • 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."

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 9

    fedora Author: Falko TimmeTags: , Comments: 0

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

  • Installing Flash Player 9 On 64Bit Linux (x86_64)

    tux Author: shahjapanTags: , , , , , Comments: 13

    Installing Flash Player 9 On 64Bit Linux (x86_64) Someone said, Flash Player 9 doesn't run on 64 bit Linux, but sure it does... and you can install it, just follow the simple steps below.

  • uvhd - File Investigation Utility

    Author: Owen_TownsendTags: , Comments: 0

    uvhd - File Investigation Utility 'uvhd' is a binary file investigation utility. It displays the contents of any file in vertical hexadecimal format, and prompts for commands to browse, search, select, update, scan/replace, print, translate, etc. uvhd is an interactive utility with a command line interface and 18 help screens.

  • Preventing Brute Force Attacks With Fail2ban On Fedora 9

    Author: Falko TimmeTags: , Comments: 0

    Preventing Brute Force Attacks With Fail2ban On Fedora 9 In this article I will show how to install and configure fail2ban on a Fedora 9 system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.

  • How To Set Up WebDAV With Lighttpd On Fedora 9

    Author: Falko TimmeTags: , Comments: 0

    How To Set Up WebDAV With Lighttpd On Fedora 9 This guide explains how to set up WebDAV with lighttpd on a Fedora 9 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.

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 8

    Author: Falko TimmeTags: , , Comments: 1

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

  • Installing mod_geoip for Lighttpd On Fedora 9

    Author: Falko TimmeTags: , Comments: 1

    Installing mod_geoip for Lighttpd On Fedora 9 This guide explains how to set up mod_geoip with lighttpd on a Fedora 9 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

  • Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9

    fedora Author: Falko TimmeTags: , Comments: 1

    Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9 This document describes how to install a Proftpd 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. In addition to that I will show the use of quota with this setup.

  • How To Remotely Install Debian Over A RH Based Distro

    Author: jakev383Tags: , , Comments: 1

    How To Remotely Install Debian Over A RH Based Distro Ocassionally, servers need to be retasked for various reasons.  It has always been a challenge when the server has a distribution other than what I need. I do not want to drive to the data center to swap CDs around, so I decided to see if there was a way to remotely install the machine.  I found some notes by Erik Jacobsen and used them to come up with an up-to-date how-to.