-
Pages
Categories
Archives
-
Author Archives: admin
booting ubuntu from media direct and windows 7 fresh dual boot on dell xps 1330
This post tells you about how i achieved a special “dual” boot -> ubuntu from media direct button and windows 7 from the regular power button on dell xps 1330.
In the usual installation ,one would install windows 7 first and later install ubuntu. In this usual method, GRUB 2 would be the default boot loader and upon [...]
Posted in Uncategorized 1 Comment
Enabling Server Side includes(SSI) on fedora core default
With Server Side Includes (SSI), you can include other HTML pages inside one web page. You can even generate some dynamic content, such as adding a “Last Modified” field on the page or printing environment variables. This section explains how to enable SSI on your Apache server.
If you are using a clean install of Apache [...]
Posted in Fedora, Linux Leave a comment
“unknown error” (kCFErrorDomainWinSock:10054 problem solved
Recently i was configuring asp.net development server and fiddled up proxy server settings in internet explorer.since i am avid user of firefox i rarely bothered about IE.yes,firefox worked but IE did not.
Thats not the only problem .none of the updates would work.it seems all applications upgrade refers to proxy server settings in IE.to my surprise [...]
Posted in ASP.NET, Troubleshooting, Web and Internet, Windows Leave a comment
Uninstalling/ Removing Fedora the easy way
This post is about Uninstalling Fedora from your Computer the Easy way.
I assume before you Dual Booted with Fedora you used Microsoft Windows XP.
i also assume the reason you installed Fedora was to help you in your college course work and reason you are uninstalling is you want to get back to your comfort zone [...]
Issues with ASP.net Development server and Windows Vista
this post shows you how to solve the issues with asp.net development server and windows vista the easy way.
Posted in Programming, Web and Internet, Windows Leave a comment
coolest geek t-shirts
Front: How many Java programmers does it take to change a light bulb?
Back: You’re still thinking procedurally. A properly designed light bulb object would inherit a change method from a generic light bulb class, so all you’d have to do is send a light bulb change message.
Posted in Fun Leave a comment
error C2668: ‘log’: ambiguous call to overloaded function
this post is about dealing with "ambiguous call to overloaded function" type of errors in microsoft visual studio 2008
Posted in Visual Studio 2008 1 Comment
Inside Windows 7 :what i didnt know
whats new in winodows 7,a geek's insight into windows 7 features
Posted in windows 7 2 Comments
Facebook users ! beware of fake facebook sites.
if you are a facebook user and you recieve a mail in your inbox claiming to have sent from your close friend asking you to check out a link then watch out.the site you are logging in might not be the one it looks like.
many of these links are of .be domain.a quick look up [...]
Posted in Uncategorized Leave a comment
how vulnerable is your windows password to brute force attack?
The difference between security code and application code is, when application code fails, you find out right away. When security code fails, you find out 4 years from now, when a DVD with all your customer’s credit card and CVV2 information starts circulating in Estonia. Matasano Chargen
i [...]
Posted in Uncategorized Leave a comment
have you updated your nokia 6300 firmware to version 7.21?
nokia 6300 new firmware
Posted in Uncategorized Leave a comment
why i hate nero?:free and paid cd and dvd burner alternatives
Nero has been the most successful cd and dvd burner software all these years.but lately i am finding it really difficult to do even the basic tasks such as copying cd’s and dvd’s.after the nero 7 ,the design of the software with respect to user interface underwent a major make over and as far as [...]
Posted in Uncategorized Leave a comment
adsense and dreamweaver spry tabbed panels
i was designing a new site where i was planning to integrate adsense into the html pages.i had a dreamweaver spry tabbed panels inserted in the html page.as we all know adsense allows only 3 ad units per page.
where i went wrong…..
so what i thought was i’ll integrate 2 ads on html page (outside spry [...]
Posted in Uncategorized Leave a comment
My first C program in ubuntu 8.10 (linux).
after installing ubuntu 8.10 on pendrive as start up disk i decided to write a simple c program in ubuntu.as you might have guessed its the helloworld program.the output of the program prints a hello world on the console.
step 1: click on applications>>accessories>>text editor. text editor window pops up.
Introduction to Android Platform for Beginners.