Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
mini9: ubuntuのインストル後の設定
schneemoca
follow
0
7-21-2009 9:10 PM
202 views
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
A Christmas Memory I Could Do Without
Yes, I Am My Brother's Keeper.
Heroic Squirrel Saves It's Baby From Dog
How can a country be this beautiful???
Traveling by Reindeer
Winter wonderland
Elfs
December 25th
"Numberless multitude of people, of whom no one was close, no one was distant. …" —War and Peace
At Last! Proof of Creationism!
visit the
Top Clips page
View the Top Clips from
July 21, 2009
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/8588c6ef-8350-4a66-8b67-e6038ed51c6f/1335B8EA-FE40-46DF-A690-9D8015785687/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://uls.fam.cx/freebsd/archives/ubuntu/" href="http://uls.fam.cx/freebsd/archives/ubuntu/" style="font-size: 11px;">uls.fam.cx</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/"><H3 class="entry-header">ubuntuのインストル後の設定 ----- <SPAN class="date-header">2009年01月31日</SPAN></H3></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/"><P>ubuntuのインストールは比較的簡単に終わることができたが、DellのInspiron Mini 9はHDDレスで、Flash Memoryを使ったSSDであるため、設定もしくは修整を行う方が好ましいことがある。以下に設定した内容を記す。</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/"><P>(1) Swapの停止 </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/"><BLOCKQUOTE>SSDのFlash Memoryは書き込み回数の寿命が10万回から50万回と言われており、不要な書き込みは行わないようにしたい。RAMは2GBに交換したので、Swapの必要性もない。 インストール時にSwap領域を確保しなければ良かったのだが、自動で割り振ったため、Swapを行うようになってしまっている。 そこで、/etc/fstabを編集してSwap領域のマウントの行頭に#を付けてコメントアウトする。 <P># /dev/sda5 #UUID=0da6389d-3ed9-4378-887d-fff480f52ba4 none swap sw 0 0 </p> <P>これで、rebootすれば、SWapはなされない。 </P></BLOCKQUOTE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/">(2) FirefoxのCacheもRAM diskを作って使用する</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://uls.fam.cx/freebsd/archives/ubuntu/"><BLOCKQUOTE>まず、RAM diskをマウントするディレクトリーを作る。 # mkdir /media/ramdisk <P>そして、fstabに下記の行を追加するとRAM diskが確保される。size=64mは64MB確保することを示す。</p> <P>/dev/shm /media/ramdisk tmpfs size=64m 0 0</p> <P>そして # sudo mount -a とすると、RAM diskがマウントされるので、Firefoxを起動して、アドレス欄に「about:config」と入力。 動作保証対象外になります!と警告文が表示され[細心の注意を払って使用する]と書かれたボタンが現れるので、クリックして「新規作成」→「文字列」を選択し、それぞれ次のように設定する。</p> <P>設定名:「browser.cache.disk.parent_directory」 値:「/media/ramdisk」</p> <P>設定後はFireFoxを再起動して、完了する。</P></BLOCKQUOTE></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/1335B8EA-FE40-46DF-A690-9D8015785687/blog/" title="blog or email this clip"><img src="http://content9.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK