This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** 2hop links **/ | |
| .cm-contentContainer { | |
| display: flex; | |
| flex-flow: column; | |
| } | |
| .cm-contentContainer .cm-content { | |
| display: inherit; | |
| width: 100% !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 氏名 | |
| 吉羽龍太郎 (Ryutaro YOSHIBA) | |
| ## 所属・肩書 | |
| 株式会社アトラクタ 取締役CTO/アジャイルコーチ | |
| ## 写真 | |
| 加工なし用(推奨) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 所属情報 | |
| Ryuzee.com 吉羽龍太郎 (Ryutaro YOSHIBA) | |
| ## 写真 | |
| http://www.ryuzee.com/images/th_ryuzee002.png | |
| ## 紹介文 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 氏名 | |
| 吉羽龍太郎 (Ryutaro YOSHIBA) | |
| ## 所属・肩書 | |
| 株式会社アトラクタ 取締役CTO/アジャイルコーチ | |
| ## 写真 | |
| https://www.ryuzee.com/wp-content/site_images/th_ryuzee002.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| カタログスペックは300IOPSで、r70 w30で測定 | |
| 一回目:343IOPS | |
| ``` | |
| random-r70w30: (groupid=0, jobs=16): err= 0: pid=1721: Fri Feb 26 09:01:40 2016 | |
| read : io=1118.4MB, bw=3854.8KB/s, iops=240 , runt=297088msec | |
| slat (usec): min=5 , max=2710.6K, avg=37165.05, stdev=191825.24 | |
| clat (usec): min=2 , max=4969.2K, avg=720261.25, stdev=723904.65 | |
| lat (usec): min=349 , max=5127.1K, avg=757428.42, stdev=742932.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure \ | |
| --with-features=huge \ | |
| --enable-multibyte \ | |
| --enable-gui=gtk2 \ | |
| --enable-rubyinterp \ | |
| --enable-pythoninterp \ | |
| --enable-python3interp \ | |
| --enable-luainterp \ | |
| --with-lua-prefix=/usr \ | |
| --enable-perlinterp \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $config = { | |
| "application" => "DOMAIN.TLD", | |
| "repository" => "git@GITHOST:USERNAME/REPOSITORYNAME.git", | |
| "remoteusername" => "REMOTEUSERNAME", | |
| "cake_folder" => "/PATH/TO/CAKE", | |
| "cake_version" => "cakephp1.3", | |
| "plugin_dir" => "plugins", | |
| "servers" => { | |
| "prod" => { | |
| "server" => "APPLICATION.TLD", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum remove -y fuse fuse* fuse-devel | |
| yum install -y gcc libstdc++-devel gcc-c++ curl curl* curl-devel libxml2 libxml2* libxml2-devel openssl-devel mailcap wget | |
| cd /usr/local/src | |
| ### 2.8.7では動かない。2.9系は動かない | |
| wget "http://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.5/fuse-2.8.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffuse%2Ffiles%2Ffuse-2.X%2F2.8.5%2F&ts=1396497380&use_mirror=softlayer-ams" | |
| tar -xzvf fuse-2.8.5.tar.gz | |
| rm fuse-2.8.5.tar.gz | |
| cd fuse-2.8.5/ | |
| ./configure --prefix=/usr | |
| make |
NewerOlder