Category: Operating System

  • Key difference between Linux and Windows

    I read an article that try to mention 10 key difference from Linux and windows. I like the article and can easily sense that it is another article that get biased at few places. You can read that article here : http://news.zdnet.com/2100-9595_22-219655.html?tag=btxcsim. The biased things I found are: #3  Online peer support vs paid helpdesk…

  • Finally wordpress permalinks works

    After a long time, finally Microsoft add the ability to work with URL Rewriting in IIS, finally Godaddy start supporting it with their hosting, and finally I try the service to found it working first shot. You will find detail guides at http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/   (IIS official article) http://codex.wordpress.org/Using_Permalinks (WordPress official Article) My unofficial web.config content…

  • Linux on Virtual Box

    As new year start, I got sometime to play with my old Linux Installation on VirtualBox. I was using this installation on my Laptop that support 1440×900 screen resolution, but I have my linux working only on 1024×768 resolution. I was using it as this resolution as I doesn’t work much on linux, but now…

  • Deleting a File.. oops a Index

    When I try to delete an unwanted file from my system, I got a new situtation, I got it first time ever in 10yrs since I was using computer. To define the problem I am posting the Message I post in one of forum I was trying to download a mpg file from internet, using…

  • Microsoft Vs So Called Better Community

    I have read many articles where a open source developer or group says Windows is bad, Microsoft is bad and their open source is good. It is FREE. I always get in argument, that it is not that Windows is bad, but some people like them present their product after compare it with Microsoft product…

  • Windows Vista is Better than Windows 2000 ?

    I recently read an article on Vista been less secure than windows 2000. I put a valid point for discussion in my forum, take a look and post your comments http://www.code3d.info/code3d/Forum/tabid/55/forumid/24/threadid/21/scope/posts/Default.aspx It is a request as if Vista is not secure I need to switch over 🙂

  • Linux User authentication using PHP

    In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your local server(mind it your Http server must be running as root user in order to use this script ) Its a raw way of doing…