RSS
 

Archive for the ‘Common’ Category

Storing and managing accounts

03 Jun

I get questions like “What is the svn address again” or “What was my password” all the time.
You could write them all down somewhere on paper. But copy-and-pasting them is so much easier and faster.
So we end up putting them on the hard drive.

Use encrypted storage files

With truecrypt (www.truecrypt.org/), for example, you can create a container file that includes itself in the system as an own partition (with any letter you chose like Z:/). But any other software will do, as well.

There you can safely store all the passwords, account infos etc in plain files at one single location. easy to find, easy to update.

 
No Comments

Posted in Common

 

Internet Tips and Tricks

19 Dec

Youtube Links exact to the second

Using a timestamp we can now post and share youtube links with a specific starting point.

Format:
...#t={x}m{y}s (x = minutes, y = seconds)

Example:
http://www.youtube.com/watch?v=xyz#t=2m45s

Now the video starts at 2 minutes and 45 seconds.

 
No Comments

Posted in Common

 

Useful Windows 7 Tricks

28 Sep

We all agree that Windows 7 is the most sophisticated version so far. WinXP is totally outdated, ME and Vista were crap. But despite the more stable workstation and some really good new features windows still lacks some basic stuff or at least kept its annoyances :)
I will also point out some useful tricks and tips.

No forced restart after updates

The most annoying thing still remains the (forced) restart after updates all the time.

English: Deactivate
German: Deaktivieren

Tips and Tricks

Using 2 monitors you can easily send active windows from one to the other by using the combination [WINDOWS]+[SHIFT]+[ARROW left/right].
With [WINDOWS]+[SHIFT]+[ARROW up/down] on the other hand you can minimize/maximize the current window.

For opening programs with more rights simple press [STRG]+[SHIFT] while clicking on it.

Minor probs

The thumbnail previews of the super bar are usually coming up really slow.
Change to “HKEY_CURRENT_USER\Control Panel\Mouse” and lower the value from “400″ to “0″ or anything in between.

Missing tips?

Tell me and I will add it!

 
No Comments

Posted in Common

 

Roadmap

16 Jun

To begin with, a little roadmap about what can be expected:

Mostly CakePHP-Framework related stuff, but also common webdev. tips or android snippets.
I will also try to cover some subversion topics.

 
No Comments

Posted in Common