| 更新: | 2014-11-20 |
|---|---|
| バージョン: | 0.0.5 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
概要
| 更新: | 2014-11-20 |
|---|---|
| バージョン: | 0.0.5 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
概要
| // this is the background code... | |
| // listen for our browerAction to be clicked | |
| chrome.browserAction.onClicked.addListener(function (tab) { | |
| // for the current tab, inject the "inject.js" file & execute it | |
| chrome.tabs.executeScript(tab.ib, { | |
| file: 'inject.js' | |
| }); | |
| }); |
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
注意点: HHKB Liteに似ているが, スペースバーの中央にバネが入っているのが違う
| * メモリはどれくらい載せたほうがよいか | |
| 16gbがおすすめ | |
| 8gbだとCPUの性能限界より先にメモリが足りなくなる | |
| DBをいくつか載せたりファイルサーバーもVMとして載せたいなら32gbがよい | |
| * GPUパススルー方法 | |
| 下記のカードをつける | |
| AMD RADEON HD4xxx系 | |
| AMD RADEON HD5xxx系 | |
| AMD RADEON HD6xxx系 |
| # 2017年9月以降は Flash ではなく m3u8 での配信になりましたので、この内容は古くなりました。 | |
| # 新しい録音方法に関しては | |
| # https://gist.github.com/riocampos/93739197ab7c765d16004cd4164dca73 | |
| # をご覧ください。 | |
| ############################################################################## | |
| # RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 | |
| # ラジオ第2は全放送局とも同じ | |
| # swfVfyオプションのURLは http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf でもOK | |
| # 各チャンネルに2種類ずつ記載していますがどちらも同じなので好みの物を使ってください |
| # download latest libevent2 and tmux sources, and extract them somewhere | |
| # (thx bluejedi for tip on latest tmux URL) | |
| # | |
| # at the time of writing: | |
| # https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
| # http://sourceforge.net/projects/tmux/files/latest/download?source=files | |
| # | |
| # install deps | |
| yum install gcc kernel-devel make ncurses-devel |