Tags: windows
May
18
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 »
Aug
19
I was roaming around to customize my windows mobile. I found One program that is vital to customizing your windows mobile 6 device is a good registry editor.
I would recommend PHM Registry Editor. more »
Aug
07
1.EXPORT:
exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log
rows=y statistics=none feedback=100 indexes=y consistent=y compress=n;
(for individual tables=table1,table2,.....)
2.IMPORT:
imp system@test fromu… more »
Jul
29
Pre Installation Requirements
The following Software’s must be installed and running before installing and configuring Cognos ReportNet
Database (Oracle/DB2/SQL Server) for Content Store
Web Server (IIS/Apache)
Note: This documen… more »
Jul
16
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 »
Recent comments