<?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>far away mac &#187; Macminicolo News</title>
	<atom:link href="http://www.farawaymac.com/mac-server/category/macminicolo-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farawaymac.com</link>
	<description>tips on running a remote mac server</description>
	<lastBuildDate>Mon, 26 Sep 2011 19:33:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mac Server Series: Enable the Web Server</title>
		<link>http://www.farawaymac.com/mac-server/mac-server-series-enable-the-web-server/</link>
		<comments>http://www.farawaymac.com/mac-server/mac-server-series-enable-the-web-server/#comments</comments>
		<pubDate>Wed, 20 May 2009 19:28:22 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Mac Developer]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Mac Server Series]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/?p=205</guid>
		<description><![CDATA[One of the more popular uses for the Mac minis in our data center is to run a web server. The minis have incredible performance for this service. At one point, I was serving 3.5 million hits per month off of one G4 server. The Intel minis are naturally much better with more RAM allowed. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />One of the more popular uses for the Mac minis in our data center is to run a web server. The minis have incredible performance for this service. At one point, I was serving 3.5 million hits per month off of one G4 server. The Intel minis are naturally much better with more RAM allowed. </p>
<p>Mac OS X makes it easier to get a web site up and running. In this video, I show you how to enable the service, where to change web site documents, and how to test that it&#8217;s working. </p>
<p>In the video, I mention a few links. I&#8217;ll list them here:</p>
<p><a href="http://www.dnsmadeeasy.com/" >DNSMadeEasy.com</a> &#8211; a great service for DNS<br />
<a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server" >More Info on Apache</a></p>
<p>And now a link to the video: <a href="http://www.macminicolo.net/videos/4webserver.mov" target="New Window">Enable the Web Server</a> (option+click to download)</p>
<p>If you have questions or comments on the video, you can send them via twitter (<a href="http://twitter.com/macminicolo" >@macminicolo</a>) or using our <a href="http://www.farawaymac.com/contact-fam/" >contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/mac-server-series-enable-the-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.macminicolo.net/videos/4webserver.mov" length="11989804" type="video/quicktime" />
		</item>
		<item>
		<title>Mac Server Series: Enable and Use SSH</title>
		<link>http://www.farawaymac.com/mac-server/mac-server-series-enable-and-use-ssh/</link>
		<comments>http://www.farawaymac.com/mac-server/mac-server-series-enable-and-use-ssh/#comments</comments>
		<pubDate>Mon, 18 May 2009 22:51:46 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[File Server]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Mac Server Series]]></category>
		<category><![CDATA[Macminicolo News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/?p=203</guid>
		<description><![CDATA[Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. It&#8217;s used mostly to access Unix or Linux commands, and is a secure way to send text like passwords and other private data. In this video, we focus on SSH We look at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" /><a href="http://en.wikipedia.org/wiki/Ssh" >Secure Shell or SSH</a> is a network protocol that allows data to be exchanged using a secure channel between two networked devices. It&#8217;s used mostly to access Unix or Linux commands, and is a secure way to send text like passwords and other private data. </p>
<p>In this video, we focus on SSH We look at enabling the SSH service, connecting to the server, and we show a couple uses for it. These uses include restarting the Screen Sharing service, and connecting with <a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol" >SFTP</a>. </p>
<p>In the video, I mention a few links. I&#8217;ll list them here:</p>
<p><a href="http://www.farawaymac.com/mac-server/enable-screen-sharing-or-ard-via-ssh/" >Enable Screen Sharing or ARD Via SSH</a><br />
<a href="http://www.panic.com/transmit/" >Transmit FTP client</a></p>
<p>And now a link to the video: <a href="http://www.macminicolo.net/videos/3ssh.mov" target="New Window">Enable and Use SSH</a> (option+click to download)</p>
<p>If you have questions or comments on the video, you can send them via twitter (<a href="http://twitter.com/macminicolo" >@macminicolo</a>) or using our <a href="http://www.farawaymac.com/contact-fam/" >contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/mac-server-series-enable-and-use-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.macminicolo.net/videos/3ssh.mov" length="15009464" type="video/quicktime" />
		</item>
		<item>
		<title>Mac Server Series: Connect With Screen Sharing</title>
		<link>http://www.farawaymac.com/mac-server/mac-server-series-connect-with-screen-sharing/</link>
		<comments>http://www.farawaymac.com/mac-server/mac-server-series-connect-with-screen-sharing/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:12:54 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Mac Server Series]]></category>
		<category><![CDATA[Macminicolo News]]></category>
		<category><![CDATA[Remote Administration]]></category>
		<category><![CDATA[Screen Sharing]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/?p=196</guid>
		<description><![CDATA[Once the Mac mini is placed into the data center, Leopard provides a Screen Sharing application that works really well. In this video, we&#8217;ll look at connecting with this Screen Sharing app. This video assumes the Mac mini is setup using the techniques in the Initial Setup video. In that video, we configured the Screen [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />Once the Mac mini is placed into the data center, Leopard provides a Screen Sharing application that works really well. In this video, we&#8217;ll look at connecting with this Screen Sharing app. </p>
<p>This video assumes the Mac mini is setup using the techniques in the <a href="http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/" >Initial Setup video</a>. In that video, we configured the Screen Sharing server. We&#8217;ll show where that is located in this video, but you won&#8217;t be able to connect if it wasn&#8217;t enabled previously. </p>
<p>And now a link to the video: <a href="http://www.macminicolo.net/videos/2screensharing.mov" target="New Window">Connect With Screen Sharing</a> (option+click to download)</p>
<p>If you have questions or comments on the video, you can send them via twitter (<a href="http://twitter.com/macminicolo" >@macminicolo</a>) or using our <a href="http://www.farawaymac.com/contact-fam/" >contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/mac-server-series-connect-with-screen-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.macminicolo.net/videos/2screensharing.mov" length="6672180" type="video/quicktime" />
		</item>
		<item>
		<title>Mac Server Series: Initial Setup of the Mac</title>
		<link>http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/</link>
		<comments>http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/#comments</comments>
		<pubDate>Thu, 07 May 2009 21:41:20 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Mac Server Series]]></category>
		<category><![CDATA[Macminicolo News]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/</guid>
		<description><![CDATA[When it comes to running a server, the initial setup is the most boring but the most important. You want to make sure your machine starts up and stays up while it&#8217;s doing it&#8217;s server duties. In this video, we&#8217;ll work with a brand new Mac mini and get it to a point where it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />When it comes to running a server, the initial setup is the most boring but the most important. You want to make sure your machine starts up and stays up while it&#8217;s doing it&#8217;s server duties. </p>
<p>In this video, we&#8217;ll work with a brand new Mac mini and get it to a point where it&#8217;s ready to start up and starting working with as a server. The majority of the work will be done in the System Preferences. </p>
<p>So, the steps are simple and probably known by most already. But, after setting up hundreds of Mac minis over the years, these are the best settings and tips we&#8217;ve found. All the other movies from this point will begin assuming you&#8217;ve set up the machine this way. </p>
<p>And now a link to the video: <a href="http://www.macminicolo.net/videos/1initialsetup.mov" target="New Window">Initial Setup of a Mac Server</a> (option+click to download)</p>
<p>If you have questions or comments on the video, you can send them via twitter (<a href="http://twitter.com/macminicolo" >@macminicolo</a>) or using our <a href="http://www.farawaymac.com/contact-fam/" >contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.macminicolo.net/videos/1initialsetup.mov" length="8174294" type="video/quicktime" />
		</item>
		<item>
		<title>Mac Server Series: Videos On Building A Mac Server</title>
		<link>http://www.farawaymac.com/mac-server/mac-server-series-videos-on-building-a-mac-server/</link>
		<comments>http://www.farawaymac.com/mac-server/mac-server-series-videos-on-building-a-mac-server/#comments</comments>
		<pubDate>Tue, 05 May 2009 20:31:35 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac Developer]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/mac-server-series-videos-on-building-a-mac-server/</guid>
		<description><![CDATA[A few years ago, I did a series of video tutorials on how to build a Mac server. These videos focused on OS X included software, free software, or very inexpensive software. We looked at tasks like setting up the server, running a website or multiple websites, running a file server, etc. This series proved [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />A few years ago, I did a series of video tutorials on how to build a Mac server. These videos focused on OS X included software, free software, or very inexpensive software. We looked at tasks like setting up the server, running a website or multiple websites, running a file server, etc. This series proved to be very popular, ending with a list of 16,000 subscribers. We still receive plenty of emails both asking for further tips, or just thanking us for the videos. </p>
<p>I&#8217;ve decided to start a new series covering the same topics and some new ones. The reason is because since the last series was completed, the Mac mini has been updated in both hardware and software. Leopard changes some procedures that were show in the older videos. (which were done on Tiger.) Also, the newest hardware offers some additional options. </p>
<p>While these video tutorials will use a Mac mini as the server, they&#8217;ll also be of use to other folks who have extra Mac hardware that they&#8217;d like to get setup as a server. The steps in the video will be very simple, and should be sufficient training for even a novice. And since we use included, free, or very inexpensive software, it shouldn&#8217;t leave anyone out on price. Each post will include a link list as well. </p>
<p>There are a few ways to get notified when these videos are posted. You can <a href="http://www.farawaymac.com/updates-via-email/" >get updates by email</a>, subscribe to the <a href="http://www.farawaymac.com/feed/" >Far Away Mac RSS Feed</a> or <a href="http://twitter.com/macminicolo" >follow us on Twitter</a> where we&#8217;ll tweet each time a video is posted. If you have questions or comments on the video, you can send them via twitter (<a href="http://twitter.com/macminicolo" >@macminicolo</a>) or using our <a href="http://www.farawaymac.com/contact-fam/" >contact page</a>.</p>
<p>I&#8217;ll list the videos on this post as they become available:</p>
<p><a href="http://www.farawaymac.com/mac-server/mac-server-series-initial-setup-of-the-mac/" >Initial Setup of the Mac</a><br />
<a href="http://www.farawaymac.com/mac-server/mac-server-series-connect-with-screen-sharing/" >Connect with Screen Sharing</a><br />
<a href="http://www.farawaymac.com/mac-server/mac-server-series-enable-and-use-ssh/" >Enable and use SSH</a><br />
<a href="http://www.farawaymac.com/mac-server/mac-server-series-enable-the-web-server/" >Enable the Web Server</a><br />
<a href="http://www.farawaymac.com/mac-server/mac-server-series-multiple-ip-addresses-on-one-mac/" >Multiple IP Addresses on One Mac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/mac-server-series-videos-on-building-a-mac-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Used Mac minis Available</title>
		<link>http://www.farawaymac.com/mac-server/some-used-mac-minis-available/</link>
		<comments>http://www.farawaymac.com/mac-server/some-used-mac-minis-available/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 22:41:31 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/some-used-mac-minis-available/</guid>
		<description><![CDATA[Just a heads up. Today, we&#8217;ve added some machines to our Used Mac minis page. They don&#8217;t usually last too long, so I thought I&#8217;d give readers of this blog a first shot. The prices are pretty much market value. But if you&#8217;re looking to start the Macminicolo service, there are some pretty steep discounts [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />Just a heads up. Today, we&#8217;ve added some machines to our <a href="http://www.farawaymac.com/used-mac-minis/" >Used Mac minis</a> page. They don&#8217;t usually last too long, so I thought I&#8217;d give readers of this blog a first shot. </p>
<p>The prices are pretty much market value. But if you&#8217;re looking to start the Macminicolo service, there are some pretty steep discounts that can save you some money.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/some-used-mac-minis-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wanted: iPhone Devs to Test Push Notification</title>
		<link>http://www.farawaymac.com/mac-server/wanted-iphone-devs-to-test-push-notification/</link>
		<comments>http://www.farawaymac.com/mac-server/wanted-iphone-devs-to-test-push-notification/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:43:53 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac Developer]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/wanted-iphone-devs-to-test-push-notification/</guid>
		<description><![CDATA[Yesterday during the presentation of the new iPhone 3.0 SDK, Apple announced that developers will finally get to use the announced Push Notification service. This will allow iPhone apps to receive messages even while they are not running. We are members of the iPhone Developer Program because we think the hosted Mac minis make a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />Yesterday during the <a href="http://events.apple.com.edgesuite.net/0903lajkszg/event/index.html" >presentation</a> of the new <a href="http://developer.apple.com/iphone/program/sdk.html" >iPhone 3.0 SDK</a>, Apple announced that developers will finally get to use the announced Push Notification service. This will allow iPhone apps to receive messages even while they are not running. </p>
<p>We are members of the iPhone Developer Program because we think the hosted Mac minis make a really great back end for these iPhone applications. Since the cost is so low and our install time is quick, developers can grow along with their application. We like to keep an eye on the technologies and read through the documents available in the program. </p>
<p>However, we are not currently developing any applications. We&#8217;re focusing on helping other developers get their project going. </p>
<p>So here is what we&#8217;re looking for right now. We&#8217;d like to work with a couple developers who are planning to use the push notification system in their applications. We&#8217;ll put you on some Mac minis here in the data center and host the machine for a year at no cost. We&#8217;ll give you as much bandwidth as you need. In return, we&#8217;d like to keep in good contact with you through the development process and have you inform us on what kind of performance you&#8217;re getting for the Push Notification system. From what we&#8217;ve seen from our internal testing, these Mac minis will be able to keep up with even the most popular applications. Now we&#8217;d like to see some real world numbers on real world apps. </p>
<p>If you&#8217;d like to work with us, feel free to <a href="http://www.farawaymac.com/contact-fam/" >send me a note</a>. We&#8217;re going to choose two or three applications that look like they&#8217;ll provide good performance benchmarks on the Push Notifications. It&#8217;s open to both new and existing applications. We&#8217;ll agree to NDA on the application ideas, we&#8217;re just interested in the performance numbers.</p>
<p><strong>Update:</strong> Thanks for all the interest. I think we&#8217;ve found the devs we are going to work for on the benchmarking. However, we&#8217;d still love to be considered for any other devs that want to host with us. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/wanted-iphone-devs-to-test-push-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get A Trial Version of Leopard Server</title>
		<link>http://www.farawaymac.com/mac-server/get-a-trial-version-of-leopard-server/</link>
		<comments>http://www.farawaymac.com/mac-server/get-a-trial-version-of-leopard-server/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:45:46 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/get-a-trial-version-of-leopard-server/</guid>
		<description><![CDATA[Recently, Apple has offered trial version of Leopard Server. I think this is a great move since so many people come away impressed when they see how simple and affordable Leopard Server is to users. Apple asks that you fill out a form located here and then they&#8217;ll send you the evaluation software via FedEx [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />Recently, Apple has offered trial version of Leopard Server. I think this is a great move since so many people come away impressed when they see how simple and affordable Leopard Server is to users. </p>
<p>Apple asks that you fill out a form located <a href="http://seminars.apple.com/contactme/LeopardEvaluation/" >here</a> and then they&#8217;ll send you the evaluation software via FedEx ground. </p>
<p>On a similar note, there is something new with the most recent Mac minis when it comes to installing Leopard Server. It seems that the machines can no longer boot from a Leopard Server DVD. Instead, when you place the Leopard Server DVD in the machine, it allows you to install the Server components without a restart. Then, when you run Software Update, it will download the latest Leopard Server combo update, install it on the Mac mini, and then have you restart. </p>
<p>Once restarted, it walks thru the usual configuration pages of what kind of install (Standard, Workgroup, or Advanced) and the other settings like users, services, etc. </p>
<p>Now that the Mac minis can run with 4GB of RAM, I know we&#8217;ll see quite a few more people looking at Leopard Server. I think it&#8217;s one of the greatest deals in the tech world. </p>
<p><strong>Update:</strong> The package arrived from Apple today, just short of two weeks after I requested a copy. They have sent a short letter talking about the benefits of Leopard Server and a serial number that will expire in about three month. They&#8217;ve also send both retail DVD&#8217;s of the Leopard Install and the Admin Tools. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/get-a-trial-version-of-leopard-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Look at the New Mac mini</title>
		<link>http://www.farawaymac.com/mac-server/a-look-at-the-new-mac-mini/</link>
		<comments>http://www.farawaymac.com/mac-server/a-look-at-the-new-mac-mini/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 15:21:55 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/a-look-at-the-new-mac-mini/</guid>
		<description><![CDATA[For those readers who haven&#8217;t seen it yet, we took some photos of the packaging and internals of the new Mac mini yesterday. It can be seen here. We&#8217;ll be benchmarking the new mini as a server in the next couple days.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" /> For those readers who haven&#8217;t seen it yet, we took some photos of the packaging and internals of the new Mac mini yesterday. It can be seen <a href="http://www.macminicolo.net/macmini2009.html" >here</a>.</p>
<p>We&#8217;ll be benchmarking the new mini as a server in the next couple days. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/a-look-at-the-new-mac-mini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Releases The New Mac mini</title>
		<link>http://www.farawaymac.com/mac-server/apple-releases-the-new-mac-mini/</link>
		<comments>http://www.farawaymac.com/mac-server/apple-releases-the-new-mac-mini/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 14:59:38 +0000</pubDate>
		<dc:creator>Brian Stucki</dc:creator>
				<category><![CDATA[Mac Server]]></category>
		<category><![CDATA[Macminicolo News]]></category>

		<guid isPermaLink="false">http://www.farawaymac.com/mac-server/apple-releases-the-new-mac-mini/</guid>
		<description><![CDATA[Apple has released the new Mac mini this morning. We should have one here by the end of the day, but in the mean time I&#8217;ll share the benefits that I can see. First, the Mac mini can officially support 4GB of RAM now. Before, it was 2GB officially and 3.36GB unofficially. We&#8217;ll have a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.farawaymac.com/wp-content/uploads/2008/03/macminicolo.png" alt="Image" align="right" />Apple has released the new Mac mini this morning. We should have one here by the end of the day, but in the mean time I&#8217;ll share the benefits that I can see. </p>
<p>First, the Mac mini can officially support 4GB of RAM now. Before, it was 2GB officially and 3.36GB unofficially. We&#8217;ll have a lot of customer who will really like the RAM increase. And I&#8217;m really looking forward to the unofficial high end. </p>
<p>The hard drives are bigger now which will be nice for those who do their podcasts from their server. </p>
<p>The back of the Mac mini now has 5 USB ports (up from four) and now has Firewire 800 (up from 400.) This is great as well. (see below)</p>
<p>Like I said, we&#8217;ll have one of the new Mac minis soon and I&#8217;ll post a real thorough review with benchmarks. Also, I know we have quite a few customers who were waiting for the new Mac mini before they signed up for the service. We&#8217;ve added the new machines to <a href="http://www.macminicolo.net/jvmx_secure_signup.html" >our signup page</a>.</p>
<div style='text-align:center;'> <img src="http://www.farawaymac.com/wp-content/uploads/2009/03/newmacmini.jpeg" alt="Image" /> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.farawaymac.com/mac-server/apple-releases-the-new-mac-mini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

