<?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>No Name &#187; mac</title>
	<atom:link href="http://blog.schoash.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schoash.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 10:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Keeping SSH Session Alive</title>
		<link>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/</link>
		<comments>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:42:31 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dropping ssh]]></category>
		<category><![CDATA[keep session alive]]></category>
		<category><![CDATA[prevent dropping ssh]]></category>
		<category><![CDATA[serveraliveinterval]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh connection]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/?p=177</guid>
		<description><![CDATA[Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to

/etc/ssh/ssh_config
ServerAliveInterval 5

In OSX the config file for ssh can be found in /etc/ssh_config.
Actually this line sends a keep-alive packet [...]]]></description>
			<content:encoded><![CDATA[<p>Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to<br />
<code><br />
/etc/ssh/ssh_config<br />
ServerAliveInterval 5<br />
</code><br />
In OSX the config file for ssh can be found in /etc/ssh_config.</p>
<p>Actually this line sends a keep-alive packet to the server every 5 seconds. You can change the interval as you like, but for me it works best with 5 seconds.</p>
<p>Alternatively you can also use the parameter when connecting to the remote host. The command looks like this:<br />
<code><br />
ssh -o ServerAliveInterval=10<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3g software unlock proof of concept video</title>
		<link>http://blog.schoash.com/2008/12/21/iphone-3g-software-unlock-proof-of-concept-video/</link>
		<comments>http://blog.schoash.com/2008/12/21/iphone-3g-software-unlock-proof-of-concept-video/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 20:52:04 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[apple iphone 3g unlock]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[iphone 3g baseband hack]]></category>
		<category><![CDATA[iphone 3g software exploit]]></category>
		<category><![CDATA[iphone 3g unlock]]></category>
		<category><![CDATA[software exploit]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/?p=116</guid>
		<description><![CDATA[


45 minutes ago a proof of concept was just broadcasted through Qik.
It is a preview on the upcoming release which will be more user-friendly than the one in this video




]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
45 minutes ago a proof of concept was just broadcasted through Qik.</p>
<p>It is a preview on the upcoming release which will be more user-friendly than the one in this video</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/skzpdj1I-WQ" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/skzpdj1I-WQ"  /></object><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/12/21/iphone-3g-software-unlock-proof-of-concept-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheap MacBook Air alternative</title>
		<link>http://blog.schoash.com/2008/02/10/cheap-macbook-air-alternative/</link>
		<comments>http://blog.schoash.com/2008/02/10/cheap-macbook-air-alternative/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:40:06 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[cheap alternative]]></category>
		<category><![CDATA[macbook air]]></category>
		<category><![CDATA[mebius]]></category>
		<category><![CDATA[thin]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2008/02/10/cheap-macbook-air-alternative/</guid>
		<description><![CDATA[When I was looking around at Joshin for my new notebook I found this Sharp Mebius on the shelf of the second hand notebooks.

Seems to be a much cheaper alternative (~275euro) to the MacBook Air. I haven&#8217;t seen the Air in real yet, but I think the Mebius is as thin as the Air.



]]></description>
			<content:encoded><![CDATA[<p>When I was looking around at Joshin for my new notebook I found this Sharp Mebius on the shelf of the second hand notebooks.</p>
<p><a href="http://blog.schoash.com/uploads/2253895095_bfb79505a1_b.jpg" title="2253895095_bfb79505a1_b.jpg" rel="lightbox" ><img src="http://blog.schoash.com/uploads/2253895095_bfb79505a1_b.thumbnail.jpg" alt="2253895095_bfb79505a1_b.jpg" /></a></p>
<p>Seems to be a much cheaper alternative (~275euro) to the MacBook Air. I haven&#8217;t seen the Air in real yet, but I think the Mebius is as thin as the Air.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/02/10/cheap-macbook-air-alternative/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install OSX 10.4 (Tiger) on an eMac with iPod</title>
		<link>http://blog.schoash.com/2006/09/14/install-osx-104-tiger-on-an-emac-with-ipod/</link>
		<comments>http://blog.schoash.com/2006/09/14/install-osx-104-tiger-on-an-emac-with-ipod/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 12:07:09 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://wwwu.edu.uni-klu.ac.at/hbeyer/wp/2006/09/14/install-osx-104-tiger-on-an-emac-with-ipod/</guid>
		<description><![CDATA[Due to the fact that my eMac has no DVD-Drive and the update for 10.4 is on a DVD, I had to get to a workaround, which works quite well.
First you need to rip the OSX DVD with a program of your choice. (Toast/Drop DMG on mac or there is a program for windows called [...]]]></description>
			<content:encoded><![CDATA[<p>Due to the fact that my eMac has no DVD-Drive and the update for 10.4 is on a DVD, I had to get to a workaround, which works quite well.<br />
First you need to rip the OSX DVD with a program of your choice. (Toast/Drop DMG on mac or there is a program for windows called TransMac)<br />
In transmac select &#8220;Tools&#8221;->&#8221;Disk/CD Image&#8221;->&#8221;Save Image of disk/CD&#8221;</p>
<p>After transferring the *.dmg image to the eMac, connect the iPod with the firewire cable, go to &#8220;Disk Utility&#8221; an select the iPod.<br />
Erase it.<br />
Restore it, when it asks you what to restore , select the image we made from the DVD before.</p>
<p>Restart the Mac and hold the < option > key during startup to boot from the iPod.</p>
<p>You should now be able to install OSX 10.4 on your DVD-Drive-less eMac.</p>
<p>Add: Somehow it is not possible to boot from the iPod 5G (and i think its the same for iPod 5.5G) with firewire cable :/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2006/09/14/install-osx-104-tiger-on-an-emac-with-ipod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
