平衡点


2009/06/01

_ conky の設定

先日から気になっていた conky を設定した.

# Use Xft?
use_xft yes
xftfont VL PGothic:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 5.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 80 0
maximum_width 150 0

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 4

# border width
border_width 1

# Default colors and also border colors
default_color grey
#default_shade_color black
#default_outline_color grey
own_window_colour grey

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 2
gap_y 30

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
SYSTEM ${hr 2}
${voffset 2}${font StyleBats:size=16}i${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}B${font}   Governor:${alignc} ${execi 20 ~/bin/cpufreq.sh gov}
${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${alignr} current: ${execi 20 ~/bin/cpufreq.sh info0}/1.4GHz
${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${alignr} current: ${execi 20 ~/bin/cpufreq.sh info1}/1.4GHz
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Webdings:size=16}~${font}  BAT: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
DATE ${hr 2}
${alignc 17}${font Arial Black:size=16}${time %H:%M}${font}
${alignc}${time %Y/%m/%d}
HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5} Root File System:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,45 /}
${voffset 4}${font PizzaDude Bullets:size=14}W${font} IO Read: ${alignr}${diskiograph_read /dev/sda 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}Q${font} IO Write: ${alignr}${diskiograph_write /dev/sda 8,60 F57900 FCAF3E}

NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   IPAddr: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}  ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}  ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   IPAddr: ${alignr}${addr eth0}
${else}${if_existing /proc/net/route ppp0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}  ${upspeed ppp0} kb/s ${alignr}${upspeedgraph ppp0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}  ${downspeed ppp0} kb/s ${alignr}${downspeedgraph ppp0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup ppp0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown ppp0}
${else}
${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}${endif}${endif}
PROCESSES ${hr 2}
NAME $alignr PID    CPU
${top name 1} $alignr ${top pid 1} $alignr ${top cpu 1}
${top name 2} $alignr ${top pid 2} $alignr ${top cpu 2}
${top name 3} $alignr ${top pid 3} $alignr ${top cpu 3}
${top name 4} $alignr ${top pid 4} $alignr ${top cpu 4}
${top name 5} $alignr ${top pid 5} $alignr ${top cpu 5}
${top name 6} $alignr ${top pid 6} $alignr ${top cpu 6}
${top name 7} $alignr ${top pid 7} $alignr ${top cpu 7}
${top name 8} $alignr ${top pid 8} $alignr ${top cpu 8}
${top name 9} $alignr ${top pid 9} $alignr ${top cpu 9}

StyleBats や PizzaDude Bullets は適当にぐぐって落としてくると良いかと.

XFce4 のデスクトップで右側に余白を作成しておいて終了.スクリーンショットは以下

というわけで

リンク


2009/06/06

_ Google Document

最近, 簡単な表とかは Google Doc にマトメていたりする.Execl とか Oocalc とかも良いけれど, Google Doc だとドコでも作業できて良い感じ.

...ここで「Google Doc の小技/Tips」とか紹介できると良いんですけどねぇ.

あ, 表の作成は OOCalc -> TeX が良いです. 簡単な表ならともかく, 面倒な表だと TeX で直接表を作成するより随分楽((というのはたかやさんから教えてもらった)).

...うーん...


2009/06/07

_ Screenlets で Google gadgets

Google gadgets を Desktop に表示できないかな, とか.

幾つかググる(謎)とScreenlets に google gadgets を install できるみたい.試してみた.

install

$ sudo aptitude install screenlets

設定

Screenlets Manager を起動して

Install から

Convert Web Widgets を選択して

Google Gadgets を選んで

適当に URL 入れて名前を設定すると良い. 注意するのは名前に日本語が使えないこと. 登録はできるけれど起動できない.

そんな訳で

結構良い感じ.

Google Gadgets とかだと元の gadgets がサイズ変更効かない場合, そのままの大きさになっちゃう. これはしょうがないかなぁ.


2009/06/09

_ 電球交換

玄関入った所の電球が切れた.

入居してから 2 度目なんだけれど, 手が届かない所なんだ.

...以前どうやって交換したのだろう.

あれ?

_ MR.BIG Next Time Around

思わず購入

ネクスト・タイム・アラウンド-ベスト・オブ・MR.BIG(デラックス・エディション)
MR.BIG, ワーナーミュージック・ジャパン, ¥4,800

Best 版なので特にコメントは無い((ええい, 新曲はまだか(笑)))

_ conky の設定 その2

この間の続き.

Xft を有効にしていると double_buffer yes でも更新時にちらつくことがある. ので, xft を止めた.

shinonome フォントを入れておいて

# Use Xft?
use_xft no
font -*-marumoji-medium-r-*-*-12-*-*-*-*-*-*-*

# Update interval in seconds
update_interval 1.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 80 0
maximum_width 150 0

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 4

# border width
border_width 1

# Default colors and also border colors
default_color #c4c4c4
#default_shade_color black
#default_outline_color grey
own_window_colour grey

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 2
gap_y 30

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?
# This only affects certain objects.
use_spacer right

TEXT
SYSTEM ${hr 2}
${voffset 4}Kernel:  ${alignr}${kernel}
${voffset 4}Governor:${alignc} ${execi 20 ~/bin/cpufreq.sh gov}
${voffset 4}${color #f09000}CPU1${color}: ${cpu cpu1}% ${alignr}${color #ff0000}${cpubar cpu1 8,45}${color}
${voffset 4}${alignr} ${execi 20 ~/bin/cpufreq.sh info0}/1.4GHz
${voffset 4}${color #f09000}CPU2${color}: ${cpu cpu2}% ${alignr}${color #ff0000}${cpubar cpu2 8,45}${color}
${voffset 4}${alignr} ${execi 20 ~/bin/cpufreq.sh info1}/1.4GHz
${voffset 4}${color #f09000}RAM${color}: $memperc% ${alignr}${color #0000ff}${membar 8,45}${color}
${voffset 4}${color #f09000}SWAP${color}: $swapperc% ${alignr}${color #ffff00}${swapbar 8,45}${color}
${voffset 4}${color #f09000}BAT${color}: ${battery_percent BAT0}% ${alignr}${color #00ff00}${battery_bar 8,45 BAT0}${color}

HD ${hr 2}
${voffset 4}${fs_used /}/${fs_size /}
${voffset 4}${alignr}${fs_bar 8,45 /}
${voffset 4}${color #f09000}IO Read${color}: ${alignr}${diskiograph_read /dev/sda 8,45 F57900 FCAF3E}
${voffset 4}${color #f09000}IO Write${color}: ${alignr}${diskiograph_write /dev/sda 8,45 F57900 FCAF3E}

NETWORK ${hr 2}
${voffset 4}${if_existing /proc/net/route wlan0}${color #f09000}wlan0${color}
${voffset 4} IP: ${alignr}${addr wlan0}
${voffset 4} Upload: ${alignr}${upspeed wlan0} kb/s
${voffset 4} Download: ${alignr}${downspeed wlan0} kb/s
${voffset 4} TotalUp: ${alignr}${totalup wlan0}
${voffset 4} totalDown: ${alignr}${totaldown wlan0}
${else}${if_existing /proc/net/route eth0}${color #f09000}eth0${color}
${voffset 4} Upload: ${alignr} ${upspeed eth0} kb/s
${voffset 4} Download: ${alignr} ${downspeed eth0} kb/s
${voffset 4} TotalUp: ${alignr}${totalup eth0}
${voffset 4} TotalDown: ${alignr}${totaldown eth0}
${voffset 4} IP: ${alignr}${addr eth0}
${else}${if_existing /proc/net/route ppp0}${color #f09000}ppp0${color}
${voffset 4} Upload: ${alignr} ${upspeed ppp0} kb/s
${voffset 4} Download: ${alignr} ${downspeed ppp0} kb/s
${voffset 4} TotalUp: ${alignr}${totalup ppp0}
${voffset 4} TotalDown: ${alignr}${totaldown ppp0}
${else}
${voffset 4}Network Unavailable
${endif}${endif}${endif}

で. ちなみに cpufreq.sh は以下の通り

#!/bin/sh
CPUFREQ=/usr/bin/cpufreq-info

case $1 in
  info0)
  $CPUFREQ -c 0 -mf | tr -d '\n'
  ;;
  info1)
  $CPUFREQ -c 1 -mf | tr -d '\n'
  ;;
  gov)
  $CPUFREQ -p | awk '{print $3}'
  ;;
esac

_ ghostscript の upgrade

unstable に ghostscript の 8.6.4~dfsg-6 が入ってきた訳です.

# cat /var/log/aptitude.log | grep ghostscript
[更新] ghostscript 8.64~dfsg-5 -> 8.64~dfsg-6
[更新] ghostscript-x 8.64~dfsg-5 -> 8.64~dfsg-6

debian-users:52555 で山下さんが報告されている通り

  • /usr/share/ghostscript/8.64/Resource/CMap が追加された
  • /usr/share/ghostscript/8.64/Resource/Init/cidfmap が削除された

ので, 注意が必要です.

もう一つ困った点は gs_init.ps のバージョン指定が変なので gs 関係を使用するパッケージがのきなみ動きません.

とりあえず困るのは dvipdfmx が動かないこと.ad hoc に/usr/share/ghostscript/8.64/Resource/Init/gs_init.ps の該当行を弄ると動作した訳ですけれど.

gs_init.ps 2009-06-09 13:03:26.000000000 +0900
+++ gs_init.ps.bk       2009-06-09 13:02:47.000000000 +0900
@@ -30,7 +30,7 @@
 % Interpreter library version number
 % NOTE: the interpreter code requires that the first non-comment token
 % in this file be an integer, and that it match the compiled-in version!
-864
+865

% Check the interpreter revision.
dup revision ne

とりあえず修正待ち.



2009/06/13

_ お買い物

今更ながら購入.

Rubyによるデザインパターン
Russ Olsen, ピアソン桐原, ¥9,978

ちまちま読みすすめますか.

ついでに届いた本は以下. 研究室にもあるけれど

https://www.amazon.co.jp/dp/0521524083

ところで.

日本語の fortran 本って表題が fortran90 の本でも FORTRAN77 な文法だったりする(気がする)のですが, そうじゃない本ってあるのかな

あと趣味(?)

https://www.amazon.co.jp/dp/4062837021

...戦場ヶ原さん, 出番無し. (´・ω・`)


2009/06/15

_ compiz-fusion + Xfce4

「スケール」と「デスクトップの展開」だけがやりたいが為に, 久々に試す.

emarald が無くなったのでしばし悩んだけれど, 「ウィンドウの装飾」を有効にして解決.

...resume すると途端に反応が悪くなる.

(追記)

xorg.conf で AccelMethod を UXA にしてみたら, 幸せになった.

あとはできていない設定.

  • [Alt] + [数字] で Viewport を切りかえたい
    • WindowMaker からの癖で, WorkSpace(ViewPort?)の切り替えにはずっとこのキーバインドを使っていたので
  • XFce4 で言うところのデスクトップの余白
    • conky を表示させている所を余白にしておきたい.

(追記)

「[Alt] + [数字] で Viewport を切りかえたい」は ViewPort Switcher でできた.


2009/06/18

_ SD 2009/07 号

購入

Software Design (ソフトウェア デザイン) 2009年 07月号 [雑誌]
技術評論社, ¥333

そういや, 研究室の PD の人, Inspiron Mini9 購入していた気がするなぁ

(・∀・)ニヤニヤ.

_ 某所のパッケージを ITP する話

某所で公開している Debian パッケージを ITP する/しようと画策しているわけですが気力と体力が無くて現在止まっているわけです.

一番依存関係が面倒じゃないnarray-missから, とりあえずITPしてみた.iwamatsu さんや henrich さんに即座に反応して頂いたのは良いものの, 止まっています. ごめんなさい.

はてさて.

  • dcl についてはライセンス確認しないと
    • 昔の Q and A には GPL 準拠って書いてある. 多分そうなんだが,ほんとにそうなのかな. 準拠って曲者だと思う.
    • パッケージ名 dcl はDouble Choco Latteが使っているので dcl-c, dcl-f とかになるのかな.
    • 現状は dcl-c と dcl-gfortran/dcl-g77 な訳ですが.
  • netcdf-ruby について
    • ライセンスは問題無い, かなぁ
    • libdaplibnc-dap はLGPL ver.2 なので, いますぐ upload すべきなんだが...
    • libnc-dap は unstable だと compile 通らないなぁ...

...そんな訳で gphysまでは通そうだ

spml が gfortran で build できないのも問題だよなぁ...

あと openmpi で gtool5 の make check が通らなくなった. うーん.

_ 紀伊国屋 BookWeb

どうでも良い事.

先日から, 配信停止していた筈の紀伊国屋 BookWeb からメールが届くようになった.ついぞ login しなくなったし, もはや本は amazon 経由で購入することが多いので配信停止/ついでにアカウント消そうかと思ったのだけれども

...ID/PASS 失念. OTL

登録されているメールアドレスが北大の頃のアドレスなので, 随分前に使ったきりなんだろうけれど, それにしたって無いわ(笑)

アカウント情報問い合わせようかと思ったのだが, BookWeb ってクレジットカードの番号が, 下4桁とはいえ必須なのな.

以前はコレ登録したんだろうか? うーん.

そんなわけで, メールフォームから問いあわせた.


2009/06/19

_ 紀伊国屋 BookWeb 続き

ID とパスワードがメールで連絡されてきた. 見たら2001 年に二冊購入していただけだった(うち一冊は品切れでキャンセル).

子どものための哲学対話
永井 均, 講談社, ¥132

星の構造 (1973年)
S.チャンドラセカール, 講談社, ¥12,000

星の構造は以下の訳本.

An Introduction to the Study of Stellar Structure (Dover Books on Astronomy)
Chandrasekhar, S., Dover Publications, ¥3,038

ずいぶん前に札幌の弘南堂で購入していた.


View Larger Map

会員情報みたら, 確かにクレジットカード情報登録していた(もう期限が切れた古い情報だったけれど)((ちなみに住所は学部の頃のアパートだった.)).

...今後使うことは無いので退会手続き申請

(追記)退会できた旨, メールが来た.

どうでも良い心配だけれども, 管理/ランニングコスト高そうなサービスだなぁ.


2009/06/22

_ spml の gfortran 対応

メモ/覚え書きです. あんまり気にしないで下さい.

  • et_test_Vol2Strum
  • ** glibc detected *** ./et_test_Vor2Strum.out: double free or corruption (out): 0x0000000001233220 ***
  • eq_test_transform.out
  • ** MESSAGE [eq_test_transform] *** eq_module transform function tests
  • ** MESSAGE [ae_initial] *** ae_module (2009/01/09) is initialized
  • ** MESSAGE [gauss_radau] *** 8 Gauss-Radau points are set up.
  • ** MESSAGE [aq_initial] *** aq_module (2009/01/09) is initialized
  • ** MESSAGE [eq_initial] *** eq_module (2009/01/09) is initialized
  • ** Test of eq_module : grid -> spectral -> grid transformation check.

    The result will be printed
    only when the error is larger than   1.00000000000000002E-008
    
    Checking Inverse transform sin(k*Phi)*Rad**k...
      Value larger than EPS : i=            1   j=            2 -8.40728538851293061E-002
  • ** ERROR (Code -1000) [eq_test_transform] *** transform error too large
  • wt_test_torvelbc.out
  • ** MESSAGE [wt_test_torvelbc] *** wt_module wt_TorgBoundariesGrid subroutine test
  • ** MESSAGE [w_base_initial] *** w_base_module (2009/01/09) is initialized
  • ** MESSAGE [w_deriv_initial] *** w_deriv_module (2009/06/19) is initialized
  • ** MESSAGE [wa_base_initial] *** wa_base_module (2009/01/09) is initialized
  • ** MESSAGE [wa_initial] *** wa_module is initialized
  • ** MESSAGE [at_initial] *** at_module (2009/01/09) is initialized
  • ** MESSAGE [wt_initial] *** wt_module (2009/01/08) is initialized
  • ** WARNING [at_ag] *** The Grid points of input data too large.
  • ** glibc detected *** ./wt_test_torvelbc.out: double free or corruption (out): 0x000000000198d8d0 ***
  • wt_zonal_test_base.out
  • ** MESSAGE [wt_zonal_test_base] *** wt_zonal_module basic transformation functions tests
  • ** MESSAGE [l_initial] *** l_module (2009/01/09) is initialized
  • ** MESSAGE [w_initial] *** w_zonal_module (2009/01/08) is initialized
  • ** MESSAGE [la_initial] *** la_module (2009/01/09) is initialized
  • ** MESSAGE [wa_initial] *** wa_zonal_module (2009/01/08) is initialized
  • ** MESSAGE [at_initial] *** at_module (2009/01/09) is initialized
  • ** MESSAGE [wt_initial] *** wt_zonal_module (2009/01/08) is initialized
  • ** glibc detected *** ./wt_zonal_test_base.out: double free or corruption (out): 0x00000000013bb1b0 ***
  • wtu_test_base.out
  • ** MESSAGE [wtu_test_base] *** wtu_module basic transformation functions tests
  • ** MESSAGE [w_base_initial] *** w_base_module (2009/01/09) is initialized
  • ** MESSAGE [w_deriv_initial] *** w_deriv_module (2009/06/19) is initialized
  • ** MESSAGE [wa_base_initial] *** wa_base_module (2009/01/09) is initialized
  • ** MESSAGE [wa_initial] *** wa_module is initialized
  • ** MESSAGE [at_initial] *** at_module (2009/01/09) is initialized
  • ** MESSAGE [wt_initial] *** wt_module (2009/01/08) is initialized
  • ** MESSAGE [au_initial] *** au_module (2009/01/09) is initialized
  • ** MESSAGE [wtu_initial] *** wtu_module (2009/01/09) is initialized
  • ** MESSAGE [wtu_test_base] *** Tests of transformation functions for a spherical shell
  • ** MESSAGE [Test of Y_1^0 T_1] *** transformation tests succeeded!
  • ** MESSAGE [Test of Y_1^1 T_0] *** transformation tests succeeded!
  • ** MESSAGE [Test of Y_1^-1 T_2] *** transformation tests succeeded!
  • ** MESSAGE [Test of Y_2^0 T_3] *** transformation tests succeeded!
  • ** MESSAGE [Test of Y_2^1 T_4] *** transformation tests succeeded!
  • ** MESSAGE [Test of Y_2^-2 T_5] *** transformation tests succeeded!
  • ** MESSAGE [Test of genral function] *** Test of general function succeeded!
  • ** MESSAGE [wtu_test_base] *** Tests of transformation functions for a sphere
  • ** ERROR (Code -1000) [xya_wa] *** Size of 2nd dimension invalid.
  • wu_test_derivative1.out
  • ** MESSAGE [wt_test_derivative1] *** wt_module derivative function test #1
  • ** MESSAGE [w_base_initial] *** w_base_module (2009/01/09) is initialized
  • ** MESSAGE [w_deriv_initial] *** w_deriv_module (2009/06/19) is initialized
  • ** MESSAGE [wa_base_initial] *** wa_base_module (2009/01/09) is initialized
  • ** MESSAGE [wa_initial] *** wa_module is initialized
  • ** MESSAGE [au_initial] *** au_module (2009/01/09) is initialized
Test for wr_RotRad_wu (even mode)
n=           4
*** glibc detected *** ./wu_test_derivative1.out: double free or corruption (out): 0x000000000269fc60 ***

あと w_mpi が動かなくなっている snpack 関係関数名変わったかな?


2009/06/24

_ UNIX magazine 最終号

届いた.

UNIX MAGAZINE (ユニックス マガジン) 2009年 07月号 [雑誌]
アスキー・メディアワークス, ¥3,500

読み始めて 8 年くらいかな. これで最終号か. 寂しい.


2009/06/28

_ 第 24 回関西 Debian 勉強会

第 24 回 関西 Debian 勉強会に参加しました. 内輪の話としては今回, 研究室からは S 原さんが参加してましたね.

5分あげます自己紹介

今回はタイマーをきちんと使ってみた.

左の画面がゴニョっと作成してみたタイマー表示用のプログラム.時間をきちんと表示した為か時間超過する不届き者はいなかった. ちょっと嬉しい.

個人的にウケたのは, なむらさんの「プチ LifeHack -> 髭のレーザー脱毛」とたかやさんの「美人時計」でしょう. うん.

Bash Tips by 山下さん

「さあ, 幾つ知っているかな」

...へぇ. history まわりおもしろいなぁ.

  • history にコメントが残せる
    • 「#kill」とかやると history に 「#kill」が残る. -> 長いコマンドを実行する際に history にメモを残せる.
    • あれ? zsh だとできないの?
  • 「rm * 」を実行するまえに 「echo rm * 」
    • wildcard 展開の結果を確認してから実際に「rm *」
    • 「!」は便利かも

【CD/DVD/USBメモリ】Debian JP版 Debian Liveを作るよ【netbootも】 by のがたさん

資料が非常に充実していて素晴しかった. のがたさんが発表をしている間に, 資料の通りにゴニョゴニョやってみたら簡単な DebianLive が作成できた.簡単すぎて吃驚でしたよ.

あと ikakeya linuxの中の人がいらっしゃってました.

そんなこんなで

エソカイ参加者は少なかったので濃い議論していたり.あと SheevaPlug の共同購入に乗ってくれる人がみつかったりしました.

...そして現在夏風邪まっさかり. うーん.


連絡先など
最近の日記
一覧
2006|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|02|03|04|08|09|10|11|12|
2013|01|02|03|04|05|06|08|09|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|09|10|
2016|02|03|
2017|01|02|03|05|06|07|09|11|12|
2018|03|06|07|10|11|12|
2019|01|02|03|04|05|07|10|12|
2020|01|02|03|04|05|08|09|10|11|12|
2021|01|02|03|05|06|07|08|09|11|12|
2022|01|02|03|04|05|06|08|10|11|12|
2023|02|03|04|06|08|09|11|12|
2024|01|02|03|
Back to Top ▲