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:

Everything about the installation of AutoHotkey
(Updated July 31, 2008) Installing AutoHotkey on Windows Operating System is very easy. —Install the...

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

First AutoHotkey Script
With a little search, you’ll find a lot of script examples on the Internet but...

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

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