Category: Windows

Configuring HP ProLiant Hardware

Technology, Linux, Windows Send feedback »
Press <F8> when you see the following screen: Press ENTER to create a logical drive: Arrow down until you reach the last drive in the list and press <space bar> to unselect it: Note: Your RAID configu… more »

How to change all file extensions in a folder

Linux, Windows, Solaris, Aix, HP-UX, Shell Script Send feedback »
To make sure that you do not destroy your real files make a copy to temporary folder. # mkdir /tmp # cd tmp Now, I'm in the folder /tmp. Currently, this is a empty working directory. We  make 500 new files in the extension .dot as the following: # fo… more »

How to find Windows process using port

Windows Send feedback »
netstat -an |find /i "listening" netstat -an |find /i "established" netstat -ao |find /i "listening" 1. netstat -aon | findstr "" This shows if the specified is being used. The number in the last column is the process id (PID) of the p… more »

Windows: How to Change Internet Explorer View Source Editor (i.e. Notepad)

Technology, Windows Send feedback »
Whenever you open the source of any webpage in Internet Explorer, it opens the source code with Notepad but format is not viewed in notepad. So, I will let you know how to do it:- 1. Copy and paste the following code in Notepad:- Windows Registry Ed… more »

Windows: Creating an aligned GPT partition by using diskpart

Technology, Windows 1 feedback »
To create a 1GB partition on an empty GPT disk: C:\>diskpart Microsoft DiskPart version 5.1.3565 Copyright (C) 1999-2003 Microsoft Corporation. On computer: NNII0280 DISKPART> Select Disk 1 Disk 1 is now the selected disk. DISKPART> creat… more »