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

Ubuntuでのキーボードレイアウトの変更 sudo dpkg-reconfigure keyboard-configurationhttp://askubuntu.com/questions/155424/changing-keyboard-layout-in-ubuntu-12-04-server-command-line-interface

複素数の構造体の定義 numpy lapacke c99 numpy typedef struct { double real, imag; } npy_cdouble;lapacke typedef struct { double real, imag; } _lapack_complex_double;

Lapack C interface, lapacke http://www.netlib.org/lapack/lapacke.htmllapackeはlapackのパッケージに入っている。たとえば、 lapack-3.4.2/lapacke に入って、make lapackeすればコンパイルできる。 make lapackeする前に、lapack-3.4.2/make.incを書く…

Rextexのfigureやtableのキャプションの初めの文字(FIG.等)を変更する方法 http://tex.stackexchange.com/questions/44115/how-can-i-change-figure-caption-label \renewcommand{\thepage}{S\arabic{page}} \renewcommand{\thesection}{S\arabic{section}}…

クリッピングマスク書き出し http://forums.adobe.com/message/4776679

Ubuntu 12.10でのrevtexのありか sudo aptitude install texlive-publishers

Ubuntuでのnameserverの設定 /etc/resolv.confには直接書かない。 https://help.ubuntu.com/12.04/serverguide/network-configuration.html#name-resolution

MPI for Python かなり良い感じ。 http://mpi4py.scipy.org/docs/usrman/index.html

自炊PDF圧縮 ここを参考に http://www.tjansson.dk/?p=1764 gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf457M => 262M

Python setupスクリプト なんか、sdistの挙動がかわった。いままでの書き方があまりよろしくなかったようだ。ただしくはここを読む。 http://docs.python.org/2/distutils/sourcedist.htmlヘッダファイルをパッケージに入れるには、MANIFEST.inが必要。graft…

physics of phonons http://www.amazon.co.jp/The-Physics-Phonons-G-P-Srivastava/dp/0852741537/ref=sr_1_2?ie=UTF8&qid=1359636054&sr=8-2 Condensed matter physics http://www.amazon.co.jp/Condensed-Matter-Physics-Michael-Marder/dp/0470617985

HDDを消す DBAN http://www.dban.org/

The bangles Eternal flame

127.0.1.1って何? http://dbweb.0258.net/wiki.cgi?page=127.0.1.1%A4%C3%A4%C6%B2%BF

remove Ubuntu one In bash, sudo apt-get purge ubuntuone* Ubuntuのフォントインストール https://wiki.ubuntulinux.jp/UbuntuTips/Desktop/InstallFont http://www.k5.dion.ne.jp/~r-f/sicklylife/memo/ubuntu1210/setting_and_install.html

スキャナ http://d.hatena.ne.jp/shigemk2/20110724/1311479158

tmux tmuxでたくさんpaneを開いて、synchronizeさせると便利。 ctrl+t " 縦分割 ctrl+% 横分割 ctrl+space 自動でpanesを調整 ctrl+: でオプション設定可能状態になる。set synchronize-panes 数式をアスキーアートで http://asciitex.sourceforge.net/

USBスティックメモリサイズの無線LANルーター これはほしい。WN-TR2 http://www.amazon.co.jp/DATA-n%E3%83%86%E3%82%AF%E3%83%8E%E3%83%AD%E3%82%B8%E3%83%BC%E5%AF%BE%E5%BF%9C-150Mbps-%E3%83%9D%E3%82%B1%E3%83%83%E3%83%88%E3%83%AB%E3%83%BC%E3%82%BF%…

Unityのグローバルメニュー(AppMenu)を無効にする (追記あり) Ubuntuのterminal内でemacsを起動するときに、Alt+vのキーバインドがグローバルメニューに取られてしまうので、グローバルメニューを無効化したかった。こちらを参照した。 http://linux.ikoin…

パスワード生成 sudo aptitude install pwgen 文字列比較 in zsh sym=`symPoscar POSCAR`; if [ $sym != "P1 (1)" ] ; then echo -n "$i,"; fi

matplotlibでtexのフォントを使う場合・・・ sudo aptitude install texlive-fonts-recommended