Showing headlines posted by falko

« Previous ( 1 ... 66 67 68 69 70 71 72 73 74 75 76 ... 92 ) Next »

How To Set Up DHCP Failover On Centos 5.1

  • HowtoForge; By Andrew Colin Kissa (Posted by falko on Jun 27, 2008 9:03 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial will walk you through setting up DHCP failover on CentOS 5.1 using the default ISC dhcp server, this can easily be adapted to any other Linux distro out there. You will most likely need failover in environments where network down time can not be tolerated. My home is running a DLNA setup so I need my devices to be able to obtain network parameters at all times.

The Perfect Desktop - Linux Mint 5 Elyssa R1

  • HowtoForge; By Falko Timme (Posted by falko on Jun 26, 2008 12:44 PM EDT)
  • Story Type: Tutorial; Groups: GNOME, Linux
This tutorial shows how you can set up a Linux Mint 5 Elyssa R1 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 5 is a Linux distribution based on Ubuntu 8.04 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.

Installing mod_geoip for Lighttpd On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Jun 25, 2008 2:56 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
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.

Intrusion Detection For PHP Applications With PHPIDS

  • HowtoForge; By Falko Timme (Posted by falko on Jun 24, 2008 11:26 AM EDT)
  • Story Type: Tutorial; Groups: PHP
This tutorial explains how to set up PHPIDS on a web server with Apache2 and PHP5. PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on a set of approved and heavily tested filter rules any attack is given a numerical impact rating which makes it easy to decide what kind of action should follow the hacking attempt. This could range from simple logging to sending out an emergency mail to the development team, displaying a warning message for the attacker or even ending the user's session.

Embedding Python In Apache2 With mod_python (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 22, 2008 5:04 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

How To Make A Fully Customized KDE Live CD/DVD Using Kubuntu

  • HowtoForge; By Shaun Marolf (Posted by falko on Jun 20, 2008 3:45 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
There are tools available to allow anyone to create and distribute a completely customized Ubuntu Based distribution using the Gnome Desktop. Many Kubuntu users would like to do the same thing but such tools are not fully compatible with KDE and the Kiosk tool does not change or remove all of the Kubuntu defaults so that a program like Remastersys can create a customized ISO with the defined changes. This How To is designed to address these issues and allow those interested in creating their own customized distribution based on Kubuntu.

How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)

This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Etch 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 http://FTP. Of course, WebDAV can also be used to upload and download files.

Some Tips On OpenVZ Deployment

  • HowtoForge (Posted by falko on Jun 18, 2008 7:53 AM EDT)
  • Story Type: Tutorial; Groups: Linux
I rely heavily on OpenVZ. In this article I would like to share some of my personal experiences in OpenVZ deployment. I assume that the readers already know how to install OpenVZ and the basics of OpenVZ. This article describes some tips on OpenVZ usage via the command line.

How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1

  • HowtoForge; By Peter Okupski (Posted by falko on Jun 17, 2008 9:46 AM EDT)
  • Story Type: Tutorial; Groups: MySQL
This tutorial shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).

How To Install The Internet Explorer On Ubuntu 8.04

  • HowtoForge; By Oliver Meyer (Posted by falko on Jun 16, 2008 6:57 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to install the Internet Explorer (different versions) on Ubuntu 8.04 with IEs4Linux. Some users - especially web developers/designers need different versions of the Internet Explorer to test their pages.

Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND

  • HowtoForge; By Mohamad Ghaleb (Posted by falko on Jun 15, 2008 3:58 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) based server that offers DNS services using BIND. This article is written for the 32-bit version of Ubuntu 8.04 LTS, but should apply to the 64-bit version as well.

How To Install And Use gDesklets On Ubuntu 8.04

This document describes how to install and use gDesklets on Ubuntu 8.04. Taken from the gDesklets page: "gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. The possibilities are really endless and they are always there to serve you whenever you need them, just one key-press away. The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce)."

How To Set Up A Loadbalanced High-Availability Apache Cluster On Ubuntu 8.04 LTS

  • HowtoForge; By Mohamad Ghaleb (Posted by falko on Jun 12, 2008 8:13 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.

How To Whitelist Hosts/IP Addresses In Postfix

  • HowtoForge; By Falko Timme (Posted by falko on Jun 11, 2008 1:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
If you are administrating a mail server and use blacklists to block spam, you probably know this problem: from time to time your customers complain that they cannot receive emails from certain freemailers. Most often this happens because a freemailer was abused to send out spam and therefore got blacklisted. This short guide shows how you can whitelist such a mail server in Postfix to make your customers happy again.

Installing mod_geoip For Apache2 On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Jun 10, 2008 1:03 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how to set up mod_geoip with Apache2 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.

The Perfect Desktop - Ubuntu Studio 8.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 8, 2008 6:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can set up an Ubuntu Studio 8.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

XEN On An Ubuntu Hardy Heron (8.04) Server System (amd64) - High Performance

  • HowtoForge; By Sidhartha Mandal (Posted by falko on Jun 6, 2008 3:02 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install XEN on an Ubuntu Hardy Heron (8.04) Server System (amd64) without compromising on disk I/O and network throughput. You can find all the software used here in the Ubuntu repositories, so no external files or source compilation are required.

Installing Songbird Media Player On Ubuntu 8.04

  • HowtoForge; By Oliver Meyer (Posted by falko on Jun 5, 2008 8:29 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to set up Songbird 0.5 on Ubuntu 8.04. Taken from the Songbird page: "Songbird is a desktop media player mashed-up with the Web. Songbird is committed to playing the music you want, from the sites you want, on the devices you want, challenging the conventions of discovery, purchase, consumption and organization of music on the Internet."

How To Install VMware Server (Version 1.0.6) On A Fedora 9 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Jun 4, 2008 5:54 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial provides step-by-step instructions on how to install VMware Server (version 1.0.6) on a Fedora 9 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

How To Set Up WebDAV With Apache2 On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Jun 3, 2008 6:42 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to set up WebDAV with Apache2 on a Debian Etch 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 http://FTP. Of course, WebDAV can also be used to upload and download files.

« Previous ( 1 ... 66 67 68 69 70 71 72 73 74 75 76 ... 92 ) Next »