July 23, 2009
Mission
GNUMP3d is the GNU Streaming MP3/Media Server written in perl. Our mission is to setup GNUMP3d and stream audio over LAN or over internet. Below are the essential steps to install and configure GNUMP3d.
Download
Download latest version of GNUMP3d from GNUMP3d Website.
Extract
[kulbirsaini@fedora ~]$ tar -xjf gnump3d-x.x.tar.bz2
Install
[root@fedora ~]$ cd gnump3d-3.0
[root@fedora ~]$ make install (as root)
Now gnump3d is [...]
Read the full article →
January 28, 2009
Goal
Setting up gitweb (web interface for SCM software git) for your project’s git repository for public access and developer commits via ssh.
Assumptions
You already have your project’s git repository.
You have hosting space somewhere to host gitweb.
You have root access.
You are using Apache as webserver.
Example for this howto
Project : VideoCache
Domain for gitweb : git.cachevideos.com
URL for git access [...]
Read the full article →