Tag Archives: Windows
Giving Window 7 a chance to be fair…
ShareI am going use Windows 7 for the next two weeks as my primary operating system to give it a chance and to be fair. I will post my likes and dislikes in two weeks. Who knows, I might turn … Continue reading
Check if a TCP port is in use on Windows
ShareA combination of netstat and findstr commands can be used on Microsoft Windows to check if a specific TCP port is being used by another application. For example, to check if any application is accepting connection on port 80 use … Continue reading
Python for Window$
Share I use Python programming language for a lot of scientific work and projects. Even though I do most of my work on either Linux or Mac OS X, occasionally I come across cases where a client uses Microsoft Windows. … Continue reading