Mac

mysql.sockの場所

Mac

/etc/my.cnfに書いてある.

作業日誌

gtk+のインストール $chmod +x gtk-osx-build-setup.sh $./gtk-osx-build-setup.sh $jhbuild build bootstrap $jhbuild build meta-gtk-osx-bootstrap $jhbuild build meta-gtk-osx-core gnome-doc-utilsのビルド中に, ImportError: No module named libxml…

Gnucashでmysqlを使用する

Mac

mysqlをインストール $sudo port install mysql5 mysql5-serverlibdbi-driversをインストールする $sudo port install libdbi-drivers +mysql5 $cp /opt/local/lib/dbd/libdbdmysql.so /Applications/Gnucash.app/Contents/Resources/lib/dbd/libdbd/(2.4.1…

ターミナルからWebサービスを再起動する

Mac

$sudo /usr/sbin/apachectl restart

XMLスキーマ

Mac

ツリー構造 d:dictionary d:entry d:index d:index body part d:entry d:index body part Dictionary ルート要素.1以上のエントリーを子に持つ. Entry 1以上のインデックスと本文を子に持つ,辞書エントリー id エントリーの固有ID(必須) d:title エント…

Dictionary.appに辞書追加

Mac

Dictionary.app仕様について RELAX NGというXMLスキーマを用いている Longman等の辞書データを仕様に基づくXMLに変換する必要がある Dictionary Services Programming Guide Dictionaryへの辞書追加(例) cd /Developer/Extras/Dictionary Development Kit/…

Subversionでtexとかをバージョン管理

Mac

参考 https://trac.macports.org/wiki/howto/Subversion http://svn-ref.assembla.com/subversion-server-guide-mac-os.htmlまずは,macportsでsubversionをインストール. #sudo port install subversion +mod_dav_svnApacheもついでにインストールされるが…

Linux上のUSB HDDをNetatalkで共有して,time machineのバックアップとして使う

まずはUSB HDDの初期化・マウント http://d.hatena.ne.jp/SumiTomohiko/20080524/1211628731などを参考に #fdisk /dev/sdb(環境によってはsdb以外) #mkfs.ext3 /dev/sdb1 #mount /dev/sdb1 /mntnetatalkはdb4.6以上が必要なので, http://www.oracle.com/t…

MacFUSE Macfusion

Mac

使用OS:Snow leopard 10.6.4MacFUSE 2.1 http://code.google.com/p/macfuse/source/browse/releases/developer/MacFUSE-2.1.dmgMacfusion 2.0.4 http://www.macfusionapp.org/上記二つをインストール後, http://rackerhacker.com/2009/08/28/fix-macfusion-…

Mac OS XにWineをインストール

Mac

$sudo port install wine-devel +universal"+universal"がポイント

Inkscapeでベクトル形式のままコピーアンドペースト

Mac

X11のpreferencesから,"Update Pasteboard when CLIPBOARD changes" のチェックを外す.http://wiki.inkscape.org/wiki/index.php/FAQ#Copying_and_pasting_in_Inkscape_creates_pixellated_images_instead_of_copying_the_vector_objects

InkscapeでLatex数式

Mac

まずtextextをダウンロードtextext-0.4.4.tar.gzをダウンロードし,中身を以下に移動 /Applications/Inkscape.app/Contents/Resources/extensions/次に,A pstoeditとpython-lxmlをインストール自分は,Macportを使い, sudo port install py25-gtk py25-lxm…

Powerpoint 2008 for Macでズーム機能のショートカット

Command+Shift+plus ->ズームイン Command+Shift+minus ->ズームアウトApple script で command + (plus or minus) のズームが可能になるらしい http://www.macosxhints.com/article.php?story=20050120123559756

Thunderbird on Macで添付ファイルがデスクトップに保存される

Mac

go to Preferences->General (in Thunderbird go to Preferences->Attachments) and click the radio-button next to "Save files to", then click the "Choose..." button and select the folder where you want to store "temporary" files when they are …

Remote Desktop Connection for Mac

Mac

NetBIOS名でアクセスできない. Cmd + Tabでウィンドウ切り替えすると,Caps lockが反転するバグがある. クラシックログインにしたほうがいい(未確認). I could reboot the remote machine, but then I couldn't login again. from http://forum.soft32.…

Latexit

Preferences - Compositionのgsをgs-X11に変更自分の環境に寄るのだろうが,これで解決.http://macosx-tex.576846.n2.nabble.com/No-output-with-LaTeXit-and-Mac-Tex-2008-td1099518.html

ダッシュボードの無効化

Mac

$ defaults write com.apple.dashboard mcx-disabled -boolean YES $ killall Dock 参考URL:http://www.macworld.com/article/46236/2005/08/disabledashboard.html

R on Max OS Xで日本語

R Mac

defaults write org.R-project.R force.LANG jp_JP.UTF-8

Macの設定

Mac

インストールしたソフトウェア Remote Desktop Connection VirtualBox Chicken of the VNC ScreenSharingMenulet MacTex MacTeX 2010 で日本語 Adobe acrobat reader muCommander MacPorts gv gnuplot Xcode Office Microsoft Office 2008 OpenOffice.org jp…

MacにLaTexをセットアップする

以下のものをインストール MacTex http://www.tug.org/mactex/2009/ Drag & Drop pTeX(以下DDTeX) http://www2.kumagaku.ac.jp/teacher/herogw/ MacTeXは標準インストールし,DDTeXは以下にコピーした. /Applications/TeX/pTeX.apppTeX.appをダブルクリッ…