HowtoForge provides user-friendly Linux tutorials.
-
Chrooting Apache2 With mod_chroot On Debian Etch
Author: Falko Timme • Tags: apache, debian, security • Comments: 5
Chrooting Apache2 With mod_chroot On Debian Etch This guide explains how to set up mod_chroot with Apache2 on a Debian Etch system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.
-
Master-Master Replication With MySQL 5 On Fedora 8
Author: o.meyer • Tags: fedora, high-availability, mysql • Comments: 3Master-Master Replication With MySQL 5 On Fedora 8 This document describes how to set up master-master replication with MySQL 5 on Fedora 8. 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 don't 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.
-
Back Up Your Files With Fwbackups On Fedora 8
Author: o.meyer • Tags: backup, desktop, fedora • Comments: 0Back Up Your Files With Fwbackups On Fedora 8 This document describes how to set up, configure and use Fwbackups on a Fedora 8 desktop. The result is an easy-to-use backup system for desktop usage. Fwbackups creates partial backups which can be stored locally or on a removable device. You have also the option to run scheduled backups.
-
-
Server Monitoring With munin And monit On Mandriva 2008.0
Author: Falko Timme • Tags: mandriva, monitoring • Comments: 0
Server Monitoring With munin And monit On Mandriva 2008.0 In this article I will describe how you can monitor your Mandriva 2008.0 server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.
-
Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8
Author: o.meyer • Tags: email, fedora, postfix • Comments: 5Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8 This document describes how to install and configure alterMIME as a Postfix filter on a Fedora 8 system. The resulting system will automatically add disclaimers to outgoing emails.
-
Connecting GPRS From Ubuntu Gutsy
Author: saturn • Tags: ubuntu • Comments: 1Connecting GPRS From Ubuntu Gutsy Connecting to GPRS using a Nokia Phone is not too tough in Ubuntu Gutsy. This is because the default udev rules does install the required drivers and map most of the Nokia devices to /dev/ttyACM0. But it can become tough if you need to retain the resolv.conf or making the pppd to add a default route to the connected device. We will see how it was done properly in the Saturn Labs.
-
Network Diagnostic Tool (NDT) On Ubuntu 7.10 Server
Author: shakey_1 • Tags: ubuntu • Comments: 0Network Diagnostic Tool (NDT) On Ubuntu 7.10 Server This guide will walk you through the setup process for implementing NDT running under Ubuntu 7.10 server. For those unfamiliar with NDT, it is a network performance testing application. NDT will measure the throughput between your server and the desktops that you run the java client from.
-
How To Check If Your Server Is Infected With The Linux/Rst-B Backdoor (Debian Etch)
Author: Falko Timme • Tags: debian, security • Comments: 2How To Check If Your Server Is Infected With The Linux/Rst-B Backdoor (Debian Etch) Linux Rst-B is a backdoor that can be used to add your server to botnets (see http://www.heise.de/newsticker/meldung/103563 (in German)). This short guide explains how you can install and use the Sophos Linux/RST-B detection tool to check your Debian Etch server and find out if it is infected with Linux Rst-B.
-
Meet the Anti-Nmap: PSAD (EnGarde Secure Linux)
Author: secureguardian • Tags: security • Comments: 0Meet the Anti-Nmap: PSAD (EnGarde Secure Linux) Having a great defense involves proper detection and recognition of an attack. In our security world we have great IDS tools to properly recognize when we are being attacked as well as firewalls to prevent such attacks from happening. However, certain attacks are not blindly thrown at you - a good attacker knows that a certain amount of reconnaissance and knowledge about your defenses greatly increases the chances of a successful attack. How would you know if someone is scanning your defenses? Is there any way to properly respond to such scans? You bet there is...
-
Zabbix 1.4.4 From Source On Debian Etch
Author: cmdln • Tags: debian, monitoring • Comments: 4Zabbix 1.4.4 From Source On Debian Etch Originally posted on Zabbix 1.4.4 from source on Debian Etch. This guide will walk you through installing Zabbix 1.4.4 from source on Debian Etch. 1.4.4 has many improvements over what is currently available in apt, and it's not hard so you might as well do it this way. *Note: this walkthrough assumes that you will be running the zabbix database on the same machine as the frontend. You dont have to obviously, just do the mysql setup on whatever db server you are using and point the necessary things to it.