Technology Archive

  • Linux Viruses

    Linux Viruses

    From the outside looking in, one would believe that viruses were an equal threat to all computer users. While this is true in a sense, some users are much more vulnerable than others. For years, Linux has been known as the more secure option for...

    Full Story

  • Drupal 6 installation Failed at Set up database

    Drupal 6 installation Failed at Set up database

    While installing Drupal with Mysql all went fine and i did the instructed things as Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. insted of this i just renamed and So the installation Stopped from Database setup SOLUTIOn ======= Make a copy of settings.php and rename it as default.settings.php You...

    Full Story

  • google ad

    google ad

    This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions

    Full Story

  • Abhilash Here

    Abhilash Here

    Full Story

  • google URL Shortening

    google URL Shortening

    People share a lot of links online. This is particularly true as microblogging services such as Twitter have grown in popularity. If you’re not familiar with them, URL shorteners basically squeeze a long URL into fewer characters to make it easier to share with others....

    Full Story

  • Run Windows in Linux (virtual box)

    Run Windows in Linux (virtual box)

    Its not easy for windows buddies to switch to linux instanntly just because they are stick with all windows features, but a lion segment of windows users are eager to linux in my experience , the reason for them not to switch is not the...

    Full Story

  • Sun virtual Box For Linux

    Sun virtual Box For Linux

    VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software...

    Full Story

  • select  Random rows in SQL Server

    select Random rows in SQL Server

    select top 10 cust_id,cust_name from members order by newid() Will select top 10 rows from members by random

    Full Story

  • Restore Windows after Grub Restore NTLDR is Missing.

    Restore Windows after Grub Restore NTLDR is Missing.

    Issue: NTLDR is Missing. Related errors: Below are the full error messages that may be seen when the computer is booting. NTLDR is Missing Press any key to restart Boot: Couldn’t find NTLDR Please insert another disk NTLDR is missing Press Ctrl Alt Del to...

    Full Story

  • Install PHP For Windows IIS

    Install PHP For Windows IIS

    Download & Unpack Download and install PHP from http://www.php.net/downloads.php, you should grab the newest 5.x.x Windows Binaries zip package that will work on apache. My file was named: php-5.2.9-1-Win32.zip Unzip php. In my case, I unzipped to: C:\php\ Rename C:\php\php.ini-dist it to php.ini Edit your...

    Full Story