2025年 4月8日(火) 17:03 JST

juicer をinstall

  • 2011年12月4日(日) 04:27 JST
  • 投稿者:
  • 表示回数 119

gem install juicer
Fetching: cmdparse-2.0.3.gem (100%)
Fetching: nokogiri-1.5.0.gem (100%)
Building native extensions. This could take a while...
Fetching: rubyzip-0.9.5.gem (100%)
Fetching: juicer-1.0.13.gem (100%)
Juicer does not ship with third party libraries. You probably want to install
Yui Compressor and JsLint now:

juicer install yui_compressor
juicer install jslint

Happy juicing!
Successfully installed cmdparse-2.0.3
Successfully installed nokogiri-1.5.0
Successfully installed rubyzip-0.9.5
Successfully installed juicer-1.0.13
4 gems installed
Installing ri documentation for cmdparse-2.0.3...
Installing ri documentation for nokogiri-1.5.0...
Installing ri documentation for rubyzip-0.9.5...
Installing ri documentation for juicer-1.0.13...
Installing RDoc documentation for cmdparse-2.0.3...
Installing RDoc documentation for nokogiri-1.5.0...
Installing RDoc documentation for rubyzip-0.9.5...
Installing RDoc documentation for juicer-1.0.13...
hawk:~ kei$ juicer install yui_compressor
Installing Yui Compressor 2.4.7 in /Users/kei/.juicer/lib/yui_compressor
Downloading http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.7.zip
Successfully installed YuiCompressor 2.4.7 in /Users/kei/.juicer/lib/yui_compressor
hawk:~ kei$ juicer install jslint
Installing JsLint 1.0 in /Users/kei/.juicer/lib/jslint
Installing dependencies
Installing Rhino 1_7R3 in /Users/kei/.juicer/lib/rhino
Downloading http://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip
Successfully installed Jslint 1.0 in /Users/kei/.juicer/lib/jslint

phpmyadmin

  • 2011年11月30日(水) 13:28 JST
  • 投稿者:
  • 表示回数 102

リンクテーブルを処理するための追加機能が無効になっています。
理由についてはこちらをご覧ください。
下記の設定ではエラーがまだ消えない。
  ml115

以下で解決 /etc/phpmyadmin/config.inc.php 編集
$cfg['Servers'][$i]['designer_coords'] = ‘pma_designer_coords’; の下に
$cfg['Servers'][$i]['tracking'] = ‘pma_tracking’; を追記
 

custom.cssがない。

  • 2011年11月28日(月) 21:41 JST
  • 投稿者:
  • 表示回数 124

[Mon Nov 28 21:41:52 2011] [error] [client 172.20.0.96] File does not exist: /var/local/www/geeklog/public_html/layout/professional_css/custom.css, referer: http://www.craine.ne.jp/geeklog/admin/story.php?mode=edit&topic=Hardware 

Javascriptの表示がおかしい。

Netatalk バージョンチェック

  • 2011年11月28日(月) 14:28 JST
  • 投稿者:
  • 表示回数 179

コマンド名 ~/bin/asip-status.pl  IPアドレス
Global symbol "@NETATALK_VERSION" requires explicit package name at ./asip-status.pl line 45.
使用する変数は必ず宣言してから使わないといけない。
my @NETATALK_VERSION;
を一行追加

 

swallow kernel update

  • 2011年11月27日(日) 04:05 JST
  • 投稿者:
  • 表示回数 78

 eth1 の新しいドライバが存在したので、kernelのアップデート

sudo ethtool -i eth1
[sudo] password for kei:
driver: sk98lin
version: 10.91.2.3 (02)
firmware-version: N/A
bus-info: 0000:02:00.0

openFrameworks

  • 2011年11月22日(火) 20:14 JST
  • 投稿者:
  • 表示回数 69

openFrameworks 007のバージョンでは、Xcode4と10.7のSDKs組み合わせではコンパイルが通らない。
基本10.6のSDKsに切り替える。

ページナビゲーション