How to install windows 7/8 using USB flash drive

Step 1. Download windows 7 ( or windows 8 ) iso file. Step 2. Extract the contents of the iso file using Winrar/7 zip to some folder. ( eg . E:win 7) Step 3. Now insert USB flash drive. Step 4. Save the data and format the USB flash drive using NTFS as file system.(We ...

How to find jdk version used to compile the java file

javap -verbose Use the following table to determine the version major          minor Java           platform version 45                  3                              1.0 45           ...

How to enable telnet in windows 7

A . To enable telnet server 1. Control Panel >> Programs ans Features 2. Select Turn Windows Features on or off 3. Select Telnet Server 4. 5. Open Computer Management , services >> Telnet 6. Telnet Properties change Startup type to manual or automatic 7. Select Telnet from services and start the service by clicking ...

How to disable browser caching for specific JSP?

It is possible to keep the browser from caching a JSP page response. The following hints added to the response header seem to prevent most modern browsers from pulling pages out of cache when the same URL is “hit”: <%    response.setHeader( “Pragma”, “no-cache” );    response.setHeader( “Cache-Control”, “no-cache” );    response.setDateHeader( “Expires”, 0 ); ...

How to connect to Remote Unix Server using Eclipse

Step 1: Open Eclipse and Goto Window >> Open Perspective >> Other… Step 2: Select Remote System Explorer from the Open Perspective Dialogue Box Step 3: Right click Local in the Remote System Explorer Tab and Select New >> Connection from the Context Menu Step 4: Select Unix and click Next Step 5: Provide Hostname ...

How to check if port is currently being used in Linux

To check if a port is currently being listened in linux use command #netstat -an | grep

How to access FTP Server using Notepad++

How to access FTP Server using Notepad++
Step 1: Download NppFTP plugin or Install latest Notepad++ Step 2: Menu > Plugins > NppFTP > Show NppFTP window Step 3: NppFTP window >> Settings >> Profile Settings Step 4: Add New profile. Provide 1. Hostname 2. Port (21) 3. Connection type:(FTP) 4. Username 5. Password 6. Check “Ask for Password” 7. Time out ...

Freezing rows and Columns in OpenOffice Calc/LibreOffice Calc

For large spreadsheets that do not fit completely in the window, it is useful to be able to freeze the row and/or column headers to better view the data. Suppose you want to freeze first row and first column. Select cell (B,2) From main-menu select Window->Freeze option that’s it…first row and first column will be ...

Find and Replace in MS Word 2010

Find and Replace options can be found obscured in the Home tab >> Editing Group on the far right side Click the below image to seek the exact position.

Enabling Web-UI and Remote access in utorrent

A. To enable Web-UI 1. Select Options >> Preferences >> Advanced >>Web UI 2. -Select “Enable WebUI” option -Provide username and password -You can also provide alternative listener port(default is 8080) -Provide the ip addresses in the 4th red box if you want to grant access to certain ip addresses -click OK 3. Run >> ...