tim.dawborn on Mar 30th 2009
Assuming you are on the SIT network, you are able to mount your SIT home drive locally using SAMBA.
sudo mount -t cifs -o user=abcd9999,servern=ITCASESEC,uid=foo,gid=1001 //itcasesec/abcd9999 /mnt/abcd9999
where your SIT username is “abcd9999″, your local username is “foo”, and the GID of “foo” is “1001″. The folder /mnt/abcd999 should already exist (or change it to where ever you would like to mount the folder).
Filed in Tutorials | 2 responses so far
Chris Leong on Oct 17th 2008
When working on an assignment it is often good to be able to share files with your team members. Email is commonly used, but often not the best solution. Here are some alternatives.
Continue Reading »
Filed in Tutorials | No responses yet
Chris Leong on Apr 18th 2008
Instructions on how to access the files in your SIT home directory from your own computer.
Continue Reading »
Filed in Tutorials | One response so far
James Bunton on Apr 14th 2008
Web browser proxy settings for the School of IT network. Also instructions on how to make Unix command line utilities work with proxies.
Continue Reading »
Filed in Tutorials | No responses yet
James Bunton on Apr 14th 2008
Want to have your command line applications use the correct proxy to connect to the internet? Instructions here are applicable to Linux, OSX and other Unix systems.
Continue Reading »
Filed in Tutorials | No responses yet