end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2018-11-01から1ヶ月間の記事一覧

go言語 ( golang ) オレオレ入門 - ほんの触りだけ

特徴 (自分の理解) 単一fileの実行可能file作成が容易 install ソースからのGo言語インストール - golang.jp 上記urlのようにsrcからのinstallもありますが、今回は、downloadして解凍するだけ。 $ sudo su - $ cd /usr/local $ wget https://dl.google.com/…

php で、環境変数?(REMOTE_USER)やリクエストパラメータを取得後、ファイルを開いて内容を返す

次のような感じ?

fuse (fuse-utils) + goofys を srcから install し、aws s3をlocalにmount

2018/11/9 追記 ここでinstall手順をあれやこれや記載していますが http://bit.ly/goofys-latest から、 linuxバイナリ( https://github.com/kahing/goofys )も配布されています。 はじめに s3fs は知っていましたが、goofys の選択肢もあり、それが s3fs よ…

install mod_dosdetector to apache 2.4

https://github.com/stanaka/mod_dosdetector 参考にさせて頂きました → http://blog.prophet.jp/1175 $ wget https://github.com/stanaka/mod_dosdetector/archive/master.zip $ unzip mod_dosdetector-master.zip $ cd mod_dosdetector-master $ vi Makefi…