Archive for December, 2007

3D effects on ubuntu 7.10 on ati 1250

Saturday, December 29th, 2007

Well after going through a large number of guides like this i finally thought about giving guide at cchtml a try, well the hings mentioned are really great but not all steps are needed so here is a simplified version Here i assume that you have not done any of this ...

Making a local Ubuntu / Debian repository on Fedora

Monday, December 24th, 2007

So now i know how to make a local Ubuntu / Debian LAN repository on Fedora using apt-cacher, apt-cacher as the name says caches all the packages with it when ever any client requests a package from it, it checks if the package that is there with it is latest ...

Stuff.txt

Tuesday, December 18th, 2007

I reached home 2 days ago and i have already completed 1/3 of my To-Do list's task but still a lot remains to be done. the things that i have completed are, First setting up of a LAMP server and MediaWiki on that >> done this with a Fedora 8 based ...

Back Home

Sunday, December 16th, 2007

So am back home and looking forward to some great things, i have my to-do list ready and hope to complete most of them in time and yew i have got my Nokia E61i and it is really a nice device will upload its pics soon, i still have to ...

3D effects on fedora 8 on ati 1250

Tuesday, December 11th, 2007

I have finally found a way to make Compiz work on ATI x1250 on HP 6515b after searching on a large number of forums i finally found it on Fedora Forums all thanks to leigh123@linux and here is my easy way well its not that easy but still it ...

WOW Dell !!!!!!!!

Saturday, December 8th, 2007

For all the World of warcraft fans Dell has released a laptop XPS 1730 special world of warcraft edition with a 17" HD screen and 512MB Dual NVIDIA GeForce 8700M GT with NVIDIA SLI and AGEIA PhysX Physics Accelerator rest other specs are Intel C2D T7500 (2.2GHz/800Mhz FSB, 4MB ...

Fedora 8 on HP 6515b

Wednesday, December 5th, 2007

Well i have installed Fedora 8 now and well i was facing the usual problems, install proceeded well in text mode without any problems but on booting after the ATI driver install i was presented with a console login that is no xserver started and then started the problem with ...

India has 4th Fastest Supercomputer!!!!!!!!

Tuesday, December 4th, 2007

India is at Position 4 in world Super Computer ranking according to top500's list of November 2007 with 117.9TFlop/sComputational Research Laboratories located at Pune owned by TATA SONS has this system, well here is what top500 had to say For the first time ever, India placed a system in the Top ...

Twit from command line (Linux)

Tuesday, December 4th, 2007

Here is a thing that i found during searching for a completely different things, you can update your Twitter status simply by using curl which is most of the time installed by default so here is the command /usr/bin/curl -u username:password -d status="your tweet" http://twitter.com/statuses/update.xml it simply updates your twitter status, this ...