Installing The Open Source Ticket Request System (OTRS) On Fedora 8 | HowtoForge – Linux Howtos and Tutorials

“OTRS is an Open source Ticket Request System (also well known as 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.”

Installing The Open Source Ticket Request System (OTRS) On Fedora 8 | HowtoForge – Linux Howtos and Tutorials

Blogged with the Flock Browser

Installing mod_geoip for Apache2 On Debian Etch | HowtoForge – Linux Howtos and Tutorials

This article explains how to set up mod_geoip with Apache2 on a Debian Etch system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

Installing mod_geoip for Apache2 On Debian Etch | HowtoForge – Linux Howtos and Tutorials

Blogged with the Flock Browser

How To Get Ubuntu System Facts With Facter | HowtoForge – Linux Howtos and Tutorials

Facter is a cross-platform Ruby library for retrieving facts from operating systems. It supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys. It is easy to extend Facter to include your own custom facts or to include additional mechanisms for retrieving facts.

How To Get Ubuntu System Facts With Facter | HowtoForge – Linux Howtos and Tutorials

Blogged with the Flock Browser

Embedded Linux: Synchronization Primitives in Linux – Semaphores and Mutexes

Concurrency is one of the most important concepts which can lead to errors in a system that are hard to find. With the inherent support for SMP and preemptive scheduling in Linux, concurrency is a critical factor which has to be considered while designing kernel modules or device drivers. Avoiding race conditions can be a difficult task. Linux, as in any other OS, provides many synchronization primitives to manage concurrency. Semaphores and Mutexes are part of them.

Embedded Linux: Synchronization Primitives in Linux – Semaphores and Mutexes

Blogged with the Flock Browser