Tag Archive: tricks

Nov 23

How can I determine which process occupies a port?

To find out which process uses a certain TCP or UDP port you can use a tool called netstat. Netstat is a command-line tool that displays incoming and outgoing network connections, routing tables, and network statistics. So to determine which process is listening on port 80, go to command prompt and type netstat -aon | …

Continue reading »

Jan 16

How can I disable a plugin in Google Chrome?

To disable a plugin in Google Chrome type chrome://plugins/ in the address bar (sometimes also called omnibox). A page with all plugins will be displayed and you can disable them easily by just clicking the “Disable” link.

Jan 08

Spell Checker in Axosoft OnTime

It seems that Axosoft does not intend to implement spell checker in the Windows client for OnTime Scrum Project Management Software. There is however a solution for the problem: AutoHotkey and "AutoCorrect for English" script. Download AutoHotkey from http://www.autohotkey.com/ Download "AutoCorrect for English" script for AutoHotkey from http://www.autohotkey.com/download/OtherDownloads.htm. Install AutoHotkey. Double click AutoCorrect.ahk file in …

Continue reading »