| Mobile | RSS

Langs.xml failed to load in Notepad++

Posted by ramanean on April 21st, 2010 | No Comments | Posted in Windows


You may very often encounter this error when you are using Notepad++ .The simply way to solve this is to replace the Langs.xml in Notepad++ installation directory with a new one from your setup files.

Solution:
1.Search for Langs.xml in C:/Program Files/Notepad++…

Read More

Installing Php on Windows

Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding, Servers, Windows


To install Php on Windows

Download the zip file or .exe from Php.net

Url : http://windows.php.net/download/

Steps to install Php on Windows:

1.Click here to download  to Php 5.2 version

2.Extract the zip file and rename the folder to your choice

3.To execute Php script just…

Read More

Hot key for BIOS

Posted by ramanean on January 23rd, 2010 | No Comments | Posted in Internet, Windows


To enter into BIOS settings during system startup (Boot) you need to press any of the below hotkeys

Older systems  -DEL

Newer systems -F2

When the system asks you to press F2 or DEL to enter setup.Just press it to go into BIOS…

Read More

Starting Xampp on Linux/Ubuntu

Posted by ramanean on January 20th, 2010 | No Comments | Posted in Linux, Windows


After installing xampp on Linux or Ubuntu

Open the Terminal and execute this command

/opt/lampp/lampp start

Once this command is run

First server(apache) would be started then SQL,FTP  would be started

Once this is run,Check it in your browser by typing http://localhost/

Read More