Linux Tutorials on the topic “debian”
-
Groupware Server With Group-Office, Postfix, Dovecot And SpamAssassin On Debian Lenny (5.0)
Author: mschering • Tags: antivirus, debian, email, linux, postfix • Comments: 4
Groupware Server With Group-Office, Postfix, Dovecot And SpamAssassin On Debian Lenny (5.0) In this howto I will explain how you can set up a groupware server using the Debian Linux operating system, Group-Office for managing the mailboxes and groupware functions like e-mail, shared calendars, file sharing etc., Postfix with virtual accounts in MySQL, Dovecot IMAP, SpamAssassin spam filter, and a vacation perl script that will handle out-of-office replies.
-
The Perfect Desktop - Debian Lenny
Author: Falko Timme • Tags: debian, desktop • Comments: 18
The Perfect Desktop - Debian Lenny This tutorial shows how you can set up a Debian Lenny 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.
-
Desktop Search In Ubuntu Intrepid (And Debian) In KDE 4.2
Author: Stephan Jau • Tags: debian, desktop, ubuntu • Comments: 1
Desktop Search In Ubuntu Intrepid (And Debian) In KDE 4.2 Ubuntu Intrepid 8.10 features an inbuilt desktop search. Unfortunately I never managed to get it to work right and I tried a lot of things. So I finally went on irc.freenode.org into the #strigi channel and asked for help. Lucky me Phreedom in there gave me a helping hand. Why Nepomuk doesn't work by default is still a mystery. I think this is related to Redland instead of Soprano. Unfortunately, as Phreedom told me, the Ubuntu and Debian maintainers don't supply Soprano with the current builds. Also his recommendation is to use KDE 4.2 (Kubuntu 8.10 comes with KDE 4.1).
-
-
How To Upgrade A Debian Etch System (Server & Desktop) To Debian Lenny
Author: Falko Timme • Tags: debian • Comments: 13
How To Upgrade A Debian Etch System (Server & Desktop) To Debian Lenny This article shows how you can upgrade a system running Debian Etch to Debian Lenny. It is intended for both server and desktop systems.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch
Author: Falko Timme • Tags: apache, php, debian • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Caching With Apache's mod_cache On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 4
Caching With Apache's mod_cache On Debian Etch This article explains how you can cache your web site contents with Apache's mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
Port Triggering Using A NAT Firestarter Firewall And Specter In Debian/Ubuntu
Author: jeff_k • Tags: debian, ubuntu • Comments: 0Port Triggering Using A NAT Firestarter Firewall And Specter In Debian/Ubuntu Many that play PC games, such as battle.net, need to be able to set up port triggering. Typical "hardware" routers have the ability to set this up from online menus. However, using a Linux PC to perform your router functions can provide much more control and versatility than can be realized with a "hardware" router. All of your NAT (network address translation), firewall, and port forwarding functions can be implemented by iptables, the de facto firewall in Linux versions 2.4.x and 2.6.x.
-
Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Perlbal/Heartbeat On Debian Etch
Author: Falko Timme • Tags: debian, high-availability • Comments: 4
Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Perlbal/Heartbeat On Debian Etch This article explains how to set up a two-node load balancer in an active/passive configuration with Perlbal 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. Perlbal is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
-
Setting Up A High-Availability Load Balancer With HAProxy/Wackamole/Spread On Debian Etch
Author: Falko Timme • Tags: debian, high-availability • Comments: 0
Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy, Wackamole, and Spread 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 Wackamole and Spread, 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.).
-
How To Set Up A Caching Reverse Proxy With Squid 2.6 On Debian Etch
Author: Falko Timme • Tags: debian • Comments: 1
How To Set Up A Caching Reverse Proxy With Squid 2.6 On Debian Etch This article explains how you can set up a caching reverse proxy with Squid 2.6 in front of your web server on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).