HowtoForge provides user-friendly Linux tutorials.
-
QoS And Traffic Shaping For VoIP Users Using iproute2 And Asterisk
Author: artaxerxes • Tags: linux • Comments: 0QoS And Traffic Shaping For VoIP Users Using iproute2 And Asterisk The quality of my VoIP phone calls suffered whenever I was downloading or uploading anything. This was irritating, especially for those calling me (I heard them better than they heard me). So I poked at Iproute2 and other howtos, especially with regard to VoIP traffic, but I couldn't find anything that worked well. After some playing around, I've found settings that were right for me: consistant VoIP quality, regardless of any activities on the wire.
-
How To Utilize Your New Multimedia Keyboard Under Linux
Author: csarlee • Tags: desktop, linux • Comments: 5How To Utilize Your New Multimedia Keyboard Under Linux Xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using its configuration file. It does not depend on the window manager and can capture all keyboard keys.
-
The Perfect Desktop - Ubuntu Studio 7.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 1
Ubuntu Studio is a special Linux distribution tailored to the needs of audio, video, and graphic enthusiasts or professionals. Because Ubuntu Studio is based on Ubuntu, you are not limited to this area, but can install any application that is available for Ubuntu, thus turning Ubuntu Studio in a normal desktop for everyday use. This tutorial shows how you can turn Ubuntu Studio 7.04 into a full-fledged replacement for a Windows desktop. 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.
-
-
Server Monitoring With munin And monit On Debian Etch
Author: Falko Timme • Tags: debian, monitoring • Comments: 5
Server Monitoring With munin And monit On Debian Etch In this article I will describe how you can monitor your Debian Etch 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 let 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.
-
Installing Ubuntu Studio 7.04 - Linux For The Creative
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 0Installing Ubuntu Studio 7.04 - Linux For The Creative Ubuntu Studio is a multimedia editing/creation flavour of Ubuntu, built for the GNU/Linux audio, video, and graphic enthusiast or professional. It is an official derivative of the Ubuntu open source operating system and comes with applications such as Ardour2, Wired, Hydrogen, Blender, Inkscape, Pitivi, and many more, as well as a beautiful dark theme. This walkthrough shows how to install it.
-
A Guide to Virtualization on Mandriva Linux 2007 Spring
Author: AdamW • Tags: mandriva, virtualization • Comments: 0A Guide to Virtualization on Mandriva Linux 2007 Spring Have you ever wished you had another computer handy? Maybe you want to try a new operating system out. Maybe you want to test something experimental without potentially breaking your own system. Maybe you need to run some software that only runs in a different operating system. Mandriva Linux 2007 Spring comes with a range of virtualization options that can help.
-
Setting up Subversion and websvn on Debian
Author: bertheymans • Tags: debian, other • Comments: 53Setting up Subversion and websvn on Debian This howto will illustrate a way to install and configure Subversion and websvn on a Debian server. I will not specifically configure inetd with svnserve in this howto. Rest assured that Subversion will be totally functional without it. You can copy/paste most of the howto to get it working.
-
Lintrack As A LAN Gateway And An OpenVPN Bridge
Author: pjf • Tags: control panels, dns, linux • Comments: 1Lintrack As A LAN Gateway And An OpenVPN Bridge This tutorial will guide you through installation and configuration of Lintrack, a GNU/Linux distribution specialized in networking tasks. We will give two LANs access to the internet along with DHCP and DNS cache servers, and then we will connect our networks using OpenVPN in bridging mode. You should be running all these in well under an hour, thanks to the unified configuration interface of Lintrack.
-
The Perfect Desktop - Mandriva 2007 Spring Free (Mandriva 2007.1)
Author: Falko Timme • Tags: desktop, mandriva • Comments: 4
The Perfect Desktop - Mandriva 2007 Spring Free (Mandriva 2007.1) This tutorial shows how you can set up a Mandriva 2007 Spring Free (Mandriva 2007.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.
-
Virtual Hosting With vsftpd And PostgreSQL
Author: norbi771 • Tags: ftp, freebsd • Comments: 1Virtual Hosting With vsftpd And PostgreSQL This document describes how to install a vsftpd server that uses virtual users from a PostgreSQL database instead of real system users. I couldn't find any tutorial like that on the internet, so when that configuration finally worked for me, I decided to publish it. The documentation is based on FreeBSD 6.2 which I was recently forced to use (I usually use Debian). Nevertheless the document should be suitable for almost any Linux distribution as well (may require very small amendments).