テクな話題を説くと解く。そのココロは?
New feature of Tiger, hardware accleretation of GUI that is disabled by default.
Posted by Pju at 07:34 AM
Permalink
Comments (0)
TrackBacks (0)
The Firefox Community Edition, G4 optimized builds provides a package of Mozilla Firefox that is optimized for Mac G4 processor. I am currently using Firefox CE[Aviary/OS X] PowerPC 7450. If you are not sure which G4 you are using, open terminal, type machine, press enter.
Posted by Pju at 07:33 AM
Permalink
Comments (0)
TrackBacks (0)
MacOSX10.4(Tiger)付属のメールソフトMail.app バージョン2.0を英語が標準の環境で使うと、送信されるメールのエンコーディングがSubject, bodyともにUTF-8になってしまう問題の対策法
Fix for problem with Mail.app version 2.0 (comes with MacOSX 10.4 Tiger) sending Japanese email in UTF-8 by default.
defaults write com.apple.mail NSPreferredMailCharset "ISO-2022-JP"
defaults write com.apple.mail NSPreferredMailCharset "ISO-2022-JP"
Apple Support Discussions 標準エンコーディングの設定は?
Posted by Pju at 07:32 AM
Permalink
Comments (0)
TrackBacks (0)
Let's say you want to set the harddrive volume called Backup to be hidden/invisible. In order to do that, execute following command.
/Developer/Tools/SetFile -a V /Volumes/Backup/
Backupという名前のバーティションが存在すると仮定して、これを見えないようにしたい場合には、以下のコマンドをターミナルから実行してください。
/Developer/Tools/SetFile -a V /Volumes/Backup/
Posted by Pju at 07:32 AM
Permalink
Comments (0)
TrackBacks (0)
管理者権限のあるユーザでログインして、Terminalを起動して以下のコマンドを実行する (volumename は該当するボリューム名に置換)。
Login as administrator and execute the following command through terminal (replace "volumename" with appropriate volume name).
$ sudo su
# mdutil -i off /Volumes/volumename
Posted by Pju at 07:30 AM
Permalink
Comments (0)
TrackBacks (0)
Prerequisite:
Warning:
This procedure is neither confirmed by apple, nor thoroughly tested by anyone. Also, following procedure makes use of root privilege to modify some directory structure of the system, which can make critical change to system. Therefore, please apply the following procedure only if you understand the explained procedure completely and accepts the potential damage that can be caused.
Procedure:
Update:
Official update of Java5 is provided by Apple now. Please use it instead.
Posted by Pju at 07:23 AM
Permalink
Comments (0)
TrackBacks (0)
症状:
Mail.appを起動する際に、通常の画面が一瞬表示された後クラッシュする。
原因:
Mail.appが起動する際にメールボックスの中のメールを一つ(大抵は最後に受信されたメール)読み込んで表示するが、そのメールがある種のHTMLメールである。
対処法:
Shiftキーを押しながらMail.appを起動して、その後に該当のメールを削除する。
あるいは、もしどのメールが問題を起こしているか分かるのであれば、~/Library/Mail/[accountName]/INBOX.mbox/の中にある該当メールファイルを削除する。
Posted by Pju at 07:20 AM
Permalink
Comments (0)
TrackBacks (0)
今日、米国Apple Computer社 (Nasdaq: AAPL)が、Intel社(Nasdaq: INTC)製CPUを搭載したMacintosh(以下Intel Mac)でMacOSXとWindowsのデュアルブートを可能にする"Boot Camp"というソフトウェアのパブリックベータ版を公開しました。この機能を簡単に説明すると、今まではMacOSXしかインストールすることができなかったIntel Macに、WindowsXPをインストールすることを可能にするソフトウェアです。
このソフトが公開されたことによって可能になったことは、
この機能はMacOSXの次のバージョン(10.5: Leopard)の標準機能になる予定です。ちなみにLeopardの最初のプレビューは今年8月に行われるWorld Wide Developer Conferenceで行われるそうです。
この機能がアナウンスされた今日(Apr. 5th, 06)、Apple社の株価は約10パーセント(6.04USD+0.19USD afterhour)上昇しました。これはおそらく、この機能の実装によって多くの企業および個人がPC/AT互換機の代わりにIntel Macの導入を検討することを期待しての事だと思われます。現時点では正式リリースではありませんし、対応しているWindowsのバージョンもXP HomeとProfessional + SP2と限定的ですが、Leopardがリリースされた時点で対応するWindowsのバージョンが増えれば相当数の需要がでるものと思われます。Leopardの正式リリース時期はまだ未定ですが、おそらく2006年のクリスマスシーズン前までにはリリースされると思われるので、Appleの動向に今後も注目です。
関連記事:
Posted by Pju at 08:44 PM
Permalink
Comments (0)
TrackBacks (0)