How to work faster with PuTTY

The fact that we constantly have to type the same commands over and over again is time-consuming. Do you remember all those complicated sequences like when you want to access your log files, restart apache, open and edit your configuration files in your dedicated Web Server? How many times do you have to type “nano /var/log/apache2/access.log” without making a mistake? Wouldn’t it be a dream to have something else type all this for you?

Well, someone thought about it and it’s completely free. Mark my words, AutoHotkey is the answer. This program is what we call an automation program. With the help of “hotkeys”, it types whatever sequence you want it to type. Too good to be true? Yes, it is wonderful and yes, it’s true.

Give it a try. Just log on to their Website at http://www.autohotkey.com/ and download the small program.

Sonia

Related posts:

Prevent RSI with AutoHotkey
If you are anything like me, you probably spend an upward of 14 hours on...

AutoHotkey Vs AutoIT
What is AutoHotkey and AutoIT? What is the difference between them? These two programs are...

5 Reasons To Love AutoHotKeys
If you are not already a fan of this software, then you will be by the end of...

Managing a large number of hotkeys!
It is exactly the problem we faced at the beginning with AutoHotkey. We needed 100+...

2 Responses to “How to work faster with PuTTY”

  1. luwis Says:

    Wow, thanks mate. I’m looking where the folder to access log from apache :)

  2. Denis Says:

    luwis, look at: /var/log/apache2

Leave a Reply