<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Tech fragments | Time n</title>
		<link>http://www.timen.com/blog/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Sun, 18 Apr 2010 13:28:30 +1000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox Pro 1.6.6 (12244)</generator>
		<item>
			<title>OS X Windows file sharing rules</title>
			<link>http://www.timen.com/blog/os_x_windows_file_sharing_rules.php</link>
			<description>
&lt;div&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: 'Lucida Grande'; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify; white-space: normal;&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When activating Windows file sharing on OS X Tiger, by default OS X only configures the firewall to allow ports 139 (TCP) and 137 and 138 (UDP). To successfully connect from a Windows PC it may require that port 445 (TCP) is manually added to the list of firewall port exceptions. To do so:&lt;/p&gt;
&lt;p&gt;1. From the Apple menu, choose System Preferences.&lt;br /&gt;
2. From the View menu, choose Sharing.&lt;br /&gt;
3. Select the Firewall tab.&lt;br /&gt;
4. Select New.&lt;br /&gt;
5. Choose Other from the port menu.&lt;br /&gt;
6. In the TCP Port Numbers field, type 445 and in the description type “Windows sharing”.&lt;br /&gt;
7. Click OK.&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 06 Nov 2007 12:02:26 +1100</pubDate>
			<guid>http://www.timen.com/blog/os_x_windows_file_sharing_rules.php</guid>
		</item>
		<item>
			<title>Cmd - Tab crashing the dock</title>
			<link>http://www.timen.com/blog/cmd_-_tab_crashing_the_dock.php</link>
			<description>
&lt;div&gt;The issue of Apple (cmd) + tab crashing your dock (&lt;a href=&quot;http://discussions.apple.com/thread.jspa?messageID=4421469&amp;amp;#4421469&quot;&gt;see an older discussion on Apple Support&lt;/a&gt;) appears to be solveable via the re-installation of the &lt;a href=&quot;http://www.apple.com/support/downloads/macosx1049comboupdateppc.html&quot;&gt;combo updater of 10.4.9&lt;/a&gt; (saving a full reinstallation).&lt;/div&gt;
			</description>
			<pubDate>Mon, 04 Jun 2007 16:18:26 +1000</pubDate>
			<guid>http://www.timen.com/blog/cmd_-_tab_crashing_the_dock.php</guid>
		</item>
		<item>
			<title>FarCry CMS installation on OS X with ColdFusion 7.01</title>
			<link>http://www.timen.com/blog/farcry_cms_installation_on_osx_with_CF7.php</link>
			<description>
&lt;div&gt;ColdFusion 7.01 for Mac OS X installed flawlessly on a PowerBook running OS X.4. It integrates with apache (no context root) and by default offers to make the web root /Library/WebServer/Documents. By default it adds index.cfm to the DirectoryIndex line in the httpd.conf file to enable the default document (although this seems to be failing at this stage).
With CF 7.01, &lt;a href=&quot;http://farcry.daemon.com.au/&quot;&gt;FarCry&lt;/a&gt; now deploys successfully on OS X (without all the long paths and context root issues from the past). Based on the &lt;a href=&quot;http://farcry.daemon.com.au/go/downloads&quot;&gt;improved FarCry install documentation&lt;/a&gt; (which outlines the Apache configuration required) the following line was added to the httpd.conf file to provide for a FarCry installation as the default site (where farcry_site is your farcry site name).&lt;br /&gt;
&lt;div&gt; &lt;code&gt;&lt;virtualhost localhost:80=&quot;&quot;&gt;DocumentRoot /Library/WebServer/Documents/farcry_site/www
   ServerName localhost
   Alias /farcry &amp;quot;/Library/WebServer/Documents/farcry_core/admin&amp;quot;
   Alias /CFIDE &amp;quot;/Library/WebServer/Documents/CFIDE&amp;quot;
&lt;/virtualhost&gt;
&lt;/code&gt;
&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 29 Sep 2005 16:19:05 +1000</pubDate>
			<guid>http://www.timen.com/blog/farcry_cms_installation_on_osx_with_CF7.php</guid>
		</item>
		<item>
			<title>Traffic and server monitoring tools (for free)</title>
			<link>http://www.timen.com/blog/traffic_and_server_monitoring_tools.php</link>
			<description>
&lt;div&gt;&lt;p&gt;For those running a small Windows-based network (one SNMP capable router and 1 - 3 servers), the following client-limited versions of commercial applications may be useful:
&lt;/p&gt;
&lt;p&gt;- &lt;a href=&quot;http://www.paessler.com/prtg/features&quot;&gt;PRTG&lt;/a&gt; for monitoring network and bandwidth usage using SNMP, packet sniffing or Netflow protocol. The freeware version is limited to a single sensor (try the 'Internet' port on your router).
&lt;/p&gt;
&lt;p&gt;- &lt;a href=&quot;http://www.gfi.com/nsm/nsmfreeware.htm&quot;&gt;GFI Network Monitoring&lt;/a&gt; for monitoring raw server statistics (CPU, disk etc for Windows and some Linux distributions) and applications (SQL Server, IIS, Exchange and others). A &lt;a href=&quot;http://www.gfi.com/nsm/nsmfeatures.htm&quot;&gt;full list of features is available&lt;/a&gt;. The freeware version is limited to 3 servers.&lt;br /&gt;
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 28 Sep 2005 16:20:33 +1000</pubDate>
			<guid>http://www.timen.com/blog/traffic_and_server_monitoring_tools.php</guid>
		</item>
		<item>
			<title>Free and/or open source software for switchers</title>
			<link>http://www.timen.com/blog/free_andor_open_source_software.php</link>
			<description>
&lt;div&gt;&lt;p&gt;For those from Windows, below is a list of useful free and/or open source applications (* denotes pre-installed with OS X 10.4 Tiger)…&lt;/p&gt;
&lt;p&gt;- Browsers: &lt;a href=&quot;http://www.apple.com/safari/&quot;&gt;Safari&lt;/a&gt;*, &lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;Firefox&lt;/a&gt;, &lt;a href=&quot;http://www.caminobrowser.org/&quot;&gt;Camino&lt;/a&gt;, &lt;a href=&quot;http://hmdt-web.net/shiira/index-e.html&quot;&gt;Shiira&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- E-mail: &lt;a href=&quot;http://www.apple.com/macosx/features/mail/&quot;&gt;Apple Mail&lt;/a&gt;* &lt;/p&gt;
&lt;p&gt;- Instant messaging: &lt;a href=&quot;http://www.apple.com/macosx/features/ichat/&quot;&gt;iChat&lt;/a&gt;* (AOL/.mac and Jabber), &lt;a href=&quot;http://www.adiumx.com/&quot;&gt;AdiumX&lt;/a&gt;  or &lt;a href=&quot;http://fire.sourceforge.net/&quot;&gt;Fire&lt;/a&gt; (both free and open source multi-protocol (MSN, Yahoo!, AOL/iChat/Jabber)). For connectivity to Microsoft’s Live Communication Server use &lt;a href=&quot;http://www.microsoft.com/mac/default.aspx?pid=msnmessenger&quot;&gt;Microsoft Messenger&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- RSS news reader: &lt;a href=&quot;http://ranchero.com/netnewswire/&quot;&gt;NetNewsWire Lite&lt;/a&gt; (at bottom of page) &lt;/p&gt;
&lt;p&gt;- FTP client: &lt;a href=&quot;http://rsug.itd.umich.edu/software/fugu/&quot;&gt;Fugu&lt;/a&gt; (free and provides SFTP support), whilst &lt;a href=&quot;http://fetchsoftworks.com/&quot;&gt;Fetch&lt;/a&gt; is free for educational institutions.&lt;/p&gt;
&lt;p&gt;- Terminal services client: &lt;a href=&quot;http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopclient&quot;&gt;Microsoft Remote Desktop Connection&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Text editor: Bare Bones &lt;a href=&quot;http://www.barebones.com/products/textwrangler/index.shtml&quot;&gt;TextWrangler&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- VNC viewer: &lt;a href=&quot;http://sourceforge.net/projects/cotvnc/&quot;&gt;Chicken of the VNC&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Media players: &lt;a href=&quot;http://www.apple.com/quicktime/download/&quot;&gt;QuickTime&lt;/a&gt;*, &lt;a href=&quot;http://www.apple.com/itunes/&quot;&gt;iTunes&lt;/a&gt;*, &lt;a href=&quot;http://www.videolan.org/vlc/&quot;&gt;VLC&lt;/a&gt; (particularly for AVIs), &lt;a href=&quot;http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=windowsmedia&quot;&gt;Windows Media Player&lt;/a&gt; (although it doesn’t work for some DRM-protected files), and &lt;a href=&quot;http://www.apple.com/downloads/macosx/internet_utilities/realoneplayerx.html&quot;&gt;RealPlayer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Other utilities: &lt;a href=&quot;http://www.stuffit.com/mac/expander/download3.html&quot;&gt;StuffIt expander&lt;/a&gt; (for expanding .sit archives amongst others)&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 30 Aug 2005 16:21:16 +1000</pubDate>
			<guid>http://www.timen.com/blog/free_andor_open_source_software.php</guid>
		</item>
 	</channel>
</rss>
