[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
user:ptacek:ubuntu-account-subversioned [2009/04/14 09:17]
ptacek vytvořeno
user:ptacek:ubuntu-account-subversioned [2009/04/22 17:55]
ptacek
Line 3: Line 3:
 * firefox profile nejlepe s extensionama * firefox profile nejlepe s extensionama
 * .ssh/config - s definici stroju a usernames pro ssh * .ssh/config - s definici stroju a usernames pro ssh
-* .bashrc - s +* .bashrc - s , $JAVA_HOME
 * projects * projects
 * papers * papers
 * presentations * presentations
  
 +jak deploynout:
 +z routeru se nalogovat na cil a pritahnout si sebou svn tunel:
 +<code>
 +[ptacek@kacer]$ ssh CIL -l USER -R 3690:localhost:3690
 +</code>
 +
 +na cili instalovat slack a checkoutnout moje slack-roles:
 +<code>
 +sudo aptitude install slack
 +svn co svn://localhost/opt/svn/slack-roles ~/
 +</code>
 +
 +deploynout zvolenou roli:
 +<code>
 +sudo slack -s 
 +</code>

[ Back to the navigation ] [ Back to the content ]