How to run Disk Cleanup

This program used for cleaning hard-disk to offer space click: start > run type: cleanmgr  

How to remove border line in open office writer

  Step 1: Goto View  > Text Boundaries Step 3 : Uncheck the option ‘Text Boundaries’ and you are done.  

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 ...