Barge OS | RancherOS | Boot2Docker | |
---|---|---|---|
Release | 2019/06/11 | 2019/08/22 | 2019/11/14 |
Version | 2.13.0 | 1.5.4 | 19.03.5 |
Size | 14 MB | 130 MB | 57 MB |
Kernel | 4.14.125 | 4.14.138 | 4.14.154 |
User Land | Buildroot(glibc) + BusyBox v1.30.1 | Buildroot(glibc) + BusyBox v1.27.2 | Tiny Core Linux v10.1(glibc) + BusyBox v1.29.3 |
Docker | 1.10.3 (*1) | 18.09.8 (*1) | 19.03.5 |
Storage Driver | overlay / overlay2 (*2) | overlay2 (*3) | overlay2 (*3) |
TLS | (*4) | ✓ | ✓ |
View gist:3082623
This file contains 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
# This should be placed inside features/support/env.rb | |
# So we could specify at command prompt desired remote address and browser, e.g.: | |
# be cucumber REMOTE=true REMOTE_BROWSER=ie REMOTE_ADDR=192.168.1.1 | |
# But there are some peculiarities which should be further investigated: | |
# * chrome needs chromedriver executable | |
# * opera loses focus and no further execution possible | |
# * it's impossible to attach a file to remote browser in file-handling scenarios |
View gist:29b0ae677cf207e545a2
This file contains 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
#!/bin/sh | |
# | |
# スナップショット一覧から AMI と紐付いていないスナップショットの ID を取得する | |
# | |
set -e | |
# Set environment | |
SNAPSHOT_LIST="snapshots.list" |
View url-with-https-via-proxy.el
This file contains 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
;; | |
;; If the OpenSSL executable is compiled with the patch in | |
;; http://rt.openssl.org/Ticket/Display.html?id=2651&user=guest&pass=guest , | |
;; the executable can connect a server via a HTTP proxy. | |
;; With the below code, the url.el library may connect a server with | |
;; the HTTPS protocol via a HTTP proxy. | |
;; | |
;; | |
;; Register a proxy for the "https" scheme from the environment |
View powerline.el
This file contains 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
;;; mainline.el --- modeline replacement forked from powerline.el | |
;; Author: Jason Milkins | |
;; Version: 1.0.2 | |
;; Keywords: statusline / modeline | |
;;; Changelog: | |
;; 1.0.1 : added additional xpm shape chamfer14, adjusted chamfer xpm. | |
;; : mainline-color1, mainline-color2, mainline-arrow-shape |
View minimal-docker-hosts.md
View block_quine.rb
This file contains 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
s=%w(ABCDEFGHIJKMNOQRSUWXYZ0123456789 "`^' acegmnopqrsuwxyz)######################################## | |
b='';d=->c{(w=s.find{|a|a[c]})&&(b+=(w.size+w.index(c)).to_s(2)[1..-1])};%(######################### | |
B^"`^^```^""NB^"`^^```^""NBS4K2DANGSGDJXANGWGDJDBYUS4I2OENGWGDJD""'`"^"'""'J"`^"`^^`"`^DJ"`^"`^^`"`^ | |
D mqwgmqwa anawoqom NOGGS24NNUZ6YX1BJAWC2IUKE21CCKJFFYZWQM wsereues Z pnaxmxex aomoeooo | |
C 3MDN7SQJ 2BCEA37Q IBEG24XQOOX082HI6X0QZ51B7HW8WUIE7JYQZ4 ME7JSE6W M RO7GG835 N77U0Y5W | |
F BDZ6UK1K OMZGQU5K O5WSFIME7JYGE34HOJ1Q525RO7SQ54HD2RGKFI UJE6XYJ4 D Q6FDEMXX KNM0GWW9 | |
M 6YH4448A 2YH4Z24R Y3UY9MDM27Y0G3IRYXUY9JDM27Y0G3IRZBZ60U 8O6YH4J4 8 OYDDYZS4 A27FNGSG | |
D `"""'"` xa "'"'"'" 1JIRYUZ65M7E7QWS13IRYZSE1SCMI9G8KCDM3Xg ``""``" 9 ``^^'`` en `^`"^^` | |
7F NQSGcsooosasp444WQ3FHY7U4A2OH443IRY3Z6DU4C7FZ0Y5HHI3U0 S21 RZOY G | |
B xuwpxew "8H3IN27BQW45KOXXY04DA71U8W4RD6YA8GWRM2FE0D5KA27FNW^ psaycsa Y roryxma '" pmswrmz |
View patch.model.tumblr.post.tbrl.js
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Post to Tumblr" | |
// , "description" : "Follow the latest change to post to Tumblr" | |
// , "include" : ["background"] | |
// , "version" : "0.2.6" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7920406/raw/patch.model.tumblr.post.tbrl.js" | |
// } | |
// ==/Taberareloo== |
View doc.md
コマンドによる「負荷」の原因切り分け
この文章では、Linuxコマンド、sar, top, psを使って、一般的に負荷といわれるものの原因を切り分けることを目的とする。
そもそも負荷とは
「複数のタスクによるサーバリソースの奪い合いの結果に生じる待ち時間」を一言で表した言葉。OSのチューニングとは負荷の原因を知り、それを取り除くことにほかならない。
ボトルネックの見極め作業の大まかな流れ
- ロードアベレージ(処理を実行したくても、実行できなくて待たされているプロセス(CPUの実行権限が与えられるのを待っている、またはディスクI/Oが完了するのを待っている)の数)を見る
View gist:5318109
2013 年の新卒研修メニュー
Rails Tutorial
目的
- 2013 年にモダンな方法で一通り Web アプリケーションを自分一人で作れるようになってもらう
- 作る過程で Web 開発で必要とされるアプリケーションレイヤのスキルセットを身につけてもらう
教科書
View vuejs.md
#まず見るべき
以下のURLは、常に更新されているコンテンツです。
- ドキュメント日本語版
- 日本語版ドキュメントはVue.js日本語コミュニティによって常に更新されています。ミスがあれば、是非jp.vuejs.orgまでプルリクエストを頂けると助かります。
- 質問や議論は日本語コミュニティのSlackが活発です。
- はじめに読むものとしては、下記のコンテンツが良いでしょう。
- 概要
OlderNewer