<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#!SUITS &#187; SIT</title>
	<atom:link href="http://suits.it.usyd.edu.au/wordpress/tag/sit/feed/" rel="self" type="application/rss+xml" />
	<link>http://suits.it.usyd.edu.au/wordpress</link>
	<description>Sydney University IT Society</description>
	<lastBuildDate>Sun, 18 Oct 2009 14:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting SIT home drives on Linux</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2009/03/30/mounting-sit-home-drives-on-linux/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2009/03/30/mounting-sit-home-drives-on-linux/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:39:22 +0000</pubDate>
		<dc:creator>tim.dawborn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=560</guid>
		<description><![CDATA[
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 &#8220;abcd9999&#8243;, your local username is &#8220;foo&#8221;, and the GID of &#8220;foo&#8221; is &#8220;1001&#8243;. The folder /mnt/abcd999 should already exist (or change it to where ever [...]]]></description>
			<content:encoded><![CDATA[<p>
Assuming you are on the SIT network, you are able to mount your SIT home drive locally using SAMBA.
</p>
<p><code>sudo mount -t cifs -o user=abcd9999,servern=ITCASESEC,uid=foo,gid=1001 //itcasesec/abcd9999 /mnt/abcd9999</code></p>
<p>
where your SIT username is &#8220;abcd9999&#8243;, your local username is &#8220;foo&#8221;, and the GID of &#8220;foo&#8221; is &#8220;1001&#8243;. The folder <code>/mnt/abcd999</code> should already exist (or change it to where ever you would like to mount the folder).</p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2009/03/30/mounting-sit-home-drives-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>USYD Wireless is coming to SIT</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/08/25/usyd-wireless-is-coming-to-sit/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/08/25/usyd-wireless-is-coming-to-sit/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 08:52:33 +0000</pubDate>
		<dc:creator>Edmund Tse</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ucc]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=222</guid>
		<description><![CDATA[Recently, some white squarish objects that have been installed on the walls around School of IT. In case you&#8217;re wondering what they are, they&#8217;re actually Cisco wireless access points that&#8217;s connected to the university network. This means, anyone with a UniKey account will be able to access the internet while connected.
So far I&#8217;ve spotted 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, some white squarish objects that have been installed on the walls around School of IT. In case you&#8217;re wondering what they are, they&#8217;re actually Cisco wireless access points that&#8217;s connected to the university network. This means, anyone with a UniKey account will be able to access the internet while connected.</p>
<p>So far I&#8217;ve spotted 2 APs in the Masters area, and another AP in the SIT lecture theatre. All you have to do is to find the access point (named &#8220;usyd&#8221;), and connect to it. Then, you can connect to the internet via VPN or SSH, just follow our <a href="/wordpress/tutorials/">tutorials</a>.</p>
<p>ET</p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/08/25/usyd-wireless-is-coming-to-sit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: SIT &#8211; SFTP</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/04/18/tutorial-sit-sftp/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/04/18/tutorial-sit-sftp/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 07:40:37 +0000</pubDate>
		<dc:creator>Chris Leong</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=54</guid>
		<description><![CDATA[Instructions on how to access the files in your SIT home directory from your own computer.

You will need an SFTP client.
Windows: FileZilla
Mac OSX: Cyberduck
All Linux distros should be able to connect by SFTP without additional software. Try typing sftp://user@host into the location bar of the file manager.
Connnect using
Host: ftp.ug.it.usyd.edu.au
Username Your SIT username
Password: Your SIT password
Port: [...]]]></description>
			<content:encoded><![CDATA[<p>Instructions on how to access the files in your SIT home directory from your own computer.</p>
<p><span id="more-54"></span></p>
<p>You will need an SFTP client.</p>
<p>Windows: <a href="http://filezilla-project.org/">FileZilla</a></p>
<p>Mac OSX: <a href="http://cyberduck.ch/">Cyberduck</a></p>
<p>All Linux distros should be able to connect by SFTP without additional software. Try typing sftp://user@host into the location bar of the file manager.<br />
Connnect using</p>
<pre>Host: ftp.ug.it.usyd.edu.au
Username Your SIT username
Password: Your SIT password
Port: 22
Protocol: SFTP</pre>
<p>Make sure you connect using SFTP (port 22) rather than FTP (port 21). FTP is very insecure and will transmit your username and password unencrypted over the network.</p>
<p>With any of the above clients you should be able to bookmark the URL so you don&#8217;t have to type the hostname every time. Once again, make sure you choose SFTP for security. You can optionally save the password locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/04/18/tutorial-sit-sftp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: SIT Network Proxy Setup</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-sit-network-proxy-setup/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-sit-network-proxy-setup/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 07:38:43 +0000</pubDate>
		<dc:creator>James Bunton</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[SIT]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=26</guid>
		<description><![CDATA[Web browser proxy settings for the School of IT network. Also instructions on how to make Unix command line utilities work with proxies.

Firefox settings
In Firefox 2.0, go to Edit-&#62;Preferences-&#62;Advanced-&#62;Network-&#62;Connection Settings
Put in the proxy details (host www-cache.it.usyd.edu.au, port 8000) and check the box marked &#8220;Use the same proxy for all protocols&#8221;. At the bottom there is [...]]]></description>
			<content:encoded><![CDATA[<p>Web browser proxy settings for the School of IT network. Also instructions on how to make Unix command line utilities work with proxies.</p>
<p><span id="more-26"></span></p>
<h3>Firefox settings</h3>
<p>In Firefox 2.0, go to Edit-&gt;Preferences-&gt;Advanced-&gt;Network-&gt;Connection Settings</p>
<p>Put in the proxy details (host www-cache.it.usyd.edu.au, port 8000) and check the box marked &#8220;Use the same proxy for all protocols&#8221;. At the bottom there is a list of domains to not use a proxy, add:<br />
<code>, .usyd.edu.au</code><br />
Alternatively you can use the autoconfigure URL:<br />
<code>http://www.it.usyd.edu.au/proxy.pac</code></p>
<h3>Unix Environment Variables</h3>
<p>See <a title="Command Line Proxy Tutorial" href="/wordpress/2008/04/14/tutorial-command-line-proxy">Command Line Proxy Tutorial</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-sit-network-proxy-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Command Line Proxy</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-command-line-proxy/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-command-line-proxy/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 07:36:48 +0000</pubDate>
		<dc:creator>James Bunton</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=23</guid>
		<description><![CDATA[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.

Unix Environment
To use the School of IT proxies you want to set the following environment variables:
export http_proxy="http://www-cache.it.usyd.edu.au:8000"
export no_proxy="127.0.0.1, localhost, .usyd.edu.au"
sudo environment vars
sudo clears all environment variables before executing the [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p><span id="more-23"></span></p>
<h3>Unix Environment</h3>
<p>To use the School of IT proxies you want to set the following environment variables:<br />
<code>export http_proxy="http://www-cache.it.usyd.edu.au:8000"<br />
export no_proxy="127.0.0.1, localhost, .usyd.edu.au"</code></p>
<h3>sudo environment vars</h3>
<p>sudo clears all environment variables before executing the command for security. This means if you run something like<br />
<code>$ sudo aptitude update</code><br />
it won&#8217;t work because http_proxy gets cleared. You can fix this by doing the following. Be careful!<br />
<code>$ sudo visudo</code><br />
Add this line:</p>
<pre>Defaults env_keep="http_proxy https_proxy ftp_proxy no_proxy"</pre>
<h3>Mac OS X Location Settings</h3>
<p>If you use Mac OS X and change locations frequently it&#8217;d be nice if your command line utilities picked up the proxy settings from System Preferences.</p>
<p>Have a look at <a href="http://delx.net.au/projects/proxyconf">http://delx.net.au/projects/proxyconf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/04/14/tutorial-command-line-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: SIT Personal Webspace</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 07:38:06 +0000</pubDate>
		<dc:creator>tim.dawborn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=25</guid>
		<description><![CDATA[Did you know that the Usyd School of IT servers provide personal webspace for any students studying IT?
You can have your own website at a URL like http://www.ug.it.usyd.edu.au/~userXYXY

To set up your personal webspace allowed on your School of IT (SIT) account, log into a congo machine either at uni or via SSH and type the [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that the Usyd School of IT servers provide personal webspace for any students studying IT?<br />
You can have your own website at a URL like http://www.ug.it.usyd.edu.au/~userXYXY</p>
<p><span id="more-25"></span></p>
<p>To set up your personal webspace allowed on your School of IT (SIT) account, log into a congo machine either at uni or via SSH and type the following commands:</p>
<pre>$ mkdir -p ~/lib/html
$ chmod 711 ~
$ chmod -R 711 ~/lib
$ cd ~/lib/html</pre>
<p>Create your webpage in this directory (~/lib/html), say it is called <em>index.html</em>. Now to make it publicly visible on the internet, type the following:</p>
<pre>$ chmod a+r index.html</pre>
<p>Then assuming your Usyd username is <em>abcd1234</em>, open your Internet browser and go to <em>http://www.ug.it.usyd.edu.au/~abcd1234/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
