HowtoForge provides user-friendly Linux tutorials.
-
Using Amfphp 1.9 with the Adobe Flex 2 SDK
Author: michael_ramirez44 • Tags: php • Comments: 1Using Amfphp 1.9 with the Adobe Flex 2 SDK This article shows how you can make PHP interact with Adobe Flex. Adobe Flex is a technology to support the development and deployment of rich Internet applications based on their proprietary Macromedia Flash platform.
-
Installing OTRS 2.14 (Open source Ticket Request System) on CentOS 4.4
Author: ryandelany • Tags: centos, other • Comments: 9Installing OTRS 2.14 (Open source Ticket Request System) on CentOS 4.4 OTRS is a trouble ticket system with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries. This How-To is specifically intended to help install and run OTRS (http://www.otrs.org). It is not intended to go over using, configuring, or administering OTRS. For those types of questions, please refer to the OTRS website.
-
The Perfect Desktop - Part 1: Fedora Core 6
Author: Falko Timme • Tags: desktop, fedora • Comments: 1
The Perfect Desktop - Part 1: Fedora Core 6 With the release of Microsoft's new Windows operating system (Vista), more and more people are looking for alternatives to Windows for various reasons. This tutorial is the first of a series of articles where I will show people who are willing to switch to Linux how they can set up a Linux desktop (Fedora Core 6 in this article) that fully replaces their Windows desktop, i.e. that has all 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, and the best thing is: all software comes free of charge.
-
-
How to make a small change to a Debian tool and repackage it?
Author: martinfst • Tags: debian, ubuntu • Comments: 1How to make a small change to a Debian tool and repackage it? This mini-tutorial shows how to modify a small option of a standard Debian/Ubuntu package to accomodate your personal preferences and rebuild and install this package on your system.
-
How To Build A Spam Filtering Mail Gateway
Author: brian_goldberg • Tags: antivirus • Comments: 16How To Build A Spam Filtering Mail Gateway By Brian Goldberg - {brian AT carbonite D0T com} www.carbonite.com Spam has evolved from a nusance to a threat. SysAdms need a strategy for combating spam. You can use filtering software loaded on all your users computers, but that takes a lot of time to install and maitenance can be real drag on your time and resources. A better way is to use a centralised device which filters your spam before it enters your enterprise. This "Anti-Spam Gateway" is a lot easier to manage and maintain than individually installed client software. Additionally, it can be tuned to be a lot more effective.
-
Step-by-step OpenLDAP Installation and Configuration
Author: ganesh35 • Tags: linux • Comments: 29Step-by-step OpenLDAP Installation and Configuration This tutorial describes how to install and configure an OpenLDAP server and also an OpenLDAP client.
-
Run Your Own Webradio Station With Icecast2 And Ices2
Author: Falko Timme • Tags: other, debian, ubuntu • Comments: 25Run Your Own Webradio Station With Icecast2 And Ices2 This tutorial describes how to set up an audio streaming server with Icecast2. In order that Icecast2 can stream audio to listeners we install Ices2. Ices2 is a program that sends audio data to an Icecast2 server to broadcast to clients. Ices2 can either read audio data from disk (Ogg Vorbis files), or sample live audio from a sound card and encode it on the fly. In this article we will let Ices2 read .ogg files from the local hard disk.
-
How To Search For Missing Packages With apt-file On Debian and Ubuntu
Author: Falko Timme • Tags: debian, ubuntu • Comments: 1How To Search For Missing Packages With apt-file On Debian and Ubuntu This short article describes how you can search for missing packages with apt-file on Debian and Ubuntu systems. apt-file allows you to search for a file name, and it gives back the name(s) of the package(s) containing that file so that you can install the appropriate package.
-
Setting up a serial console
Author: Daniel15 • Tags: linux • Comments: 7Setting up a serial console This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful if your Linux server is in a headless configuration (no keyboard or monitor), as it allows you to easily get a console on the system if there are any problems with it (especially network problems, when SSH is not available). In the end, the GRUB menu will appear over the serial link, as will the bootup messages (output when booting the system). I'm using Debian Etch on the server and Ubuntu Edgy on my client, although this should work on any Linux distribution.
-
How to Set up Network Bonding in Ubuntu 6.10
Author: stutch • Tags: networking, ubuntu • Comments: 8How to Set up Network Bonding in Ubuntu 6.10 Network Bonding, otherwise known as port trunking allows you to combine multiple network ports into a single group, effectively aggregating the bandwidth of multiple interfaces into a single connection. For example, you can aggregate two gigabyte ports into a two-gigabyte trunk port. Bonding is used primarily to provide network load balancing and fault tolerance.