Feeds:
Posts
Comments

Posts Tagged ‘command line’

With Ubuntu I use the following to kill an errant process. $ ps -efH | grep [process-name-regex] Get the pid from the result and use $ kill [pid] When working in windows I wanted an equivalent functionality in command line rather than going to task manager window to get the job done. This is what [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 340 other followers