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

Sphinx bootstrapテーマのnavbarの変更(Siteボタンの消去) デフォルトの設定が記述されているファイルをコピーした後変更。sphinx-buildを走らせるディレクトリに_templatesディレクトリを作り、このファイルを入れると、優先的にこの設定ファイルが読み込…

トライKVM http://virt-tools.org/learning/start-stop-vm-with-command-line/ http://thomasmullaly.com/2014/11/16/the-list-of-os-variants-in-kvm/ http://askubuntu.com/questions/160152/virt-install-says-name-is-in-use-but-virsh-list-all-is-empt…

autoconfのconfigureスクリプトのオプション https://autotools.io/autoconf/arguments.html

BOXの使い方メモ Webdavが使える。とりあえずcadaverをインストール。 shared linkの名前はファイル名から(もちろん)推測不可能。 Account settingで"Enable external links to: Nothing, restrict sharing"しておかないと、shareボタンを押すとただちに公…

pipの使い方(がいまいちわからない) portやapt-getなどpipを使わずにpythonのソフトウエアをインストールできるのが一番理想的だけど、pipが必要なことがある。次のサイトでは、pipの使い方をまとめてくれている。 http://tdoc.info/blog/2014/01/15/pip.h…

gnuplotでヒストグラムを書く http://psy.swansea.ac.uk/staff/carter/gnuplot/gnuplot_frequency.htm http://stackoverflow.com/questions/2471884/histogram-using-gnuplotMatplotlibで書くのがベターかもしれない。 http://matplotlib.org/1.2.1/examples…

シェルでファイルのサイズが0かどうかなどをチェックする法 if [ -s file ]; then .. else .. fihttp://www.k4.dion.ne.jp/~mms/unix/shellscript/shell_calc.html

Wordで論文・・・ 修行中。数式モードはずいぶん良くなった。 http://www.itc.u-toyama.ac.jp/el/word102/linear_format.htm https://support.office.com/ja-jp/article/Word-%E3%81%AE%E8%A1%8C%E5%BD%A2%E5%BC%8F%E3%81%AE%E6%95%B0%E5%BC%8F%E3%81%A8%E6%…

skim emacs auctex

標準入力へのリダイレクト http://shellscript.sunone.me/input_output.html http://www.atmarkit.co.jp/ait/articles/1503/23/news004.html

iscsiの設定 Ubuntuのiscsiイニシエーター設定 インストール sudo apt-get install open-iscsi/etc/iscsi/iscsid.confを変更する。 node.startup = automatic #node.startup = manualターゲットを探す。 sudo iscsiadm -m discovery -t st -p IPADDRESSログ…

cell choice, unique axis, origin choices http://www.iucr.org/__data/iucr/cifdic_html/2/cif_sym.dic/Ispace_group.IT_coordinate_system_code.html Monoclinic, orthorhombicの場合、対称性で一意に決まらない場合は|a| Monoclinic system b-axisをuniq…

コーシーの主値の数値積分 Numerical evaluation of a generalized Cauchy principal value (A. Nyiri and L. Bayanyi, 1999).

virtualboxイメージの移動 virtualbox 4.0以降は、virtualboxイメージの移動が簡単になった。 vboxmanage registervm /full_path/hoge.vbox注意点は、フルパスでないとダメなこと。 https://www.virtualbox.org/ticket/8468 virtualboxのネットワークの設定 …

Mongodb, hdf5, GridFS http://stackoverflow.com/questions/8998564/data-persistency-of-scientific-simulation-data-mongodb-hdf5http://gihyo.jp/dev/serial/01/mongodb/0007