Category Archives: debian

Ubuntu clive http 404 error solution.

Update: For 11.04′s clive version 2.2.13, the youtube video URLs are throwing the following error. error: no match: `(?-xism:fmt_url_map=(.*?)&)’ and the solution for this is to pick the package from Ubuntu 11.10 oneiric which is of version 2.2.25-2 as of … Continue reading

Posted in debian, ubuntu, youtube | Tagged | 3 Comments

Remote Login to Linux from Windows (Non-VNC)

We can actually login to a *nix based system running X server remotely from Windows XP/Vista based machines. Although there are other ways to achieve remote login using Putty for a SSH login and file transfer over SSH using WinSCP. … Continue reading

Posted in debian, edgy, linux, ubuntu | Tagged , , , , , | 5 Comments

Setting up a SVN 1.4 server using Apache 2.2 on Ubuntu

To setup svn 1.4 , we need to compile both apache 2.2 and svn 1.4 from source. This how to has been tested under Ubuntu Dapper and Edgy. sudo apt-get install build-essential libneon25-dev autoconf libtool -y –force-yes Before starting make … Continue reading

Posted in dapper, debian, edgy | Tagged , | 15 Comments