Netstat command

netstat -ano … This command displays process IDs (PIDS) that are associated with active TCP or UDP network connections. netstat -abn … This command displays the process names associated with active TCP or UDP network connections. NOTE: The option ” > c:\PortsList.txt” after the above command will allow generating a text file. Help ?

Read More

Telnet [servername] [port]

This command will help you determine if there is a process listing in that server with a specific port. We used this command in DocuWare to help find a service such Authentication server is listing in that DocuWare server. It is typically done from a machine that you think you do not have a connection. telnet dwserver 9000

Read More

The 25 Most Common Passwords

Here are the 25 most common passwords of 2013, along with the change in rank from last year. 1. 123456 (Up 1) 2. password (Down 1) 3. 12345678 (Unchanged) 4. qwerty (Up 1) 5. abc123 (Down 1) 6. 123456789 (New) 7. 111111 ( Up 2) 8. 1234567 (Up 5) 9. iloveyou (Up 2) 10. adobe123 (New) 11. 123123 (Up 5) 12. admin (New) 13. 1234567890 (New) 14. letmein (Down 7) 15. photoshop (New) 16. 1234 (New) 17. monkey (Down…

Read More

Built-in C# Data Types

C# is a strongly-typed language. Before a value can be stored in a variable, the type of the variable must be specified, as in the following examples: int a = 1; string s = “Hello”; XmlDocument tempDocument = new XmlDocument();   Note that the type must be specified both for simple, built-in types such as an int, and for complex or custom types such as XmlDocument.   C# includes support for the following built-in data types: Data Type Range byte 0…

Read More

The HTTP status code in IIS 7.0, IIS 7.5, and IIS 8.0

INTRODUCTION When you try to access content on a server that is running Internet Information Services (IIS) 7.0, 7.5, or 8.0 by using the HTTP protocol, IIS returns a numeric code that indicates the status of the response. The HTTP status code is recorded in the IIS log. Additionally, the HTTP status code may be displayed in the client browser. The HTTP status code may indicate whether a request is successful or unsuccessful. The HTTP status code may also…

Read More

Top Best Free Android Apps – Quick Reference

Home and Office Office Suite Documents To Go | Google Docs | Kingsoft Office (English) PDF Reader Adobe Reader E-Book Reader Moon+ Reader Calendar Jorte | Calendar Pad Timer and Alarm Clock StopWatch & Timer | AlarmDroid | ZDclock Notepad and Notebook Evernote | Springpad | Catch Notes Reminder / To-do List Astrid Task /Todo List | ColorNote Notepad Notes Personal Finance Financisto | Expense Manager | Personal Finance Dictionary and Thesaurus Merriam-Webster Dictionary | Arcus Dictionary | Dictionary.com…

Read More