<?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>Nixadmins.net &#187; Apple</title>
	<atom:link href="http://www.nixadmins.net/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixadmins.net</link>
	<description>Blogging for knowledge</description>
	<lastBuildDate>Mon, 24 May 2010 08:06:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apple iPad released</title>
		<link>http://www.nixadmins.net/2010/01/27/apple-ipad-released/</link>
		<comments>http://www.nixadmins.net/2010/01/27/apple-ipad-released/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:50:58 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/?p=681</guid>
		<description><![CDATA[Just watched Twit.tv live from Apples event. I knew long before the event I would not be exited about the tablet and I&#8217;m still not convinced of the success for the iPad. I can&#8217;t see where this thing fits in the market. The price is ranging from USD 499 to USD 829. It&#8217;s nearly as [...]]]></description>
			<content:encoded><![CDATA[<p>Just watched Twit.tv live from Apples event. I knew long before the event I would not be exited about the tablet and I&#8217;m still not convinced of the success for the iPad. I can&#8217;t see where this thing fits in the market. The price is ranging from USD 499 to USD 829. It&#8217;s nearly as expensive as a MacBook or a MacBook Pro 13&#8243;.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2010/01/ipad_hero_20100127.jpg"><img class="aligncenter size-medium wp-image-682" title="Apple iPad" src="http://www.nixadmins.net/wp-content/uploads/2010/01/ipad_hero_20100127-300x191.jpg" alt="Apple iPad" width="300" height="191" /></a></p>
<p>Apple seems to think it will revolutionize press and save newspapers and the book industry. I have my doubts here. As a long time computer user I still PRINT every document that&#8217;s longer than 10 pages I have to or want to read. The screen just isn&#8217;t as good for reading as paper. Books wont do well on a iPad for me as I do most my reading in bed where a book is far better than an tablet.</p>
<p>It will however be a great device to watch a movie on while on a train or for taking notes in a meeting. But and this is a big but, if I already have a laptop why would I put out the extra money for the tablet.</p>
<p>It still doesn&#8217;t do flash, and like it or not flash is something we have to support today. It&#8217;s also as restricted as the iPhone and that&#8217;s to bad. I would have liked to see more OSX and less iPhone OS in this device. I like to be able to at least change some settings on my devices.</p>
<p>On the positive side it is able to run all the iPhone&#8217;s applications so even before the release it has over 140 000 applications and that&#8217;s great. Still I don&#8217;t see the value of this device if you already have a laptop and a smartphone. Some think it would be great for users reading email and browsing the web but most of them will want to store their pictures locally and do some editing on the pictures. The 800USD version has 64Gb space so it might be usable for this but then cough up a little bit more and you can have a Apple laptop, go for PC:s and you&#8217;ll get one much cheaper. The 500USD version has 16Gb so that&#8217;s just to small for any real use and to pay 500USD for a book reader, well that&#8217;s to much.</p>
<p>Before I pass any final judgment I will go take a look at it when it hit&#8217;s the stores in Finland I&#8217;ll give it a fair chance even if my first impressions weren&#8217;t that great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2010/01/27/apple-ipad-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAMP hang after OSX unclean shutdown</title>
		<link>http://www.nixadmins.net/2009/11/26/mamp-hang-after-osx-unclean-shutdown/</link>
		<comments>http://www.nixadmins.net/2009/11/26/mamp-hang-after-osx-unclean-shutdown/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 19:41:46 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/?p=652</guid>
		<description><![CDATA[Today we had a power outage and after a few hours when power finally came back on I tried to get my development tools up again, everything was fine except for MAMP. It seems MAMP isn&#8217;t able to delete it&#8217;s PID files after something like this so it just flashed and shut down. This is [...]]]></description>
			<content:encoded><![CDATA[<p>Today we had a power outage and after a few hours when power finally came back on I tried to get my development tools up again, everything was fine except for <a href="http://www.mamp.info/en/index.html">MAMP</a>. It seems <a href="http://www.mamp.info/en/index.html" target="_self">MAMP</a> isn&#8217;t able to delete it&#8217;s PID files after something like this so it just flashed and shut down. This is because it thinks it&#8217;s already running even if it&#8217;s not.</p>
<p>Anyway, <a href="http://www.mamp.info/en/index.html" target="_self">MAMP</a> uses it&#8217;s own Application folder to store the pid files and the fix for this is really simple. Open your terminal and</p>
<div class="terminal">iMac:~ cd /Applications/MAMP/Library/logs</p>
<p>iMac:~ rm httpd.pid</p>
<p>iMac:~ cd /Applications/MAMP/tmp/mysql</p>
<p>iMac:~ rm mysql.pid</p></div>
<p>After deleting the PID files <a href="http://www.mamp.info/en/index.html">MAMP</a> should start just fine again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2009/11/26/mamp-hang-after-osx-unclean-shutdown/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My software picks for OS X</title>
		<link>http://www.nixadmins.net/2009/11/04/my-software-picks-for-os-x/</link>
		<comments>http://www.nixadmins.net/2009/11/04/my-software-picks-for-os-x/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:05:32 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/2009/11/04/my-software-picks-for-os-x/</guid>
		<description><![CDATA[As some of you might know I’m not a Windows only user. I do use an iMac at home for all my design and photo work. I also love the simplicity of OS X. It does what you expect it to and it does it well. This is probably why I feel the need to [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you might know I’m not a Windows only user. I do use an iMac at home for all my design and photo work. I also love the simplicity of OS X. It does what you expect it to and it does it well. This is probably why I feel the need to post some of the software’s I as a 1+ year Apple user have found useful.</p>
<p>I’m sure there are plenty more out there and if you whish to ad something to my list please do so in the comments.</p>
<p>I also want to point out that not all of them are free. Some cost, but as most programs for OS X they cost under 100 USD so it’s really not a big deal. The list is in no particular order.</p>
<p> <span id="more-644"></span><br />
<h2>Adium</h2>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/adium.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="adium" border="0" alt="adium" align="left" src="http://www.nixadmins.net/wp-content/uploads/2009/11/adium_thumb.png" width="62" height="62" /></a> Adium is an Instant Messaging program that handles, well almost any protocol. Instead of using a different client for my ICQ, MSN, GoogleTalk etc account I can use Adium and get everything in one client. </p>
<p>The design is good and it works as most OS X software’s. Without a hitch. </p>
<p><a href="http://adium.im">http://adium.im</a></p>
<h2>Quicksilver</h2>
<p>This is one of my all time favorite programs for my Mac. I just hit CMD+Space and start typing the name of the program I want to fire up. No more moving the mouse to the dock or going trough menus and folder. It’s really fast and easy to use.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/Quicksilver.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Quicksilver" border="0" alt="Quicksilver" src="http://www.nixadmins.net/wp-content/uploads/2009/11/Quicksilver_thumb.png" width="244" height="98" /></a> </p>
<p><a href="http://www.blacktree.com">http://www.blacktree.com</a></p>
<h2>Coda</h2>
<p>This is probably the best editor for PHP, SQL, Perl etc I’ve ever used. It’s not free but you can download their fully functional evaluation version from the website. It does just about everything you need from your editor. It handles your SVN and there are plenty of plugins available.</p>
<p>If you are designing websites in OS X and haven’t tried Coda you just have to take a look.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/Coda.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Coda" border="0" alt="Coda" src="http://www.nixadmins.net/wp-content/uploads/2009/11/Coda_thumb.png" width="244" height="197" /></a> </p>
<p><a title="http://www.panic.com/coda/" href="http://www.panic.com/coda/">http://www.panic.com/coda/</a></p>
<h2>TextExpander</h2>
<p>Do you find yourself typing the same text often? How about the skeleton of a XHTML page? Or filling out forms with your address and email? TextExpander is really a life saver. I’m counting hours in saved time because of this small application I keep running in the background on my Mac. I actually can’t see myself living without it anymore.</p>
<p>All you need to configure are keywords to trigger the expansion. Be sure to use something you don’t type normally. mmail for mail, nname for name and so on.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/TextExpander.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="TextExpander" border="0" alt="TextExpander" src="http://www.nixadmins.net/wp-content/uploads/2009/11/TextExpander_thumb.png" width="244" height="174" /></a></p>
<p><a title="http://www.smileonmymac.com/TextExpander/" href="http://www.smileonmymac.com/TextExpander/">http://www.smileonmymac.com/TextExpander/</a>&#160;</p>
<h2>VLC Media Player</h2>
<p>This is my media player of choice to my Mac. It plays anything. I’ve never had to go codec hunting since I started using VLC.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/VLC.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="VLC" border="0" alt="VLC" src="http://www.nixadmins.net/wp-content/uploads/2009/11/VLC_thumb.png" width="233" height="244" /></a> </p>
<p><a title="http://www.videolan.org/vlc/" href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></p>
<h2>DropBox</h2>
<p>This little piece of software helps me share some files between my work pc, iMac, Home PC and even my iPhone. The free version let’s you sync 2Gb, yes 2Gb of files between your devices. It’s incredibly easy to use. All you need is to register for an account and start synchronizing. You’ll get a folder on your Mac,PC and iPhone you can drop documents or files in and they will sync between all devices. Easy as 1,2,3 <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/DropBox.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DropBox" border="0" alt="DropBox" src="http://www.nixadmins.net/wp-content/uploads/2009/11/DropBox_thumb.png" width="244" height="136" /></a> </p>
<p><a title="http://www.videolan.org/vlc/" href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></p>
<h2>FreeMind</h2>
</p>
</p>
</p>
</p>
<p>FreeMind is a great mind-mapping program. I don’t use it for the original mind-mapping, I tend to use it to sketch websites to get something to work from. It’s free and it does exactly what I expect it to.</p>
<p>It’s also available for other architectures so if your not using OSX take a look at their webpage.</p>
<p>&#160;<a href="http://www.nixadmins.net/wp-content/uploads/2009/11/freemind.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="freemind" border="0" alt="freemind" src="http://www.nixadmins.net/wp-content/uploads/2009/11/freemind_thumb.png" width="244" height="210" /></a> </p>
<p><a title="http://freemind.sourceforge.net/wiki/index.php/Main_Page" href="http://freemind.sourceforge.net/wiki/index.php/Main_Page">http://freemind.sourceforge.net/wiki/index.php/Main_Page</a></p>
<p>If you have anything you want to ad to the list please let me know. As I said I’m in my second year of using my Mac so there are programs I still need to find. One of them being a replacement for Windows Live Writer. Anyway, hope you had some use of this list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2009/11/04/my-software-picks-for-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safe web</title>
		<link>http://www.nixadmins.net/2009/11/04/safe-web/</link>
		<comments>http://www.nixadmins.net/2009/11/04/safe-web/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:07:35 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Children]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Safe Webb]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/2009/11/04/safe-web/</guid>
		<description><![CDATA[This post is a little of topic from what I usually write but for me it’s something important so I hope you forgive me. In May 2009 I became a father to a little girl who means the world to me. A post on the Cisco Portal blog got me thinking about security from a [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a little of topic from what I usually write but for me it’s something important so I hope you forgive me. In May 2009 I became a father to a little girl who means the world to me. <a href="http://www.nixadmins.net/wp-content/uploads/2009/11/web1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="web1" border="0" alt="web1" align="right" src="http://www.nixadmins.net/wp-content/uploads/2009/11/web1_thumb.jpg" width="226" height="150" /></a>A post on the Cisco Portal blog got me thinking about security from a different point of view. Security at home. The internet has provided us with so much good. We can get information, access our bank and get news 24/7 . But it has it’s dark sides also. When I was young my parents knew that once I was home I was safe. I had my safe haven inside my parents house where no one could get to me.</p>
<p>The Internet with all it’s glory also opened a gateway to our homes for the predators. Following the news you read almost weekly about police shutting down large pedophile groups, and that’s a good thing. Law enforcement units are able to hunt them down using the networks. But just as the good guys use the networks to find them, the bad guys use the networks to share their sick and twisted materials. </p>
<p> <span id="more-627"></span><br />
<h2>How do we protect our children from this? </h2>
<p>I know the most effective ways are to, from a young age, teach them how to behave in social medias etc. But does it protect them enough. I don’t think so!</p>
<p>If you work as a systems administrator and have the privilege of watching firewall logs you’ll know what I know. Even if there is a company policy saying you can’t do this or can’t do that, people will still do it if you don’t prevent it. And you need to remember these are adults, so do we expect our children to follow these rules without ever crossing lines. I hope your not that blind, because they will.</p>
<p>So how do we protect them, the most secure way might be to sit the sessions with them, but that’s never going to work. My daughter is only 6 months so I don’t expect to know everything yet but I’m guessing someone with a teenage daughter trying to sit with them while they chat with their friends would hear a lot of <strong>*unfriendly*</strong> words. Correct me if I’m wrong.</p>
<p>The same goes to using spy software, not to mention in some countries it’s illegal. </p>
<p>There are also many devices children use. They use cell phones, computers, PSP, MP3 players, Nintendo’s, Playstation’s, Xboxes and many more. Most of them able to connect to the internet.</p>
<h2>Using proxy services and firewalls</h2>
<p>We can block access to certain sites or allow access to only certain sites using proxies. And blocking every port and protocol except the ones needed for the proxy will effectively shut down any attempts made to chat with software like MSN, ICQ etc. But doing something like that do we also restrict our children from learning? Where does the line between security and paranoia go? Also I don’t expect every parent out there to sit at home and configure proxy services and firewalls. It’s just to hard for the masses.</p>
<p>Apple OS X does include really easy to setup services to some protection. Like blocking adult sites, allowing use of only a few software&#8217;s, usage time and bedtime. This is a great idea but at the same time it does need configuration. But unlike firewalls and proxies, OS X is like any Apple product easy to use.</p>
<p>Here you can see some of the settings.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2009/11/p4.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="p4" border="0" alt="p4" src="http://www.nixadmins.net/wp-content/uploads/2009/11/p4_thumb.png" width="137" height="163" /></a> <a href="http://www.nixadmins.net/wp-content/uploads/2009/11/p1.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="p1" border="0" alt="p1" src="http://www.nixadmins.net/wp-content/uploads/2009/11/p1_thumb.png" width="153" height="130" /></a> <a href="http://www.nixadmins.net/wp-content/uploads/2009/11/p2.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="p2" border="0" alt="p2" src="http://www.nixadmins.net/wp-content/uploads/2009/11/p2_thumb.png" width="155" height="154" /></a> <a href="http://www.nixadmins.net/wp-content/uploads/2009/11/p3.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="p3" border="0" alt="p3" src="http://www.nixadmins.net/wp-content/uploads/2009/11/p3_thumb.png" width="134" height="153" /></a> </p>
<p>If you know of software’s like this for other platforms like <a href="http://www.microsoft.com" target="_blank">Microsoft</a> Windows, Linux, Symbian, Windows Mobile, iPhone OS, Android etc let me know. I’ll try to test as many as I can and post the test results on this blog in a future post.</p>
</p>
<h2>Trust your children</h2>
<p>Should we just trust them to make the right decision when confronted with a choice? <a href="http://www.nixadmins.net/wp-content/uploads/2009/11/protect1.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 5px; display: inline; border-top: 0px; border-right: 0px" title="protect1" border="0" alt="protect1" align="left" src="http://www.nixadmins.net/wp-content/uploads/2009/11/protect1_thumb.jpg" width="153" height="176" /></a> Yes and no is my answer. There is no way we can ever protect our children from everything bad out there. We should also let them do their own mistakes. As we did when we were young.</p>
<p>We do need to follow closely on behavior and patterns since we have the web working against us. And we need to know what’s going on by <strong>*knowing*</strong> our children. Not by spying on them! Create a relationship based on trust and teach them how to behave online just as you teach them how to behave in real life. The web isn’t that different from the real life. I’m guessing the hardest part is to get your child to trust you enough to be open about what’s going on in his/her life. And internet or not, that’s called parenting.</p>
<p>Are you a parent? Have you been thinking about this? Please comment. How did you solve the problem, or do you trust your child to make the right decision?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2009/11/04/safe-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
