background preloader

Script

Facebook Twitter

HOWTO: set up ssh keys. Now this is all well and good, but who wants to run their whole life from a single bash instance?

HOWTO: set up ssh keys

If you use an X window system, you can type your passphrase once when you fire up X and all subprocesses will have your keys stored. Make yourself another key: ssh-keygen -t dsa -f ~/.ssh/whoisit Just press return when it asks you to assign it a passphrase- this will make a key with no passphrase required. Manpage of rsync. Version: 2.4.1 Updated: 1 Feb 2000 Index rsync - faster, flexible replacement for rcp.

Tool

Optimization. Pdf. Shell. Corner Article: Branching with Eclipse and CVS - Part 1. Introduction In any source control management (SCM) environment, branching is a powerful mechanism for controlled isolation.

Corner Article: Branching with Eclipse and CVS - Part 1

Despite being a simple concept, controlled isolation is often avoided in practice because of its implementation complexities.