Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
developer:additional_useful_ssh_options [2008/02/22 13:32]
henri
developer:additional_useful_ssh_options [2008/02/22 13:37]
henri
Line 17: Line 17:
  
 ===Example 1=== ===Example 1===
 +[[http://​www.barryodonovan.com/​misc/​publications/​lg/​104/​|Link to Source]] Copyright (c) 2004, 2005 by Barry O'​Donovan. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v3.0 or later (the latest version is presently available at [[http://​www.opencontent.org/​openpub/​]]).
 <​file>​ <​file>​
 #!/bin/sh #!/bin/sh
Line 32: Line 33:
 esac esac
 </​file>​ </​file>​
-[[http://​www.barryodonovan.com/​misc/​publications/​lg/​104/​|Link to Source]] Copyright (c) 2004, 2005 by Barry O'​Donovan. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, vX.Y or later (the latest version is presently available at [[http://​www.opencontent.org/​openpub/​]]).+
  
  
  
 ===Example 2=== ===Example 2===
 +[[http://​troy.jdmz.net/​rsync/​index.html#​note7|Link to Source]] Copyright 2003-2008 Troy Johnson. Released under the terms of the [[http://​www.gnu.org/​copyleft/​gpl.html|GNU GPL]].
 <​file>​ <​file>​
 #​!/​bin/​sh ​ #​!/​bin/​sh ​
Line 67: Line 69:
 esac  esac 
 </​file>​ </​file>​
-[[http://​troy.jdmz.net/​rsync/​index.html#​note7|Link to Source]] Copyright 2003-2008 Troy Johnson. Released under the terms of the [[http://​www.gnu.org/​copyleft/​gpl.html|GNU GPL]].