vote up 9 vote down star
4

Here are some examples from my experience:

  • Authotkey to automate anything and everything
  • using multiple clipboards (e.g clipx)
  • using copy on select to avoid thousands of unnecessary ctrl+c presses

There are surely others which don't occur to me right now, but even the ones above spared me an immense amount of tiresomeness. Do you have similar useful tips for everyday computer usage?

flag
6  
Hi Tom, welcome to the site! Discussions such as these are usually made community wiki as there is no definitive answer. You can make this question wiki by clicking edit, checking off the community wiki box, and clicking 'save your edits'. – John T Sep 28 at 4:47
3  
Done. It's wiki now. – tom Sep 28 at 5:25
show 1 more comment

24 Answers

vote up 15 vote down

Two or three monitors. I know I am talking about hardware and not software, but having a second screen greatly improves my productivity. At the moment the laptop I am using is limited to two screens, but I have used systems with three and that is even better then two. I am not sure more than three would be better, larger screens maybe, but three seems to be enough to keep track of.

link|flag
show 4 more comments
vote up 11 vote down

The concept of a home directory. Keep everything you can't re-install (i.e. all your "data") in one place. Organize it, back it up, etc. etc.

Makes hardware/OS upgrades a breeze. Makes multi-user systems easy. Helps the "where did I put that" problem.

link|flag
show 1 more comment
vote up 9 vote down

For Windows users who always prefer keyboard to mouse, the Windows Key plus knowing some of the executable names of applications is very useful:

  • Press Windows+R, input "calc" and Enter: opens Calculator
  • Press Windows+R, input "notepad" and Enter: opens Notepad
  • Press Windows+R, input "iexplore" and Enter: opens Internet Explorer
  • Press Windows+R, input "winword" and Enter: opens Word
  • Press Windows+R, input "excel" and Enter: opens Excel
  • ... and so on and so forth
  • Press Windows+E: open file explorer

I recommend reading more about the Windows Key as it contains additional time-saving gems (Windows+D shows the desktop, Windows-M minimizes all "minimizable" windows, and more).

link|flag
vote up 6 vote down

I wanted to reply to this comment:

For Windows users who always prefer keyboard to mouse, the Windows Key plus knowing some of the executable names of application is very useful:

* Press Windows+R, input "calc" and Enter: opens the Claculator
* Press Windows+R, input "notepad" and Enter: opens Notepad
* Press Windows+R, input "iexplore" and Enter: opens Internet Explorer
* Press Windows+R, input "winword" and Enter: opens Word
* Press Windows+R, input "excel" and Enter: opens Excel
* ... and so on and so forth
* Press Windows+E: open file explorer

I recommend reading more about the Windows Key as it contains additional time-saving gems (Windows+D shows the desktop, Windows-M minimizes all "minimizable" windows, and more).

With this message:

Try Launchy: http://www.launchy.net/  It will make it even quicker

But apparently I do not have enough karma to do it.

Please upvote my comment so I finally can reply to responses directly. I am tired of posting a new post to respond to individual responses.

link|flag
1  
A post in a community wiki doesn't give you points. Upvoted cause a <3 launchy. – ianix Sep 30 at 18:30
show 1 more comment
vote up 4 vote down

Expose on OSX, and Windows + D on Windows

link|flag
vote up 4 vote down

Everything, the stupidly fast and comprehensive file search tool that supports regex, and seriously puts google desktop, windows search, so on, to shame.

link|flag
show 1 more comment
vote up 4 vote down

Learning to use the command line.

link|flag
vote up 3 vote down

iswitchw is also pretty useful.

link|flag
show 1 more comment
vote up 2 vote down

the most useful finding was/is participating in an opensource project to get the little itches and scratches i had with that project fixed when i wanted them to be fixed.

link|flag
vote up 2 vote down

the quick launch bar in vista arrange app acordind to the freq of use and just press Windows + (1-9) key to launch 9 diff priority appns

also u can use the regestered version of tune up utilities 2009 the best in its category to speed up the processes and also reamoval of regestry errors..

link|flag
vote up 2 vote down

The command-line on Linux. I used Ubuntu for months while being scared pantless by the command-line, thinking that every wrong command would somehow destroy my machine. Now I can't live without the command-line, it makes several complicated day-to-day tasks very simple, and almost makes several GUI applications seem outdated (file browsing/copying, for example).

link|flag
vote up 1 vote down

Slackware Linux and vim.

link|flag
vote up 1 vote down

Total Commander, file management (and much more) at its best. just can't do without.

link|flag
vote up 1 vote down

Virtual desktops, provided e.g. by most Linux window managers, by Spaces on Mac OS X, or by various 3rd party tools on Windows.

When you have lots of programs and windows open simultaneously, grouping them in different virtual desktops by "theme" or context can help tremendously in keeping on top of things.

link|flag
vote up 1 vote down

Org-mode to make yourself organized. It's based on Emacs, so YMMV, but otherwise it's astonishingly powerful.

link|flag
vote up 1 vote down

I found that CLI mode need not be intimidating. Back in the days of Windows 3.1, I found the DOS prompt and started to realize that 90% of what can be done in Windows can be done from the CLI. Upon finding Slackware, I found the true power of the CLI. bash, vim, grep and a plethora of other amazing apps were at my fingertips.

Imagine you want to find all files which have the word 'Foo' in it. In Windows:

  1. Start Menu
  2. Find
  3. Files and Folders
  4. Type in a directory to search through.
  5. Find the option for "Search file contents".
  6. Hit search.
  7. Open each file to see if it contains what you're looking for.

In the CLI:

  1. grep "Foo" /path/to/files/
  2. Look at the results and see what you're looking for.

Love it!

link|flag
vote up 1 vote down

Invest the necessary time in learning a multi-purpose editor.

Personally, I invest in Emacs, and I'm very happy with it... but I assume that learning a Vi editor would give you some equal benefit.

There is so much you could do with those kind of tools. Every day, I have at least one opportunity to leverage my knowledge of Emacs to simplify significantly a task I have to do.

Today, it was in-situ editing of a zip archive. Yesterday and extensive multi-file search and replace. The day before, regex renaming a bunch of files, and file comparison at character level...

... Learning Emacs was my best investment in tools.

link|flag
vote up 1 vote down

Knowing how transistors work. The how and why of computers running as 1s and 0s has really helped me as a developer.

link|flag
vote up 1 vote down

Learning to use the keyboard properly. That means

  1. Touchtyping
  2. "search as you type" in firefox
  3. keyboard shortcuts

I never use my mouse anymore (except for gaming) and for those few occations where i'm forced to do it the touchpad on my laptop is enough.

Everything goes much much faster, you can use laptops without crying for a real mouse and the risk of mousearm isn't that high.

link|flag
vote up 0 vote down

Favourites and Libraries for folders in Windows 7 Explorer.

link|flag
vote up 0 vote down

As Tom (OP) Posted, I would say ClipX has been a great time saver for me.

link|flag
vote up 0 vote down

Bayden System's Slickrun, the fastest way to interact with a Windows computer.

link|flag
vote up 0 vote down

Launchy, the keystroke launcher, really makes the difference.

In a couple of keystroke you can launch virtually any software installed on your computer. No need to browse the Start menu hierarchy anymore.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.