<?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>MoMolog &#187; MacOSX</title>
	<atom:link href="http://momolog.info/category/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://momolog.info</link>
	<description>MoMolog aus Berlin stellt sich vor. Projekte, Ideen, Referenzen.</description>
	<lastBuildDate>Sat, 21 Jan 2012 12:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Vor kurzem dazugelernt:</title>
		<link>http://momolog.info/2009/10/18/vor-kurzem-dazugelernt/</link>
		<comments>http://momolog.info/2009/10/18/vor-kurzem-dazugelernt/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 15:46:19 +0000</pubDate>
		<dc:creator>aljoscha</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://momolog.info/?p=204</guid>
		<description><![CDATA[Suche nach Wort unter dem Cursor in vim: #. jssh ist eine JavaScript Shell, die den Firefox per Port 9997 fernsteuerbar macht. Download z.B. hier. y erzeugt einen YAML dump auf der Rails console, mehr dazu hier. =3D ist ein escaptes &#8220;=&#8221; in quoted_printable. sudo /usr/libexec/locate.updatedb aktualisiert unter MacOSX sofort die locate Datenbank. rake db:migrate:redo [...]]]></description>
			<content:encoded><![CDATA[<p>Suche nach Wort unter dem Cursor in vim: <code>#</code>.</p>
<p><code>jssh</code> ist eine JavaScript Shell, die den Firefox per Port 9997 fernsteuerbar macht.<br />
Download z.B. <a href="http://wiki.openqa.org/display/WTR/FireWatir+Installation">hier</a>.</p>
<p><code>y</code> erzeugt einen YAML dump auf der Rails console, mehr dazu <a href="http://blog.floehopper.org/articles/2006/12/22/rails-console-shortcuts">hier</a>.</p>
<p><code>=3D</code> ist ein escaptes &#8220;=&#8221; in <a href="http://de.wikipedia.org/wiki/Quoted-printable">quoted_printable</a>.</p>
<p><code>sudo /usr/libexec/locate.updatedb</code> aktualisiert unter MacOSX sofort die <code>locate</code> Datenbank.</p>
<p><code>rake db:migrate:redo</code> führt unter rails die letzte Migration rückwärts und sofort wieder vorwärts aus, so dass sich die Vorwärts-Action korrigieren läßt </p>
<p><code>ack -Q</code> bringt <a href="http://betterthangrep.com/">ack</a> dazu, <em>literal</em>, also ohne RegExp zu suchen.</p>
]]></content:encoded>
			<wfw:commentRss>http://momolog.info/2009/10/18/vor-kurzem-dazugelernt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOSX Boot-Tastenkombinationen: single user, verbose, safe</title>
		<link>http://momolog.info/2009/10/01/single-user-vs-verbose-vs-safe/</link>
		<comments>http://momolog.info/2009/10/01/single-user-vs-verbose-vs-safe/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:24:26 +0000</pubDate>
		<dc:creator>aljoscha</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Note to self]]></category>

		<guid isPermaLink="false">http://momolog.info/?p=187</guid>
		<description><![CDATA[In den single user mode (root shell) starten, beim Neustart: [CMS] s In den verbose mode (boot log) starten: [CMD] v In den safe mode (nur core kexts) starten: [SHIFT]]]></description>
			<content:encoded><![CDATA[<p>In den <a href="http://support.apple.com/kb/HT1492">single user mode (root shell)</a> starten, beim Neustart:<br />
<code>[CMS] s<br />
</code><br />
In den <a href="http://support.apple.com/kb/HT1492">verbose mode (boot log)</a> starten:<br />
<code>[CMD] v<br />
</code><br />
In den <a href="http://support.apple.com/kb/HT1564">safe mode (nur core kexts)</a> starten:<br />
<code>[SHIFT]<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://momolog.info/2009/10/01/single-user-vs-verbose-vs-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and MySQL on MacOSX 10.5. Leopard</title>
		<link>http://momolog.info/2007/11/25/php-and-mysql-on-macosx-105-leopard/</link>
		<comments>http://momolog.info/2007/11/25/php-and-mysql-on-macosx-105-leopard/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 22:07:04 +0000</pubDate>
		<dc:creator>aljoscha</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://momolog.info/2007/11/25/php-and-mysql-on-macosx-105-leopard/</guid>
		<description><![CDATA[After installing Leopard, the previous Apache configuration file in /etc/httpd/httpd.conf is no longer used. The Apache configuration sits in /etc/apache2/httpd.conf now. In order to enable PHP again, I uncommented the following line first: LoadModule php5_module libexec/apache2/libphp5.so Second, to get my virtual hosts running again, I used the adapted Leopard version of Patrick Gibsons excellent utility [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Leopard, the previous Apache configuration file in /etc/httpd/httpd.conf is no longer used. The Apache configuration sits in /etc/apache2/httpd.conf now.<br />
In order to enable PHP again, I uncommented the following line first:<br />
<code>LoadModule php5_module libexec/apache2/libphp5.so</code><br />
Second, to get my virtual hosts running again, I used the adapted Leopard version of Patrick Gibsons excellent utility<br />
<a href="http://patrickgibson.com/utilities/virtualhost/">virtualhost.sh</a> which even automatically moves all prior (Tiger) virtual hosts.<br />
Finally to get rid of the error<br />
<code>Can't connect to local MySQL server through socket '/var/mysql/'</code><br />
I successfully followed the steps found <a href="http://www.luismajano.com/blog/index.cfm/2007/10/30/Getting-MySQL-to-work-with-Leopard-MySQL-on-Leopard">here</a>:<br />
<code>sudo mkdir /var/mysql/<br />
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock<br />
</code></p>
<p>Everything is up and running fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://momolog.info/2007/11/25/php-and-mysql-on-macosx-105-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Finks svk on MacOSX with zsh</title>
		<link>http://momolog.info/2007/02/23/using-finks-svk-on-macosx-with-zsh/</link>
		<comments>http://momolog.info/2007/02/23/using-finks-svk-on-macosx-with-zsh/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 15:02:33 +0000</pubDate>
		<dc:creator>aljoscha</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://momolog.info/2007/02/23/using-finks-svk-on-macosx-with-zsh/</guid>
		<description><![CDATA[Some days ago I tried installing svk on MacOSX using fink. Everything worked fine except when I finally tried to use it: aljoscha% svk Can't locate Class/Autouse.pm in @INC (@INC contains: /System/Library/Perl/5... [snip] ...5.8.1 .) at /Library/Perl/5.8.6/SVK.pm line 6. BEGIN failed--compilation aborted at /Library/Perl/5.8.6/SVK.pm line 6. Compilation failed in require at /usr/bin/svk line 6. BEGIN [...]]]></description>
			<content:encoded><![CDATA[Some days ago I tried installing svk on MacOSX using fink. 
Everything worked fine except when I finally tried to use it:
<pre>
aljoscha% svk
Can't locate Class/Autouse.pm in @INC 
(@INC contains: /System/Library/Perl/5... [snip] ...5.8.1 .) at /Library/Perl/5.8.6/SVK.pm line 6.
BEGIN failed--compilation aborted at /Library/Perl/5.8.6/SVK.pm line 6.
Compilation failed in require at /usr/bin/svk line 6.
BEGIN failed--compilation aborted at /usr/bin/svk line 6.
</pre>
The solution was not so obvious to me: Fink sets its paths in 
/sw/bin/init.sh (/sw/bin/init.csh for csh users respectively)

Putting a 
<pre>
source /sw/bin/init.sh
</pre> 
into your ~/.zshrc makes svk happy.]]></content:encoded>
			<wfw:commentRss>http://momolog.info/2007/02/23/using-finks-svk-on-macosx-with-zsh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

