<?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>Thu, 26 Jan 2012 12:18:30 +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>Sync data between two Mac&#8217;s</title>
		<link>http://www.nixadmins.net/2010/12/02/sync-data-between-two-macs/</link>
		<comments>http://www.nixadmins.net/2010/12/02/sync-data-between-two-macs/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:26:42 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/?p=731</guid>
		<description><![CDATA[This is not an in-depth article, it&#8217;s more like a note to myself so I remember this the next time I need to sync files between my Mac&#8217;s. There are more than one software out there to do the same task but since rsync is built-in to the operating system I&#8217;ll use it for now. [...]]]></description>
			<content:encoded><![CDATA[<p>This is not an in-depth article, it&#8217;s more like a note to myself so I remember this the next time I need to sync files between my Mac&#8217;s.</p>
<p>There are more than one software out there to do the same task but since rsync is built-in to the operating system I&#8217;ll use it for now.</p>
<p>First of all you need to allow remote access to the source computer so go to <strong>System Preferences</strong> and <strong>Sharing</strong>. Enable <strong>Remote Login</strong> for your user.</p>
<p><a href="http://www.nixadmins.net/wp-content/uploads/2010/12/Screen-shot-2010-12-02-at-10.03.58-PM.png"><img class="aligncenter size-full wp-image-732" title="Screen shot 2010-12-02 at 10.03.58 PM" src="http://www.nixadmins.net/wp-content/uploads/2010/12/Screen-shot-2010-12-02-at-10.03.58-PM.png" alt="Enable Remote Login" width="209" height="300" /></a>After that you can log into your target computer and open the terminal. And just type the following</p>
<p class="terminal">
$rsync -avz &#8211;delete &#8211;exclude &#8216;.DS_Store&#8217; username@192.168.1.10:/Users/username/FolderToSync  /Users/LocalUser/FolderToSyncTo
</p>
<p>Change the username, IP-address and folders on both the source and the target computer so they match what you want to sync. This is one-way only, it will copy changed files from the source computer to the target computer.<br />
I might follow up on this, if there is enough interest in it, and write an article on two way synchronization between two Mac&#8217;s. For now this will be my note <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2010/12/02/sync-data-between-two-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting family and friends</title>
		<link>http://www.nixadmins.net/2010/12/01/supporting-family-and-friends/</link>
		<comments>http://www.nixadmins.net/2010/12/01/supporting-family-and-friends/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 13:21:54 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/?p=716</guid>
		<description><![CDATA[As most readers here are quite technical I thought I&#8217;d share one little application with you. Some may already be using it and others will be using it in a moment. Have you ever had a friend or family member call you because they have issues with their computer? I guess all of us have [...]]]></description>
			<content:encoded><![CDATA[<p>
As most readers here are quite technical I thought I&#8217;d share one little application with you. Some may already be using it and others will be using it in a moment.<br />
Have you ever had a friend or family member call you because they have issues with their computer? I guess all of us have since we are the experts in this area. In a corporate world we fire up some remote assistance software to help the user with his/her issues if we can&#8217;t solve it over the phone. What do we do at home? Mostly try to explain where to find settings and when it won&#8217;t work we get in our car and go to fix the computer locally. Well not anymore.
</p>
<h3>TeamViewer to the rescue</h3>
<p>
This is just one wonderful piece of software, never again will I have to get away from the comfort of my home office to fix a friends computer. I use <a href="http://www.teamviewer.com/">TeamViewer</a> for every last one of these problems.<br />
There are two reasons for this, the first one is in non-commercial use TeamViewer is free as in beer and the second is the variety of platforms you can run <a href="http://www.teamviewer.com/">TeamViewer</a> on.  <a href="http://www.teamviewer.com/">TeamViewer</a> runs on Windows, Mac, Linux and mobile devices. Granted I wouldn&#8217;t use my iPhone to support someone on a 24&#8243; monitor but it is be possible.<br />
Using it is so easy even your 90-year old grandma can use it.  Just have them download and start up the QuickSupport version of <a href="http://www.teamviewer.com/">TeamViewer</a> and you can install the All-In-One full version. <br />
From your client you will get the sessionID and the password, tap them into your full client and you are connected to their screen.<br />
I promise you will save a lot of time using this. What ever your personal support incidents might be. Just remember it wont work if their problem is the connection to the network <img src='http://www.nixadmins.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2010/12/01/supporting-family-and-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad comming to Finland</title>
		<link>http://www.nixadmins.net/2010/11/29/ipad-comming-to-finland/</link>
		<comments>http://www.nixadmins.net/2010/11/29/ipad-comming-to-finland/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:20:36 +0000</pubDate>
		<dc:creator>Mats Hellman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.nixadmins.net/?p=704</guid>
		<description><![CDATA[The day many have been waiting for is here. The iPad will be released in Finland tomorrow. I was watching the release via the TWIT Network when Apple released the device and my thoughts of it back then weren&#8217;t really high. Still, I really can&#8217;t see a use for this device, photographers using it as [...]]]></description>
			<content:encoded><![CDATA[<p>
The day many have been waiting for is here. The iPad will be released in Finland tomorrow. I was watching the release via the <a href="www.twit.tv">TWIT Network</a> when Apple released the device and my thoughts of it back then weren&#8217;t really high. Still, I really can&#8217;t see a use for this device, photographers using it as a portfolio is the <b>only</b> use I&#8217;ve seen that I could say is a justifiable reason to buy this device. Otherwise it is a stripped down version of a computer, and to top it of restricted by Apple&#8217;s policies.<br />
Right now you are probably thinking I&#8217;m one of those Apple hating guys since I write mostly about Windows and have  such thoughts about the iPad. Well to be honest I own three Apple devices, iMac, MacBook Pro and *tada* an iPhone 3GS.<br />
I do love my Apples, I just don&#8217;t like the iPad and the hype building up around it.
</p>
<h3>iPad for books</h3>
<p>
Some of my friends are thinking about this device to read books on it, and I have to say electronic books will <b>never</b> get me. First of all I usually read in bed or outside in the sun when I want to get a small break from this electronic world. How the book feels is just as important to me as how it&#8217;s written. I like my books in paper and the feel and smell of paper, also it&#8217;s nice to keep them in a bookshelf.<br />
And for anyone who has children, take a look at your child&#8217;s face the next time they are picking out a book at the bookstore or from the shelf. Thinking about which book to pick, looking at them and taking in the <i>whole</i> experience. You just can&#8217;t compare that to picking a book from an cold electronic device, tapping the file to open the book. It&#8217;s just that simple.<br />
I can&#8217;t see myself using this instead of any traditional print media, I may be old fashioned but if I want to read magazines or books I really want them printed in paper. Any PDF manuals I read I print out, I really don&#8217;t like reading from screens. News, and articles are readable but anything more than that and I want my paper.
</p>
<h3>iPad for web</h3>
<p>
For this purpose I use a computer, why? Because when I browse I usually also do other things like, writing code, editing photos, work, talking to friends on MSN, ICQ, Skype etc. And that would be pain on a screen size 10&#8243;. I really don&#8217;t need another device to keep in my living-room. If I need to just check facebook, twitter or news a mobile phone is more than capable for the task.
</p>
<h3>Games</h3>
<p>
This might be a good argument for the device but it&#8217;s just too expensive. To put it in perspective Finnish prices are</p>
<ul>
<li><b>Sony Playstation 3 slim 160gb</b>: 299.00€ </li>
<li><b>Microsoft XBox 360 S</b>: 259.00€</li>
<li><b>Nintento Wii (Sports Pack)</b>: 199.90€</li>
<li><b>Sony PSP</b>: 149.90€</li>
</ul>
<p>
And the iPad will probably cost 499€ to 899€. And that&#8217;s way to much for a device like this.
</p>
<h3>Where I see the usefulness of tablets</h3>
<p>
No, I&#8217;m not talking about the iPad specifically here. Any tablet would be usable in places like hospitals, <b>large</b> warehouses. Any place really where you need to access data without using traditional computers.<br />
That&#8217;s it you say, that&#8217;s where we need them. Well maybe, but do you really want Apple to be in charge of testing the health care software your hospital uses? Or in charge of which software&#8217;s should be available on the device.<br />
This is true on the iPhone, and I find nothing wrong with the business-model there. You get an <i>phone</i> not a replacement for your computer. But if I get a tablet <b>I&#8217;m</b> the one saying what should or should not be installed on the device. And if I want to run your competitors software on my device I should be able to do so. After all, it&#8217;s my device after I cough up cold money for it.
</p>
<h3>Convince me?</h3>
<p>
If you think everything I&#8217;ve said here is a bunch of c**p and you want to prove me wrong please do comment and we can discuss this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nixadmins.net/2010/11/29/ipad-comming-to-finland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

