hasen's tech life

Twitter: @hasen

Server

Bookmark (2015-06-05)

・GitTorrentを発表 - 分散型GitHub - http://173210.github.io/announcing-gittorrent-a-decentralized-github/ ・React/dekuコンポーネントとthisのパターン http://efcl.info/2015/06/05/this-component/ ・iPhoneで小説を書き始めた–日本SF大賞の元エン…

Bookmark (2015-05-29)

・Let’s Build A Web Server. Part 1. / http://ruslanspivak.com/lsbaws-part1/ ・Building a Slack Clone in Meteor.js: Getting Started https://scotch.io/tutorials/building-a-slack-clone-in-meteor-js-getting-started ・Dropboxに決済機能を追加で…

pipコマンドで,Supervisorを入れた.

pipコマンドで,Supervisorを入れた. $ pip install supervisor > Supervisor requires Python 2.4 or later but does not work on any version of Python 3 $ pyenv local 2.7.9 $ pip install supervisor $ pyenv rehash $ echo_supervisord_conf $ echo_…

サーバの日付が日本時間では無かったので,日本時間に設定した.

サーバの日付が日本時間では無かったので,日本時間に設定した. $ date > Thu May 14 13:54:52 GMT 2015 $ sudo ln -sf /usr/share/zoneinfo/Japan /etc/localtime # 確認 $ date > Thu May 14 22:55:52 JST 2015

apachectlでstatusを確認したら,注意文が出力されたので対応.

apachectlでstatusを確認したら,注意文が出力されたので対応. $ sudo apachectl status > The 'links' package is required for this functionality. $ sudo yum install -y elinks

httpd.confを書き換えたのでconfigtestをしたら,注意文が出力されたので対応.

httpd.confを書き換えたのでconfigtestをしたら,注意文が出力されたので対応. $ sudo apachectl configtest > httpd: apr_sockaddr_info_get( failed for vagrant-centos65.vagrantup.com) $ sudo vi /etc/hosts -- 127.0.0.1 localhost localhost.localdo…

Bookmark (2015-04-28)

・JavaScriptでパーサコンビネータのコンセプトを理解する(「正規表現だけに頼ってはいけない」の続き) http://blog.anatoo.jp/entry/2015/04/26/220026 ・特許保有者がGoogleに特許を販売できるマーケットプレイスがローンチ予定 http://jp.techcrunch.com/…

Bookmark (2015-04-23)

・Dnsmasqでお手軽ご家庭DNSサーバーを作ろう http://www.infiniteloop.co.jp/blog/2015/04/how_to_use_dnsmasq/ ・Packer in Atlas:Vagrant Boxとマシンイメージの構築自動化(参考訳) http://pocketstudio.jp/log3/2015/04/18/packer_in_atlas_translate…

Bookmark (2015-03-12)

・React.jsの最新版「React v0.13」リリース。ECMAScript 6のClassをサポート、Reactをさらに高速にしてい くと宣言 http://www.publickey1.jp/blog/15/reactjsreact_v013ecmascript_6classreact.html ・Python とマクロ、インポートフックと抽象構文木 http…

Bookmark (2015-03-02)

・GoogleがFlashからHTML5への自動変換技術を広告配信サーバで実戦投入。Publickeyの広告配信サーバでも提供開始 http://www.publickey1.jp/blog/15/googleflashhtml5publickey.html ・Webアプリケーション脆弱性診断の検査対象をどう絞り込めばよいか http:…

Bookmark (2015-02-26)

・AngularJSのエキスパート達が語る、AngularJSの使いどころとつらいところ(前編)。Deverlopers Summit 2015 http://www.publickey1.jp/blog/15/angularjsangularjsdeverlopers_summit_2015.html ・米AMD、次世代APU「Carrizo」の詳細な情報を開示 ―ISSCC …

Bookmark (2015-01-23)

・Ruby開発者・まつもとゆきひろ氏の新言語「Streem」のソースコードを読んでみよう! ~ 文法と構造を規定する「lex.l」と「parse.y」 http://codezine.jp/article/detail/8409 ・「Webサーバーを構築しよう(2)」~初心者でもよくわかる!VPSによるWebサー…

Bookmark(2015-01-14)

・Taobaoが公開しているnginxベースのWebサーバ Tengine の health check 機能 を試す http://blog.nomadscafe.jp/2015/01/tengine-tabao-nginx-with-advanced-feature.html ・分散システム設計のチェックリスト http://wazanova.jp/items/1658 ・Lua 5.3が…

Bookmark (2015-01-08)

・This is the insanely fast, alien-like router of the future http://qz.com/…/this-is-the-insanely-fast-alien-like-route…/ ・PHP concepts to learn before diving into Laravel 5 http://gilbert.pellegrom.me/php-concepts-to-learn-before-l…/ ・…