2009-07-01から1ヶ月間の記事一覧
rubyで書く簡易版pstreeはこんな感じかな。 class PsTree def initialize @line = "-" @space = " " @table = Hash.new{|h,k| h[k] = []} proc_dat end def proc_dat Dir.glob("/proc/[0-9]*") {|dir| stat = stat_open("#{dir}/stat") pid = stat[0]; ppid …
apt-getするだけだった。 # apt-cache search virtualbox imvirt - detects several virtualizations vboxgtk - simple GTK+ frontend for VirtualBox virtualbox-ose - x86 virtualization solution - binaries virtualbox-ose-dbg - x86 virtualization so…