Showing headlines posted by falko

« Previous ( 1 ... 72 73 74 75 76 77 78 79 80 81 82 ... 92 ) Next »

Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.0

  • HowtoForge; By Falko Timme (Posted by falko on Nov 12, 2007 6:38 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2008.0 server with PHP5 support (through FastCGI) and MySQL support.

Fedora 8 Server Setup: LAMP, Email, DNS, FTP, ISPConfig

  • HowtoForge; By Falko Timme (Posted by falko on Nov 11, 2007 6:47 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.

How To Make Desktop Applications Start Automatically After Login (GNOME)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 9, 2007 2:06 PM EDT)
  • Story Type: Tutorial; Groups: GNOME
You probably know this: you power on your machine, and immediately after you have logged in you manually start your two or three favourite applications. Why not have the system start these applications for you automatically? This short guide shows how to accomplish this under GNOME.

The Perfect Desktop - gOS 1.0.1

  • HowtoForge; By Falko Timme (Posted by falko on Nov 8, 2007 5:10 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can set up a gOS 1.0.1 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. gOS is a lightweight Linux distribution, based on Ubuntu 7.10, that comes with Google Apps and some other Web 2.0 applications; it uses the Enlightenment 17 window manager instead of GNOME or KDE.

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Nov 7, 2007 6:56 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

Installing Xen On An Ubuntu 7.10 (Gutsy Gibbon) Server From The Ubuntu Repositories

  • HowtoForge; By Falko Timme (Posted by falko on Nov 6, 2007 5:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install Xen on an Ubuntu Gutsy Gibbon (Ubuntu 7.10) server system (i386). You can find all the software used here in the Ubuntu repositories, so no external files or compilation are needed.

Vodafone Mobile Connect Card Driver For Linux

  • HowtoForge (Posted by falko on Nov 5, 2007 9:20 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Vodafone Mobile Connect Card driver for Linux is a tool that allows you to establish a connection to the Internet using 3G cards. It also allows to send and receive short messages from your computer. The cards currently supported are: Huawei E620, Huawei E220 and Option GlobeTrotter 3G+ EMEA.

Installing Songbird 0.3 Developer Pre-Release On Ubuntu 7.10 (Gutsy Gibbon)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 4, 2007 7:32 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide shows how to install the Songbird media player (0.3 Developer Pre-Release) on an Ubuntu 7.10 (Gutsy Gibbon) desktop. Songbird is a free software audio player with media database capabilities written using XUL and VLC, with an interface similar to Apple's iTunes. From the Songbird web site: "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 Upgrade Your Desktop From Ubuntu 7.04 (Feisty Fawn) To 7.10 (Gutsy Gibbon)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 2, 2007 11:40 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide shows how you can upgrade your desktop from Ubuntu 7.04 (Feisty Fawn) to Ubuntu 7.10 (Gutsy Gibbon).

The Perfect Desktop - Ubuntu Studio 7.10

  • HowtoForge; By Oliver Meyer (Posted by falko on Nov 1, 2007 3:16 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide shows how to set up an Ubuntu Studio 7.10 desktop. The result is a fast, secure and extendable system with focus on multimedia creation - the real-time (RT) kernel is installed by default. It provides all you need for daily work and entertainment, incl. codecs, Flash, Adobe Reader, VMware, Skype, TrueType fonts, Cedega, and many more.

Make Your Linux Desktop Look Like A Mac - Mac4Lin Project Documentation

Do you want to give your desktop a dash of Mac OS X? The goal of this project is to bring the look and feel of Mac OS X (latest being 10.5, Leopard) to *nix GTK based systems. This document will present the procedure to install Mac4Lin pack & tweak certain things to get that almost perfect Mac OS X like desktop.

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Keepalived On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Oct 29, 2007 5:07 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

The Perfect Desktop - Linux Mint 3.1 Celena FE

  • HowtoForge; By Oliver Meyer (Posted by falko on Oct 28, 2007 1:17 AM EDT)
  • Story Type: Tutorial; Groups: GNOME
This document describes how to set up a Linux Mint 3.1 full edition desktop. The result is a fast, secure and extendable system that provides all you need for daily work and entertainment. Linux Mint 3.1 builds upon Ubuntu Feisty and is compatible to its repositories - about 22.000 packages are available.

Using The Avant Window Navigator (AWN) On Fedora 7

  • HowtoForge; By Oliver Meyer (Posted by falko on Oct 26, 2007 1:57 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to set up the Avant Window Navigator (AWN) on Fedora 7. The result is an eye candy, dock-like bar at the bottom of the screen as a replacement for the standard gnome-panel. The Avant Window Manager provides an easy to use interface where you can configure/customize it to your needs. Launchers, task lists, and third party applets are supported.

Setting Up Master-Master Replication With MySQL 5 On Debian Etch

Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you do not have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.

The Perfect Desktop - Ubuntu 7.10 (Gutsy Gibbon)

  • HowtoForge; By Oliver Meyer (Posted by falko on Oct 23, 2007 1:05 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to set up an Ubuntu 7.10 (Gutsy Gibbon) desktop. The result is a fast, secure and extendable system that provides all you need for daily work and entertainment. About 23.000 packages are available in the repositories.

How To Set Up Mumble Voice Chat On Fedora 7

  • HowtoForge; By Oliver Meyer (Posted by falko on Oct 22, 2007 5:06 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to set up a Mumble voice chat environment with Fedora 7. Mumble is a low-latency voice chat software with focus on games.

The Perfect Server - Ubuntu Gutsy Gibbon (Ubuntu 7.10)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 21, 2007 7:57 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a Ubuntu Gutsy Gibbon (Ubuntu 7.10) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Ubuntu Gutsy Gibbon, but should apply to the 64-bit version with very little modifications as well.

How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server On Ubuntu/Debian

This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.

The Perfect Server - OpenSUSE 10.3 (32-bit)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 18, 2007 11:25 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This is a detailed description about how to set up an OpenSUSE 10.3 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of OpenSUSE 10.3, but should apply to the 64-bit version with very little modifications as well.

« Previous ( 1 ... 72 73 74 75 76 77 78 79 80 81 82 ... 92 ) Next »