2010-01-01から1年間の記事一覧

ApacheでBASIC認証

$vim .htaccess AuthName "Please enter username and password" AuthType Basic AuthUserFile /home/"user"/.htpasswd require valid-user$htpasswd -c /home/"user"/.htpasswd "user" $chcon -t httpd_sys_content_t /home/"user"/.htpasswd

リモートバックアップ

rsyncを使用して,リモートからローカルにバックアップ #rsync -acv --delete -e ssh user@remote:sourcepath targetpath オプション a,アーカイブモード c,チェックサムを使用 v,詳細表示 e ssh sshで接続 --delete バックアップ元にないファイルは削除

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…

What is mode?

The mode of a discrete probability distribution is the value x at which its probability mass function takes its maximum value. http://en.wikipedia.org/wiki/Mode_%28statistics%29つまり,最頻値.

標準入力を用いる

R

>x

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-…

Up toの意味

f(x) = 2*x g(x) = 2*x + c f(x) and g(x) are identical up to the constant term "c". http://en.wikipedia.org/wiki/Up_to

LDAPによるユーザ認証

条件 CentOS 5.4 x86_64 openldap 2.3 サーバ側 #vim /etc/openldap/slapd.conf database bdb suffix "dc=hoge,dc=jp" rootdn "cn=Manager,dc=hoge,dc=jp" rootpw {SSHA}hogehoge (slappasswdの結果) #cp /etc/openldap/DB_CONFIG.example /var/lib/ldap/DB_…

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

Mac

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

argmax, argmin

tex

\newcommand{\argmax}{\operatornamewithlimits{argmax}} \newcommand{\argmin}{\operatornamewithlimits{argmin}}

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

epsファイルを重ね書きする

ps

http://d.hatena.ne.jp/HRM-7/20100709 を参考に,各epsファイルの背景は透明にしておき,以下のURLから入手できるepsfcomposeを使用する. http://www.ifa.hawaii.edu/~kaiser/misc/posters.html$epsfcompose epsf1 0 0 1 0 epsf2 0 0 1 0 > out.eps みたい…

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…

epsの背景を透明にする

ps

Matlabで作成したepsをテキストエディタで以下の部分をコメントアウトX X X X PRX X X X MP例 % 0 0 5377 4034 PR 6 w %0 3287 4166 0 0 -3287 699 3589 4 MP参考URL http://radio.feld.cvut.cz/~anis/lyxtricks/index.php#matlab_bg

同期バックアップ

$rsync -acouv --delete source destination deleteのオプションで完全同期

LaTeXでargmax, argmin

tex

\usepackage{amsmath}\newcommand{\argmax}{\operatornamewithlimits{argmax}} \newcommand{\argmin}{\operatornamewithlimits{argmin}}

カラーのepsを白黒に変換する.

ps

$convert -colorspace gray input.eps output.eps これだと用紙サイズがうまくいかなかったので,$eps2eps input.eps temp.eps $./pscol -gray temp.eps output.eps参考URL http://www.pa.op.dlr.de/~PatrickJoeckel/pscol/index.html

Repeated measures ANOVA and Randomized block design ANOVA

解析手順自体は同じ. The analyses are identical for repeated measures and randomized block experiments. from http://www.graphpad.com/articles/interpret/anova/repeated_measures.htm参考URL http://www.southampton.ac.uk/~cpd/anovas/datasets/in…

多変量データの正規性検定

R

library(mvnormtest) 中の,mshapiro.testを使えばいいらしい.http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/mvnormtest/html/mshapiro.test.html

VirtualBoxで仮想HDDの容量を増やす

旧HDD: Windows XP.vdi 新HDD: Windows XP2.vdi 新しいHDDをVirtual Media Managerで作成 新しいHDDにコピー $ VBoxManage clonehd --existing Windows\ XP.vdi Windows\ XP2.vdi EASEUS PARTITION MASTERでパーティションサイズ拡大 http://www.alittletoth…

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.…

図や表の引用について

If you have created the image yourself, then no reference is required. However, you will still need a caption for the figure or table. from http://datasearch.uts.edu.au/teachlearn/avoidingplagiarism/tutorial/nonverbal.cfm真似をしても,自分…

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

SJISのCSVを読み込む

R

read.csv(file('hoge.csv'),encoding='CP932')read.csv(file='hoge.csv',fileEncoding='CP932')っていうパターンもあり?

R on Max OS Xで日本語

R Mac

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

Formulaとequationの違い

An equation says that two things are equal つまり,x+2 = 6 is an equation. A formula is a special type of equation that shows the relationship between different variables. つまり,y=ax+b is an equation and a formula. http://www.mathsisfun.…

OpenOffice.orgのCalcの図をepsで保存する

マクロを使う http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/ Drawにコピー&ペーストしてexport