Help in using Ubuntu Terminal Console
Help in using Ubuntu Terminal Console Remote connection To ssh to another Lunix terminal, use this command: ssh username@host -p port The default SSH port is 21, but you could change it to anything, i.e. 9100 Remote teminal will prompt for your password, and job done. File/Folder functions cp – Copy file cp /usr/bin/file /tmp/location [...]
Ubuntu Console commands for SVN
Console commands in Ubuntu for use with subversion Checkout a branch: svn checkout url@revision path To update your local source: svn up And to commit a single file: svn ci -m “message for commit” <files> Multiple committing is just without the <files>. To download a revision svn co -r 1671<remotefolder> <localfolder> <remotefolder> could be any [...]
« go back