2009-05-19から1日間の記事一覧

大量removeする

twitter-remove.rb #!/usr/bin/env ruby require 'rubygems' require 'kconv' gem 'twitter' require 'twitter' user = "your-username" pass = "your-password" twit = Twitter::Base.new(Twitter::HTTPAuth.new(user, pass)) ARGV.each{ |u| puts "remove …

古いMacに入っているport, gem

Mac

sudo port installed The following ports are currently installed: a52dec @0.7.4_0 (active) atk @1.24.0_0 (active) autoconf @2.61_1 (active) bibtex2html @1.92_0 (active) boehmgc @7.0_0+darwin_9 (active) bzip2 @1.0.5_0 (active) cairo @1.8.4_0…

MacbookPro買ったのでMacの方をセットアップする

Mac

macports入れて、sshd起動して、電源入れっぱなしにしして、insomniax起動してスリープしないようにして家に置いてきた。リモートログインしてportとgemとeasy_install系を入れる。よく考えたらxcode系を入れてないのでgcc,makeが入っていない→portが入らな…