HowtoForge provides user-friendly Linux tutorials.
-
How To Virtualize A Physical Linux Machine
Author: mannes • Tags: virtualization • Comments: 15How To Virtualize A Physical Linux Machine This tutorial shows how you can virtualize a physical Linux machine. It is intended not only for virtualization, but for any relocation of a RedHat Linux based system from one machine to another.
-
Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny
Author: Falko Timme • Tags: debian, ubuntu • Comments: 5Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny This article shows how you can watch your hard drive activity with iotop on Ubuntu 8.10 and Debian Lenny. iotop watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes or threads on the system. iotop displays columns for the I/O bandwidth read and written by each process/thread during the sampling period. It also displays the percentage of time the thread/process spent while swapping in and while waiting on I/O. In addition the total I/O bandwidth read and written during the sampling period is displayed at the top of the interface.
-
Getting High With Lenny
Author: randall • Tags: debian, high-availability • Comments: 0
Getting High With Lenny The aim here is to set up some high available services on Debian Lenny (at the time of writing still due to be released). Most of the documentation available for such a setup I found on the net are based on Xen but I prefer to use Vserver for the "virtualisation" because of its configurability, shared memory and cpu resources and basically the raw speed. DRBD8 and Heartbeat should take care of the availability magic in case a machine shuts down unexpectedly.
-
-
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.
-
Getting Started With Firewall Builder
Author: vkfwb • Tags: desktop, security • Comments: 0
Getting Started With Firewall Builder This guide presents an introduction to Firewall Builder. Firewall Builder (also known as fwbuilder) is a GUI firewall configuration and management tool that supports iptables (netfilter), ipfilter, pf, ipfw, Cisco PIX (FWSM, ASA) and Cisco routers extended access lists. Both professional network administrators and hobbyists managing firewalls with policies more complex that is allowed by simple web based UI can simplify management tasks with the application. The program runs on Linux, FreeBSD, OpenBSD, Windows and Mac OS X and can manage both local and remote firewalls.
-
Simple Bash Script To Monitor Your Webserver Remotely On Different Ports
Author: marchost • Tags: linux, monitoring, programming • Comments: 2Simple Bash Script To Monitor Your Webserver Remotely On Different Ports Simple bash script to monitor a webserver on different ports (here smtp, dns, http & https but it can be customized); I'm sure there are over 100 available programs doing this but I wanted something with small memory usage. Also, I only wanted to be notified once, notifications are received by SMS on my cell. With the software I was using before, I was getting notified every minute until I could reach a computer and fix the problem or stop monitoring which was quite annoying.
-
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 Add Two-Factor Authentication To phpBB
Author: nowen • Tags: apache, linux, mysql, php, security • Comments: 0How To Add Two-Factor Authentication To phpBB This document describes how to add WiKID two-factor authentication to phpBB through Apache using mod_auth_xradius. Given the recent attack against phpBB and the exposure of it's users' passwords, we thought two-factor authentication might be timely.