ElectricAlan
By: a guest | Mar 9th, 2010 | Syntax:
None | Size: 0.79 KB | Hits: 85 | Expires: Never
unix concepts
tab completion
silent sucess
consistency
if in doubt, man pages (or ask firstyear)
unix commands
ls
cd
mdkir
rm
pwd
grep
clever usage
ls -R | grep foo
grep foo < bar.txt
cd ~/
java Foo > FooOut.txt
java Bar >> BarOut.txt
svn
commit (ci)
checkout (co)
update (up)
add
delete (del, remove, rm)
move (mv, rename, rem)
info
cleanup
ant
show simple build.xml
encourage good repository structure
enables simple compilation and execution of code
ssh
ssh a1234567@uss.cs.adelaide.edu.au
commiting work from uni
ssh into uss
cd into right directory
add/commit required work
killing xchat
ssh into uss
ssh into machine
search for pid of xchat
ps ax | grep xchat
pidof xchat
kill <pid>
ping tunneling