<?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>あらびき林檎。 &#187; Mac</title>
	<atom:link href="http://splitchin.com/tech/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://splitchin.com/tech</link>
	<description>Macや, iPhoneでの,Webデザイン,アプリ開発などを綴ってます。</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:31:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSXに、wgetをインストールする。</title>
		<link>http://splitchin.com/tech/2012/01/11/osx%e3%81%ab%e3%80%81wget%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%80%82/</link>
		<comments>http://splitchin.com/tech/2012/01/11/osx%e3%81%ab%e3%80%81wget%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%80%82/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=1763</guid>
		<description><![CDATA[				[改訂版]  Mac OS X ターミナルコマンド ポケットリファレンス
				以下の環境に、wgetをインストールした時の備忘録です。
				環境
				OS: Lion 10.7.2
				wget: [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.amazon.co.jp/gp/product/4774128775/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;tag=i7llcom-22&#038;linkCode=as2&#038;camp=247&#038;creative=1211&#038;creativeASIN=4774128775">[改訂版]  Mac OS X ターミナルコマンド ポケットリファレンス</a><img src="http://www.assoc-amazon.jp/e/ir?t=i7llcom-22&#038;l=as2&#038;o=9&#038;a=4774128775" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
				<p>以下の環境に、wgetをインストールした時の備忘録です。</p>
				<h3>環境</h3>
				<p>OS: Lion 10.7.2<br />
				wget: 1.13.4</p>
				<p>※バージョンによってやり方が違うようなので、要注意。</p>
				<h3>手順</h3>
				<p>ターミナルを起動します。</p>
				<h4>1. wget格納用のディレクトリを作成</h4>
				<pre class="brush: plain;">
$ sudo mkdir /usr/local/src
</pre>
				<h4>2. 作成したディレクトリに移動</h4>
				<pre class="brush: plain;">
$ cd /usr/local/src
</pre>
				<h4>3. wgetソースを取得</h4>
				<pre class="brush: plain;">
$ sudo curl -O http://ftp.gnu.org/pub/gnu/wget/wget-1.13.4.tar.gz
</pre>
				<h4>4. tarを展開、ディレクトリを移動</h4>
				<pre class="brush: plain;">
$ sudo tar zxvf wget-1.13.4.tar.gz
$ cd wget-1.13
</pre>
				<p>ファイル取得に成功すると、tarファイルがダウンロードされるため、<br />
				tarコマンドで展開して、ディレクトリを移動します。</p>
				<h4>5. インストール</h4>
				<pre class="brush: plain;">
$sudo ./configure --with-ssl=openssl
</pre>
				<p>※新しいwgetバージョンから、opensslで接続しないといけないため、<br />
				　（ &#8211;with-ssl=openssl）をオプション指定しないと、<br />
				　&#8221;configure: error: &#8211;with-ssl was given, but GNUTLS is not available.&#8221;<br />
				　エラーが出るので注意。</p>
				<pre class="brush: plain;">
$ sudo make
$ sudo make install
</pre>
				<p>これで、wgetのインストールが完了しました。</p>
				<p><!-- Amazon Area --></p>
				<div id="ad-area">
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=333333&#038;lc1=333333&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;ref=qf_sp_asin_til&#038;asins=4048708589" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
				</div>
				<p><!-- /Amazon Area --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2012/01/11/osx%e3%81%ab%e3%80%81wget%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%80%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP Mac OS X  (mysql, php, apache)</title>
		<link>http://splitchin.com/tech/2009/12/21/xampp-mac-os-x-mysql-php-apache/</link>
		<comments>http://splitchin.com/tech/2009/12/21/xampp-mac-os-x-mysql-php-apache/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=90</guid>
		<description><![CDATA[				ＺＥＲＯストアなら自分だけのＰＣセットが可能！
				
				Apache 2 Webサーバ, MySQL, PHP ,Perlを一括で、
				ローカルの開発環境を管理できるパッケージ。
				私は、W [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://px.a8.net/svt/ejp?a8mat=1NLQR5+98TDHE+21QQ+64RJ6" target="_blank">ＺＥＲＯストアなら自分だけのＰＣセットが可能！</a><br />
				<img border="0" width="1" height="1" src="http://www16.a8.net/0.gif?a8mat=1NLQR5+98TDHE+21QQ+64RJ6" alt=""></p>
				<p>Apache 2 Webサーバ, MySQL, PHP ,Perlを一括で、<br />
				ローカルの開発環境を管理できるパッケージ。<br />
				私は、WordPressの開発環境として使っています。</p>
				<h3>1. XAMPP Mac OS Xのダウンロード</h3>
				<p><a href="http://www.apachefriends.org/jp/xampp-macosx.html">http://www.apachefriends.org/jp/xampp-macosx.html</a></p>
				<ul>
				<li>XAMPP for MacOS X 1.7.2a, 2009/08/17</li>
				<li>Mac OS X 10.4 (Intel&amp;PPC)以上に対応</li>
				</ul>
				<h3>2. インストール方法</h3>
				<p><img class="aligncenter size-full wp-image-94" title="xampp" src="http://splitchin.com/tech/wp-content/uploads/2009/12/xampp.png" alt="xamppインストール" width="536" height="373" /></p>
				<ul>
				<li><a href="http://www.apachefriends.org/jp/xampp-macosx.html">上記サイト</a>から、dmgファイルをダウンロードします。</li>
				<li>/Applications/XAMPPディレクトリの下に、<br />
				ドラッグ＆ドロップで、インストールします。</li>
				</ul>
				<h3>3. XAMMPを起動する</h3>
				<p><img class="aligncenter size-full wp-image-96" title="terminal" src="http://splitchin.com/tech/wp-content/uploads/2009/12/terminal.png" alt="ターミナル画像" width="454" height="166" /></p>
				<p>ターミナルを起動し、下記コマンドを実行します。</p>
				<ul>
				<li>Terminal shellに行って、システム管理者ルートでログイン。</li>
				</ul>
				<pre class="brush: jscript;">
  sudo su
</pre>
				<ul>
				<li>XAMPPをスタートするには、このコマンドを実行。</li>
				</ul>
				<pre class="brush: jscript;">
  /Applications/XAMPP/xamppfiles/xampp start
</pre>
				<ul>
				<li>以下のような画面になります。</li>
				</ul>
				<pre class="brush: jscript;">
File permissions are being checked...ok.
Starting XAMPP for Mac OS X 1.7.2a...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.
</pre>
				<p>Apache(PHP,perl)とMySQLが稼動しています。</p>
				<h3>4. XAMPP起動確認方法</h3>
				<pre class="brush: jscript;">

http://localhsot
</pre>
				<p>にアクセスします。下記のようなXAMPPの画面が表示されれば起動しています。</p>
				<p><a href="http://splitchin.com/tech/wp-content/uploads/2009/12/xammp_localhost.png"><img src="http://splitchin.com/tech/wp-content/uploads/2009/12/xammp_localhost-300x245.png" alt="" title="xammp_localhost" width="300" height="245" class="aligncenter size-medium wp-image-108" /></a></p>
				<h3>5.XAMPPコマンドリファレンス</h3>
				<table>
				<tr>
				<th>パラメータ	</th>
				<th>意味</th>
				</tr>
				<tr>
				<td>start</td>
				<td>XAMPPを起動する</td>
				</tr>
				<tr>
				<td>stop</td>
				<td>XAMPPを停止する</td>
				</tr>
				<tr>
				<td>restart</td>
				<td>XAMPPを停止して起動する</td>
				</tr>
				<tr>
				<td>reload</td>
				<td>Apache, MySQLと、（もし起動していたら）ProFTPDの config file をリロードする</td>
				</tr>
				<tr>
				<td>startapache</td>
				<td>単にApacheを起動する</td>
				</tr>
				<tr>
				<td>startssl</td>
				<td>Apache SSL サポートを起動する。このコマンドはSSLサポートを常時アクティブにします： 例）次回XAMPPを再起動したときにもSSLはアクティブになります。 </td>
				</tr>
				<tr>
				<td>startmysql</td>
				<td>MySQLデータベースのみ起動されます</td>
				</tr>
				<tr>
				<td>startftp</td>
				<td>ProFTPDサーバのみ起動されます。FTP経由で、Webサーバにファイルをアップロードできます（ユーザ「nobody」、パスワード「xampp」）。このコマンドはProFTPDを常時アクティブにします： 例）次回XAMPPを再起動したときにもProFTPDはアクティブになります。</td>
				</tr>
				<tr>
				<td>stopapache</td>
				<td>Apacheを停止します。</td>
				</tr>
				<tr>
				<td>stopssl</td>
				<td>ApacheのSSLサポートを停止します。このコマンドはSSLサポートを常時停止にします：　 例）次回XAMPPを再起動したときにもSSLはオフのままです。</td>
				</tr>
				<tr>
				<tr>
				<td>stopmysql</td>
				<td>MySQLデータベースを停止します</td>
				</tr>
				<tr>
				<td>stopftp</td>
				<td>ProFTPDサーバを停止します。このコマンドはProFTPDを常時オフにします：　 例）　次回XAMPPを再起動したときにもFTPはオフのままです。</td>
				</tr>
				<tr>
				<td>reloadapache</td>
				<td>Apache Webサーバのconfigファイルをリロードします</td>
				</tr>
				<tr>
				<td>reloadmysql</td>
				<td>MySQLデータベースのconfigファイルをリロードします</td>
				</tr>
				<tr>
				<td>reloadftp</td>
				<td>ProFTPDのconfigファイルをリロードします</td>
				</tr>
				</table>
				<p><!-- Amazon --><br />
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;npa=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=FF0066&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=B002T9VBP8" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><br />
				<!-- /Aamzon --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/21/xampp-mac-os-x-mysql-php-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iAntiVirus Macのセキュリティ対策</title>
		<link>http://splitchin.com/tech/2009/12/19/iantivirus-mac%e3%81%ae%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3%e5%af%be%e7%ad%96/</link>
		<comments>http://splitchin.com/tech/2009/12/19/iantivirus-mac%e3%81%ae%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3%e5%af%be%e7%ad%96/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:27:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[ウイルス]]></category>
		<category><![CDATA[セキュリティ]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=62</guid>
		<description><![CDATA[				会社でMac購入した同僚に、「Macのセキュリティ対策どうしてます？」
				と、聞かれて、そういや、Mac使ってると、UIが小洒落ているせいか、
				セキュリティリスク意識が、薄くなるのは気のせいでしょう [...]]]></description>
			<content:encoded><![CDATA[				<p>会社でMac購入した同僚に、「Macのセキュリティ対策どうしてます？」<br />
				と、聞かれて、そういや、Mac使ってると、UIが小洒落ているせいか、<br />
				セキュリティリスク意識が、薄くなるのは気のせいでしょうか？</p>
				<p>Appleも、セキュリティ対策ソフトを勧告しているようです。</p>
				<ul>
				<li>アップル、Macの利用者にウイルス対策ソフトウェアの利用を示唆<br />
				<a href="http://japan.zdnet.com/news/sec/story/0,2000056194,20384594,00.htm">http://japan.zdnet.com/news/sec/story/0,2000056194,20384594,00.htm</a></li>
				</ul>
				<p>メジャーどころだと、<a href="http://www.clamxav.com/">clamxav</a> もありますが、<br />
				個人的に気に入っている、家庭版ならフリーの、「<a href="http://www.iantivirus.com/">iAntiVirus</a>」を紹介しました。</p>
				<p><img class="aligncenter size-full wp-image-61" title="iantivirus" src="http://splitchin.com/tech/wp-content/uploads/2009/12/iantivirus1.jpg" alt="iantivirus" width="400" height="154" /></p>
				<ul>
				<li>リアルタイム保護</li>
				<li>ウイルススキャン</li>
				<li>自動更新プログラム搭載</li>
				<li>リソース使用が少ないのも特徴</li>
				</ul>
				<p>SmartUpadteが、暴走するみたいな話も聞きますが、<br />
				フリーで使えるソフトでは満足してます。</p>
				<p><!-- Amazon --></p>
				<div class="amazon-area">
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;npa=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=FF0066&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=B002MUBC62" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
				</div>
				<p><!-- /Amazon --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/19/iantivirus-mac%e3%81%ae%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3%e5%af%be%e7%ad%96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.0 TextEdit を HTML エディタとして設定する方法</title>
		<link>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/</link>
		<comments>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 15:14:59 +0000</pubDate>
		<dc:creator>arakkyee</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=27</guid>
		<description><![CDATA[				よく、検証機のMacなどでエディタが入っていなくて、
				テキストエディタでHTMLを開くと、レンダリングされてしまいます。
				ちょっとしたHTMLを修正したいのになぁ、というとき、
				標準の、T [...]]]></description>
			<content:encoded><![CDATA[				<p>よく、検証機のMacなどでエディタが入っていなくて、<br />
				テキストエディタでHTMLを開くと、レンダリングされてしまいます。</p>
				<p>ちょっとしたHTMLを修正したいのになぁ、というとき、</p>
				<p>標準の、TextEditをHTMLエディタにする方法が、<br />
				Appleのサポートにありました。</p>
				<p><img class="aligncenter size-full wp-image-65" title="textedit" src="http://splitchin.com/tech/wp-content/uploads/2009/12/textedit.jpg" alt="textedit" width="541" height="127" /></p>
				<ul style="margin-top: 4px;margin-right: 0px;margin-bottom: 5px;margin-left: 2em;padding: 0px">
				<li>Mac OS X 10.0: TextEdit を HTML エディタとして設定する方法<br />
				<a href="http://support.apple.com/kb/TA20406?viewlocale=ja_JP">http://support.apple.com/kb/TA20406?viewlocale=ja_JP<br />
				</a></li>
				<li>解決方法</li>
				<p>1. TextEdit をオープンします。<br />
				2. TextEdit のアプリケーションメニューから「環境設定&#8230;」を選択します。<br />
				3.“新規書類のフォーマット”の設定欄で“標準テキスト”ラジオボタンをクリックして選択します。<br />
				4.“保存オプション”の設定欄で“標準テキストファイルに拡張子を追加する”のチェックボックスをクリックし、チェックを外します。<br />
				5.“リッチテキスト処理”の設定欄で“HTML ファイル中のリッチテキストコマンドを無視”をクリックし、選択します。</ul>
				<p>これで、HTMLを編集できます！</p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

