Author: Sumit Gupta

  • Patching Source Code in Linux

    Recently I download one source code for linux box, But unfortuntely that code is too old (2002) so we need to patch the source code as its available for my Linux distro. Command is simple for it though we need a PATCH installer package first. Command is patch -p1 < [Patch_file_name] this will patch your…

  • Life Changed

    Yes … my life is changed now, why? simple I am engaged now. I know its too late to make it public, its already but now I am engaged and doesn’t have much time to do coding and other techincal stuffs :o). Have got much important work now. but will be back on coding sooner…

  • Atlast A Successful install of Linux OS on my pc

    I have been trying to install linux on my personnel pc from last 5-6 years ( actually I try it only 10 -12 times ) but always I end up crashing my Windows machine and hence, never install it on my pc. But during last 5-6 months I am working on a project in my…

  • Working saturday

    Another boring working saturday. Lot of pending work, and no concentration and willingness to complete those pending jobs. This is what happen to me every saturday, every time i thought to enjoy the day, some one comes running with his problem … today my day start as usual … take project confirmation from seven people…

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

  • HTML Textarea Word Wrapping

    Today I discovered a new thing, it sound silly to most of developers, and might laugh on me… But Today I understood the mean of wrap=”hard” for Textarea :). Actually we hava a textarea for product description, and programmer add wrap=”hard” in description, not sure why? And while displaying description for product, we just replace…

  • Linux Password reveal

    Hi, I just discover how a Linux password is formed. This information is useful for those who have to write a piece of code for their software to either match user authentication or make new user from their script. Though Linux Provide PAM for the purpose, but for me configuring PAM for you application that…