linux

Setting up Apache 2.4 to serve files from your home directory in Ubuntu

Install the Apache web server with the following terminal command:

sudo apt-get install apache2 

This will install and start the server, so that you can visit http://localhost with you browser to see the "It's working" page.

Tags:

Trying to use a firewire audio device under Chakra

The interface, a Presonus Firebox, works under AVLinux, but not (yet) in Chakra. Here are some notes for debugging:

jackd output

jackd -d firewire under chakra, when the device starts syncing:
http://pastebin.com/tvFm0jUn

and when it doesn't (because of its internal state I think)
http://pastebin.com/wzgaqQH5

Subscribe to RSS - linux