Tag: Linux

  • .htaccess Hack

    Today, I got another wordpress that stop working and start giving 404 error. Previously client got it fixed by removing .htaccess from his installation and get it working. I thought he might mess his wordpress himself. But when we got similar error today I search and little and find that in .htaccess there is a…

  • Linux yet again try to gain popularity on MS

    I have continously notify how opensource gaints are using microsoft name to get popularity. Today I got a newsletter which says “Linux kicks Microsoft back” . After reading this I follow some links and found some interesting fact. First here is what I understand as summary of article. Microsoft says 93% of mini laptops worldwide…

  • 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…

  • 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…

  • 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…

  • 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…

  • SELinux and Apache Permission Denied

    Hi, Today I have new problem with my apache 2.0 installation. It stop Picking document root files and give Permission denied Error in Apache Error log for those folders … Seems strange to me. I give FULL permission to that folder, try each and every combination of permission and owner that I think should work,…