かなりギラギラ感があり、購入して1か月ぐらいで別のノングレア液晶フィルムに
交換。
ギラギラ感が多少緩和。これならいいか。ただ、ペンのすべりがかなり悪く傷が
ついてしまう欠点あり。そこでいいのかどうかわからないが、ロウソクを
表面に塗ったらかなり滑りがよくなった。
これを塗りつけてティッシュ等でふき取るだけ。
これはいいかも
OCN LTE + Docomo galaxy note3で
SMS対応でないSIMではセルフスタンバイで
100%圏外の問題が発生。ただ電池の持ちは
それほど悪くなく9:00~19:00ぐらいだと
70%ぐらいの残容量なので問題なさそうだが。
OCNのLTEのページではGALAXY NOTE3は
問題ないとなってはいる。
ところが電源onのままモバイル通信を切って
みると90%は残るので同期とかほかの要因も
もちろん考えられるがセルフスタンバイも
多少影響があるかもしれない。
そこでSMS対応のSIMにして様子を見てみる。
バッテリーのセルフスタンバイは
圏外0%と改善はされている。
がバッテリーの持ちはどう変化するか。
ruby version 1.9.3 redmine 2.0以降はRuby1.9でも動作OKのようだ。 ruby installerを使った。 http://rubyforge.org/frs/download.php/76054/rubyinstaller-1.9.3-p194.exe
DevKit install. http://github.com/oneclick/rubyinstaller/wiki/Development-Kit expanding place of c:\tmp\DevKit. C:\tmp\DevKit> ruby dk.rb init C:\tmp\DevKit> ruby dk.rb install gem install activerecord-mysql-adapter rake db:migrate RAILS_ENV="production" [参考] http://www.kinopyo.com/blog/rails3-1rc-please-install-the-mysql-adapter-error Gemfile.localに gem 'ruby-mysql' を追加。 Can't connect to MySQL server on 'localhost' (10061) database.yml host: localhost → host: 127.0.0.1 localhostの名前解決ができないようだ。 ping localhostではつながるのだが・・
% sudo apt-get remove bind9 % sudo apt-get install dnsmasq /etc/rc.localに /usr/sbin/dnsmasq & をexit文の前に追加
% sudo apt-get install isc-dhcp-server option domain-name-servers "プロバイダのアドレス設定" subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.60 192.168.0.70; option routers 192.168.0.100; default-lease-time 600; max-lease-time 7200; }などのようにDHCPをセッティング。
% sudo vi /etc/default/ufw DEFAULT_FORWARD_POLICY="ACCEPT" とACCEPTに変更 % sudo ufw allow from 192.168.0.0/24 とローカルからの接続は許可 % sudo vi /etc/ufw/sysctl.conf net.ipv4.ip_forward=1 % sudo sysctl -p
接続確認Proxy設定は外れていることを確認。
redmine2.0.2インストール時に環境不足でエラーが発生。 下記のように事前に環境を用意しておくのと、postgresqlとかsqlite などを使わないのであればbundle install時に指定する。 bundle install --without development test below message >Could not create Makefile due to some reason, probably lack of >necessary libraries and/or headers. Check the mkmf.log file for more >details. You may need configuration options
yum install ImageMagick-devel yum install ruby-devel % ( for /usr/lib/ruby/ruby.h undefined ) yum install mysql-devel gem install mysql if DATABASE Server Soft is mysql that sqlite and postgresql is not need to install. bundle install --without development test postgresql sqlite
154c154 < value C(255) NOTNULL DEFAULT \" '' \" --- > value XL NOTNULL DEFAULT \" '' \"
3031c3031 < $g_custom_field_type_enum_string = '0:string,1:numeric,2:float,3:enum,4:email,5:checkbox,6:list,7:multiselection list,8:date,9:radio'; --- > $g_custom_field_type_enum_string = '0:string,1:numeric,2:float,3:enum,4:email,5:checkbox,6:list,7:multiselection list,8:date,9:radio,10:textarea';
33a34,47 > $g_custom_field_type_definition[ CUSTOM_FIELD_TYPE_TEXTAREA ] = array ( > '#display_possible_values' => TRUE, > '#display_valid_regexp' => TRUE, > '#display_length_min' => TRUE, > '#display_length_max' => TRUE, > '#display_default_value' => TRUE, > '#function_return_distinct_values' => null, > '#function_value_to_database' => null, > '#function_database_to_value' => null, > '#function_print_input' => 'cfdef_input_textarea', > '#function_string_value' => null, > '#function_string_value_for_email' => null, > ); > 300a315,324 > } > > function cfdef_input_textarea($p_field_def, $t_custom_field_value) { > echo '<textarea if( 0 < $p_field_def['length_max'] ) { > echo ' maxlength="' . $p_field_def['length_max'] . '"'; > } else { > echo ' maxlength="65535">'; > } > echo string_attribute( $t_custom_field_value ) .'</textarea>';
1311c1311 < $s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:E-mail,5:Checkbox,6:List,7:Multiselection list,8:Date,9:Radio'; --- > $s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:E-mail,5:Checkbox,6:List,7:Multiselection list,8:Date,9:Radio,10:TextArea';
1019c1019 < $s_custom_field_type_enum_string = '0:文字列,1:整数,2:浮動小数点,3:列挙,4:メール,5:チェックボックス,6:リスト,7:複数選択リスト,8:日付,9:ラジオボタン'; --- > $s_custom_field_type_enum_string = '0:文字列,1:整数,2:浮動小数点,3:列挙,4:メール,5:チェックボックス,6:リスト,7:複数選択リスト,8:日付,9:ラジオボタン,10:テキストエリア';
sudo locate libflashplayer.so
Probably locate /usr/lib/flashplugin-installer.
use board | BeagleBoard |
- | BeagleBoard-xm |
- | Pandaboard |
日本語のフォントを設定してグラフに日本語を表示できるようにする。
ubuntu12.04ではTakaoフォントの位置が /usr/share/fonts/truetype/ttf-japanaese-gothic.ttf →/etc/alternatives/ttf-japanese-gothic.ttf これらはシンボリックリンクとなっていて
実体は /usr/share/fonts/truetype/takeo-gothic/TakaoPGothic.ttf を参照しているがそこにはフォントファイルが存在せず。 /usr/share/fonts/truetype/takeo/TakaoPGothic.ttf
にあるのでシンボリックリンクを修正。 /etc/alternatives$ sudo ln -s /usr/share/fonts/truetype/takao-gothic/TakaoPGothic.ttf ttf-japanese-gothic.ttf
function config() { return array( 'eczlibrary' => ON, 'window_width' => 800, 'bar_aspect' => 0.9, 'summary_graphs_per_row' => 2, 'font' => 'JAPAN', 'jpgraph_path' => '', 'jpgraph_antialias' => ON, ); }
イオンの天王町店で扱っているようなので直接お店の携帯売り場で購入した。
購入には以下のものが必要
また、手数料として3150円が別途必要。
扱っている店は限られているので確認してから出かける必要あり。 登録時間は30分ほど。通信速度が100KBPSという一昔前の速度ですが、動画などの閲覧、 androidマーケットでアプリとかをDownloadをしなければ主観ですがあまり問題にならないです。 ただ、時間帯や曜日などによってはかなりイライラする場面もあるにはある。
gem install mysql -- --with-mysql-config=/usr/bin/mysql_config
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb --with-mysql-config=/usr/bin/mysql_config
mkmf.rb can't find header files for ruby at /usr/lib/ruby/ruby.h
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
のようなエラーが発生したら
% sudo apt-get install ruby-devel
ではなく
% sudo gem install ruby-devel
により解消。このエラーでruby-develが必要ってわからないのだけど。