Sunday, May 3, 2009

Avertv ultra 116 not working in linux

Recently I bought a desktop and installed my fav OS Ubuntu, this time I tried their latest release 9.04 64bit. with my new machine I bought a TV tuner card avertv ultra 116, It has now been a struggle for over a week to get it working, still no results. in ghaziabad I used avertv super 007 it was some struggle to get it working but after some time it worked great, this one seems give even more pain to get it flying.

Friday, May 1, 2009

Setting up a svn (Subversion) server

Easy steps to setup svn server on your linux machine.
#useradd repos
#su repos
$svnadmin create ~/repository1
$vi ~/repository1/conf/svnserv.conf
---------------
anon-access = read
auth-access = write
---------------
$svn import /projects/myproj file:///home/repos/repository1/myroj
$exit
#svnserve -d