Linux Tutorials on the topic “debian”
-
Building Kernel Modules With Module-Assistant On Debian Lenny
Author: Falko Timme • Tags: kernel, debian • Comments: 0
Building Kernel Modules With Module-Assistant On Debian Lenny module-assistant is a tool for building Debian kernel modules from source, without having to rebuild the whole kernel. It fetches module-source packages that have been prepared for the Debian distribution via apt and produces .deb packages. This tutorial shows how to use module-assistant in command-line mode and in interactive mode.
-
How To Set Up A USB-Over-IP Server And Client With Debian Lenny
Author: Falko Timme • Tags: debian • Comments: 10
How To Set Up A USB-Over-IP Server And Client With Debian Lenny This tutorial shows how to set up a USB-over-IP server with Debian Lenny as well as a USB-over-IP client (also running Debian Lenny). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.
-
Installing And Configuring Asterisk 1.6 + PostgreSQL To Manage CDR & RealTime Config On Debian
Author: Coto • Tags: debian • Comments: 5
Installing And Configuring Asterisk 1.6 + PostgreSQL To Manage CDR & RealTime Config On Debian In this tutorial, I will describe how to install and configure Asterisk 1.6 on a Debian system to work with PostgreSQL in order to manage CDR (Call Detail Records) and real-time configuration. For this we will use a clean and up-to-date Debian Etch/Lenny system.
-
-
How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny
Author: Falko Timme • Tags: apache, security, debian, ubuntu • Comments: 4
How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.
-
Setting Up Freeswitch On Debian 5 (Lenny)
Author: awan • Tags: debian • Comments: 3
Setting Up Freeswitch On Debian 5 (Lenny) FreeSWITCH is an open-source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.
-
Automatic Dialer With Asterisk And GNUDialer
Author: mariofix • Tags: debian, other • Comments: 1
Automatic Dialer With Asterisk And GNUDialer This document describes the installation of the Automatic Dialer GNUDialer, this is an alternative dialer to VICIDial, with more lightweight scripts and a far more easier GUI, it uses Asterisk and MySQL for its operation.
-
Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd On Debian Lenny
Author: eddiechen • Tags: debian, email, ftp • Comments: 0
Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd On Debian Lenny iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since version 0.5, it supports CentOS 5.x, Debian 5.x, Ubuntu 8.04 and Ubuntu 9.04 (both i386 and x86_64). iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. The OpenLDAP backend of iRedMail allows you to integrate all kinds of applications. This guide shows you how to integrate pure-ftpd into the iRedMail ldap backend on Debian Lenny, passwords will be stored in ldap and you can change the password through webmail.
-
Command-Line Copy&Paste With xclip (Debian/Ubuntu)
Author: Falko Timme • Tags: debian, ubuntu • Comments: 4Command-Line Copy&Paste With xclip (Debian/Ubuntu) xclip is a command line interface to the X11 clipboard. It allows you to put the output of a command directly into the clipboard so that you don't have to copy&paste from the terminal manually (which can be a tedious task especially if the output is very long). It also allows you to put the contents of a file directly into the clipboard.
-
Installing mod_geoip for Apache2 On Debian Lenny
Author: Falko Timme • Tags: apache, debian • Comments: 0
Installing mod_geoip for Apache2 On Debian Lenny This guide explains how to set up mod_geoip with Apache2 on a Debian Lenny 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.
-
CUDA And Debian Lenny
Author: schniggie • Tags: debian • Comments: 2
CUDA And Debian Lenny NVIDIA® CUDA™ is a general purpose parallel computing architecture that leverages the parallel compute engine in NVIDIA graphics processing units (GPUs) to solve many complex computational problems in a fraction of the time required on a CPU. I don't know why but there is still no CUDA Driver/Toolkit/SDK Package for Debian.