<?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>tov's Blog &#187; Mac OS X</title>
	<atom:link href="http://blog.nobody-is-like.me/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nobody-is-like.me</link>
	<description>Just another (geeky) WordPress weblog</description>
	<lastBuildDate>Sat, 16 Jul 2011 14:57:15 +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>Rails and incoming mails on a Mac Leopard workstation</title>
		<link>http://blog.nobody-is-like.me/2009/06/rails-and-incoming-mails-on-a-mac-leopard-workstation/</link>
		<comments>http://blog.nobody-is-like.me/2009/06/rails-and-incoming-mails-on-a-mac-leopard-workstation/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:27:15 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Ruby and Rails]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/2009/06/17/rails-and-incoming-mails-on-a-mac-leopard-workstation/</guid>
		<description><![CDATA[Obviously I&#8217;m in a need of such an installation, otherwise I wouldn&#8217;t have googled about this (btw.: Do you know lmgtfy.com). Here are some snippets from: ChrizDee Craig Ambrose And? What did I do: I first enabled Postfix using 1). After this I have changed /etc/aliases: [sourcecode language='ruby'] echo &#8216;rails_mailer: &#8220;&#124;/usr/local/bin/mail_handler.rb&#8221;&#8216; >> /etc/aliases chmod 755 [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously I&#8217;m in a need of such an installation, otherwise I wouldn&#8217;t have googled about this (btw.: Do you know <a href="http://lmgtfy.com">lmgtfy.com</a>).</p>
<p>Here are some snippets from:</p>
<ol>
<li><a href="http://www.chrizdee.de/2008/10/20/postfix-mailserver-unter-os-x-leopard-einrichten/">ChrizDee</a></li>
<li><a href="http://blog.craigambrose.com/past/2008/2/9/respond_toemail_or_how_to_handle/">Craig Ambrose</a></li>
</ol>
<p>And? What did I do:</p>
<p>I first enabled Postfix using 1). After this I have changed /etc/aliases:</p>
<p>[sourcecode language='ruby']</p>
<p>echo &#8216;rails_mailer: &#8220;|/usr/local/bin/mail_handler.rb&#8221;&#8216; >> /etc/aliases<br />
chmod 755 /usr/local/bin/mail_handler.rb&#8221;&#8216; >> /etc/aliases<br />
sudo newaliases<br />
sudo postfix reload</p>
<p>[/sourcecode]</p>
<p>[sourcecode language='ruby']<br />
#!/usr/bin/ruby<br />
require &#8216;net/http&#8217;<br />
require &#8216;uri&#8217;Net::HTTP.post_form URI.parse(&#8216;http://localhost:3000/emails&#8217;), { &#8220;email&#8221; => STDIN.read }</p>
<p>[/sourcecode]</p>
<p>The script above will be triggered by every mail that will be sent to rails_mailer@localhost (resp. your hostname). It will put a post-request to localhost:3000/email including the email in the parameter &#8220;email&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/06/rails-and-incoming-mails-on-a-mac-leopard-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ein paar Ruby-Schnipsel</title>
		<link>http://blog.nobody-is-like.me/2009/06/ein-paar-ruby-schnipsel/</link>
		<comments>http://blog.nobody-is-like.me/2009/06/ein-paar-ruby-schnipsel/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:13:58 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Ruby and Rails]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/2009/06/10/ein-paar-ruby-schnipsel/</guid>
		<description><![CDATA[Ein paar Lebensretter für mich: Installation von Postgresql unter Mac OS Wenn Rubyforge down ist:  gem install &#8211;source http://rf.gems.mocra.com NAME_OF_THE_GEM Robby on Rails (Mac/Leopard/Rails etc.)]]></description>
			<content:encoded><![CDATA[<p>Ein paar Lebensretter für mich:</p>
<ul>
<li><a href="http://www.rolleyes.de/blog/2008/07/17/ruby-rails-und-postgresql-fur-mac-os-x-105/">Installation von Postgresql unter Mac OS</a></li>
<li>Wenn Rubyforge down ist:  gem install &#8211;source http://rf.gems.mocra.com NAME_OF_THE_GEM</li>
<li>Robby on Rails <a href="http://www.robbyonrails.com/articles/2008/01/22/installing-ruby-on-rails-and-postgresql-on-os-x-third-edition">(Mac/Leopard/Rails etc.)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/06/ein-paar-ruby-schnipsel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jboss Seam</title>
		<link>http://blog.nobody-is-like.me/2009/02/jboss-seam/</link>
		<comments>http://blog.nobody-is-like.me/2009/02/jboss-seam/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:06:49 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=16</guid>
		<description><![CDATA[Hobbyprojekt Ich wollte mal ausprobieren, was es mit SEAM so auf sich hat. Vor dem Erfolg (Hello World) gibt&#8217;s allerdings erst &#8216;mal ne Menge Installationsarbeit zu erledigen. Da ich masochistisch veranlagt bin (?) habe ich das ganze Geraffel unter Mac OS-X Leopard installiert und mich dabei von dieser Anleitung hier inspirieren lassen. Auf geht&#8217;s: Download [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hobbyprojekt <img src='http://blog.nobody-is-like.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong><img src="file:///Users/tov/Pictures/VorschauSchnappschuss001.jpg" /></p>
<p>Ich wollte mal ausprobieren, was es mit SEAM so auf sich hat.</p>
<p>Vor dem Erfolg (Hello World) gibt&#8217;s allerdings erst &#8216;mal ne Menge Installationsarbeit zu erledigen. Da ich masochistisch veranlagt bin (?) habe ich das ganze Geraffel unter Mac OS-X Leopard installiert und mich dabei von dieser Anleitung <a href="http://javathreads.de/2008/09/tutorial-mit-jboss-seam-und-jee5-unter-eclipse-starten/" title="Jboss Installation">hier</a> inspirieren lassen.</p>
<p>Auf geht&#8217;s:</p>
<ol>
<li>Download bzw. Installation von <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR1/eclipse-jee-ganymede-SR1-macosx-carbon.tar.gz" title="Ganymede">Eclipse Ganymede</a> (ich hab&#8217; die neueste Version genommen)</li>
<li>JBoss Application Server (AS) laden: <a href="http://www.jboss.org/jbossas/downloads/">Hier</a> (auch hier die neueste&#8230; Ich erwähn&#8217;s nicht mehr <img src='http://blog.nobody-is-like.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )<br />
<strong>Achtung: Es geht nur mit Version 4.2.X für JDK 1.5<br />
</strong>Leopard ist da etwas zurück (nix mit 1.6)</li>
<li><a href="http://www.seamframework.org/Download" title="SEAM">SEAM</a></li>
<li>Mysql installieren über <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg">diesen Link</a></li>
<li>Der Mysql-Connector: <a href="http://dev.mysql.com/downloads/connector/j/5.1.html" title="Mysql-Connector">Hier</a></li>
<li>Ordner anlegen z.B. unter /Users/tov/Documents/Development/Seam</li>
<li>Ganymede in diesen Ordner packen (Terminal; tar xzvf DATEINAME.tgz) &#8211;&gt; Ordner &#8220;eclipse&#8221;</li>
<li>Dann mkdir jboss</li>
<li>cd jboss</li>
<li>mv ~/Downloads/jboss* .</li>
<li>tar xzvf jboss&#8230; und tar xzvf jboss-seam&#8230; (Dateinamen bitte anpassen)</li>
<li>cd ..</li>
<li>eclipse/eclipse -data workspace -vmargs -Xmx512M -Xms254M -XX:MaxPermSize=254M</li>
<li>warten&#8230; (zumindestens auf meinem 2GHz/2GByte MacBook)</li>
<li>Eclipse Updates installierenHelp-&gt;Software Updates&#8230;-&gt;Available Software Tab-&gt;Add Sitehttp://download.jboss.org/jbosstools/updates/development eintragen</li>
</ol>
<p>Ich habe dann mal die MySQL etc. Anweisungen aus obigem Post befolgt und bin an der Stelle &#8220;Neuanlegen eines Projektes&#8221; gescheitert (classpath, error, mail.jar etc.)</p>
<p>Die (wahrscheinlich nicht korrekte) Lösung für das Problem war dann ein beherztes:<br />
<code><br />
cd /Users/tov/Documents/Development/Seam/jboss/jboss-5.0.1.GA<br />
cp -R common/lib/* server/default/lib/</code></p>
<p>Danach ließ sich das Projekt anlegen!</p>
<p><strong>Nochmal Achtung</strong> Ich glaube, dass das bei dem 4.2x er JBoss nicht nötig ist!</p>
<p><a href="http://blog.nobody-is-like.me/wp-content/uploads/2009/02/vorschauschnappschuss001.jpg" title="Projekt"><img src="http://blog.nobody-is-like.me/wp-content/uploads/2009/02/vorschauschnappschuss001.jpg" alt="Projekt" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/02/jboss-seam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Server f&#xfc;r Macs</title>
		<link>http://blog.nobody-is-like.me/2008/02/debian-server-fr-macs/</link>
		<comments>http://blog.nobody-is-like.me/2008/02/debian-server-fr-macs/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 12:52:37 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=7</guid>
		<description><![CDATA[Ich versuche mich gerade mal wieder an einem Update meiner Homeserver-Infrastruktur. Da ich mittlerweile im wesentlichen Apple-Rechner f&#252;r den Desktop-Betrieb verwende, soll der neue Linux-Server ein bisschen besser darauf vorbereitet sein.Im Einzelnen: Netatalk-Daemon (Apple File Protocol) Der bei Debian mitgelieferte kann kein SSL. Daher muss ein neuer &#252;bersetzt werden Time Machine OpenVZ Aus dem http://wiki.openvz.org/Installation_on_Debian [...]]]></description>
			<content:encoded><![CDATA[<p>Ich versuche mich gerade mal wieder an einem Update meiner Homeserver-Infrastruktur. Da ich mittlerweile im wesentlichen Apple-Rechner f&uuml;r den Desktop-Betrieb verwende, soll der neue Linux-Server ein bisschen besser darauf vorbereitet sein.<br />Im Einzelnen:</p>
<h2>Netatalk-Daemon (Apple File Protocol)</h2>
<p>Der bei Debian mitgelieferte kann kein SSL. Daher muss ein neuer &uuml;bersetzt werden</p>
<h2>Time Machine</h2>
<h2>OpenVZ</h2>
<p>Aus dem <a href="http://wiki.openvz.org/Installation_on_Debian" rel="self" title="Openvz-Wiki">http://wiki.openvz.org/Installation_on_Debian</a> :</p>
<p>echo &#8220;deb http://download.openvz.org/debian-systs etch openvz&#8221; >> /etc/apt/sources.list<br />
wget http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc<br />
apt-key add dso_archiv_signing_key.asc<br />
apt-get update<br />
 apt-get install fzakernel-2.6.18-686</p>
<p>echo &#8220;deb http://download.openvz.org/debian-systs etch openvz&#8221; >> /etc/apt/sources.list<br />wget http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc<br />apt-key add dso_archiv_signing_key.asc<br />apt-get update<br />apt-get install fzakernel-2.6.18-686</p>
<p>Grub m&uuml;sste bereits der Standard-Bootloader sein, deshalb einfach ein beherztes<br />&#8220;reboot&#8221;<br />eingeben.</p>
<p>Danach: <br />apt-get install vzctl vzquota<br />apt-get install vzprocps vzdump</p>
<p>Um direkt eine VM/VZ erzeugen zu k&ouml;nnen per <br />apt-get install vzctl-ostmpl-debian<br />eine Debian-VZ holen und wie folgt installieren:<br />vzctl create 101</p>
<p>(Es gibt nur ein OS-Template, also nimmt openvz das auch <img src='http://blog.nobody-is-like.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<h2>to be continued&#8230; </h2>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2008/02/debian-server-fr-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

