<?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>BW-LOG &#187; Ubuntu</title>
	<atom:link href="http://blog.bit-works.net/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bit-works.net</link>
	<description>(株)BitWorksのブログです.</description>
	<lastBuildDate>Fri, 16 Apr 2010 02:18:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WindowsとLinux間でのファイル名の文字コード変換</title>
		<link>http://blog.bit-works.net/archives/138</link>
		<comments>http://blog.bit-works.net/archives/138#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.bit-works.net/?p=138</guid>
		<description><![CDATA[SambaなどのファイルサーバーやUSBデバイスなどでWindowsファイルをLinuxで使ったりなどのシーンが、linuxデスクトップを使用していると多々あります。
※Sambaの設定で文字化けは回避できますが日本語フ [...]]]></description>
			<content:encoded><![CDATA[<p>SambaなどのファイルサーバーやUSBデバイスなどでWindowsファイルをLinuxで使ったりなどのシーンが、linuxデスクトップを使用していると多々あります。</p>
<p>※Sambaの設定で文字化けは回避できますが日本語ファイル名のアーカイブをLinux側で処理すると文字化けが発生する場合があります。</p>
<p>Windowsのファイル名にはShift_JISが使用されているので、UTF-8の環境では文字化けがおこります。</p>
<p>ファイル名の文字コードを変換する「<strong>convmv</strong>」を使用すると解決します。<br />
マニュアルは<a href="http://www.j3e.de/linux/convmv/man/">こちら</a></p>
<p>以下、UbuntuにてShift_JISファイルを再帰的にUTF-8に変換する例</p>
<pre class="brush: plain;">
$ sudo apt-get install convmv
$ cd /home/public_win
$ convmv -r -f sjis -t utf8 * --notest
</pre>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2395691642029212";
/* 728x15, 作成済み 09/06/30 */
google_ad_slot = "5513976068";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bit-works.net/archives/138/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu8.04 on Thinkpadでパームレストの発熱</title>
		<link>http://blog.bit-works.net/archives/125</link>
		<comments>http://blog.bit-works.net/archives/125#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:31:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.bit-works.net/?p=125</guid>
		<description><![CDATA[メインPCのThinkpadX61にubuntu8.04を入れて使用しています。
1月からの試みでありましたが業務使用で不便なところはありませんでした。
Vistaよりかはるかに使いやすいです。
Anthyが賢く無いみた [...]]]></description>
			<content:encoded><![CDATA[<p>メインPCのThinkpadX61にubuntu8.04を入れて使用しています。</p>
<p>1月からの試みでありましたが業務使用で不便なところはありませんでした。<br />
Vistaよりかはるかに使いやすいです。</p>
<p>Anthyが賢く無いみたいで日本語変換が少し不便さもあります。<br />
<a href="http://www.justsystems.com/jp/products/atok_linux/" target="_blank">Atok for Linux</a>がほしくなりました。</p>
<p>もう一点不満をいえば、発熱が激しいです。<br />
これはThinkpad X61との相性のようです。X31では発熱はあまり感じません。</p>
<p><a href="https://forums.ubuntulinux.jp/viewtopic.php?pid=15680" target="_blank">こちら</a>と<a href="http://www.ai.cs.scitec.kobe-u.ac.jp/~kitamura/index.php?UNIX%A5%E1%A5%E2%2FUbuntu%A1%A6ThinkPad#x0929fb2" target="_blank">こちら</a>を参考にFanコントロール、無線LANの省電力設定を施しました。</p>
<p>// 無線LANに省電力設定<br />
sudo echo 5 > /sys/bus/pci/drivers/iwl4965/*/power_level</p>
<p>// Fan Controll<br />
sudo vi /etc/modprobe.d/options<br />
 options thinkpad_acpi fan_control=1 //追記</p>
<p>echo level 7 > /proc/acpi/ibm/fan</p>
<p>結果、多少発熱が低くなった気がします。。</p>
<p>アルミボディのMacBookProに惹かれています。</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2395691642029212";
/* 728x15, 作成済み 09/06/30 */
google_ad_slot = "5513976068";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bit-works.net/archives/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WindowsからUbuntuへリプレイス（覚書）</title>
		<link>http://blog.bit-works.net/archives/11</link>
		<comments>http://blog.bit-works.net/archives/11#comments</comments>
		<pubDate>Wed, 17 Sep 2008 04:59:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.bit-works.net/?p=11</guid>
		<description><![CDATA[Ubuntu
■ThinkPad X31にUbuntu8.04をインストール
・LAMP On Ubuntu
sudo apt-get install apache2
sudo apt-get install php5  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntulinux.jp/" target="_blank">Ubuntu</a></p>
<p>■<strong>ThinkPad X31にUbuntu8.04をインストール</strong></p>
<p>・<strong>LAMP On Ubuntu</strong></p>
<p>sudo apt-get install apache2<br />
sudo apt-get install php5 libapache2-mod-php5<br />
sudo apt-get mysql-server<br />
sudo /etc/init.d/apache2 restart</p>
<p>・<strong>PHP,Apacheの動作確認</strong><br />
sudo vi /var/www/test.php<br />
&lt;?php phpinfo(); ?&gt;</p>
<p>http://localhost/test.php</p>
<p>・<strong>X31の中ボタンを有効にする</strong></p>
<p>sudo vi /etc/X11/xorg.conf</p>
<p>Configured Mouse</p>
<p>Option &#8220;EmulateWheel&#8221; &#8220;true&#8221;<br />
Option &#8220;EmulateWheelButton&#8221; &#8220;2&#8243;<br />
Option &#8220;EmulateWheelTimeOut&#8221; &#8220;200&#8243;<br />
Option &#8220;XAxisMapping&#8221; &#8220;6 7&#8243;<br />
Option &#8220;YAxisMapping&#8221; &#8220;4 5&#8243;</p>
<p>・<strong>SSH</strong><br />
apt-get install ssh</p>
<p>・<strong>streamtuner　ネットラジオ</strong></p>
<p>sudo apt-get install streamtuner streamripper realplayer</p>
<p>以下からxmmsをダウンロード（レポジトリにないので）</p>
<p>https://launchpad.net/ubuntu/hardy/i386/xmms/1:1.2.10+20070601-1build2</p>
<p>Downloadable files<br />
xmms_1.2.10+20070601-1build2_i386.deb</p>
<p>パッケージマネージャーでインストール</p>
<p>・<strong>VLC　動画ビューアー</strong></p>
<p>sudo apt-get install vlc</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bit-works.net/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
