Dec
16
2008

Splitting Avi files in Ubuntu

I have a Digital Photo Frame which can play divx and xvid movies. The only problem with the device was that it could not handle very large avi files.It plays avi files of size 150Mb with ease. I had ripped a DVD into a 1.4GB Xvid encoded avi file.To split this file into 150mb chunks I found a tool called Avisplit. To use this tool you must install the transcode package.Run this code terminal to […]

Oct
29
2008

Download High Quality Veoh Videos without Veoh TV

UPDATE:The procedure outlined here no longer works.I have posted a working solution to download Veoh Videos without Veoh WEb Player here http://agnipulse.com/2009/12/download-veoh-videos-using-hold-tube-com/ This guide mainly applies to Ubuntu users who do not want to follow the Ubuntu Forums guide, which uses wine to install Veoh TV. You need to download the latest version of VEOH Proxy from http://code.google.com/p/veohproxy/ You need to download the src files and not the executable file.The current version of Veoh proxy […]

Oct
27
2008

Codepad.org – Compile and test your programs online!

I wanted to test some formatted printf outputs in C.My college browsing center did not have any c compilers.So I googled a bit and I found this site where I found test C Programs Online. http://codepad.org/ The following languages are supported in this site. C C++ D Haskell Lua OCaml PHP Perl Plain Text Python Ruby Scheme Tcl Damn useful.You can try out snippets of code on any computer that has an internet connection. [ad]

Sep
21
2008

Fortune – An Interesting Command in Ubuntu

I found an interesting command in Ubuntu today. Go the Terminal and enter fortune. It displays an interesting epigram. [ad]

Sep
14
2008

Stop All Running Services XP/VISTA

================================================================ DOWNLOAD LATEST VERSION OF STOP SERVICES- Stopv2.zip -Windows XP You can temporarily stop all unwanted services for casual gaming,ripping,encoding etc and also start the stopped services once you finish with your work by using the batch files I have created. These batch files use the net start and net stop command to stop services. Stopping all running services Download Stopv2.zip and extract it.Then Double Click on Stopv2.bat.You will see a black dos screen which […]