Skip to content

Instantly share code, notes, and snippets.

#cloud-config
coreos:
units:
- name: iptables-restore.service
enable: true
write_files:
- path: /var/lib/iptables/rules-save
permissions: 0644
owner: root:root

Docker

  • ホストのポート80をコンテナの8080にポートフォワードしてコンテナを立ち上げる
docker run -p 80:8080 -p 50000:50000 jenkins
  • 稼働中コンテナでbashを立ち上げ、ログインする

How to use the keychain service

// Set a password
security add-generic-password -s shizuku -a rhoboro -p password

// Show the password
security find-generic-password -gs shizuku -w

// Delete the password
<source>
type forward
port 24224
</source>
<match *.*>
type stdout // /var/log/td-agent/td-agent.logに追記されていく
</match>
@rhoboro
rhoboro / 2015_sv.md
Last active September 8, 2015 22:57

2015_Summer_Vacation

東京(18)

  • 奥華子ライブ
    • 町田市民ホール/開場18:00/開演18:30

鳥取(19-20)

  • 鳥取砂丘(鳥取市)
@rhoboro
rhoboro / file0.m
Last active September 12, 2015 14:35
UITableViewから渡されるindexPathをそのままキーにしてはいけない ref: http://qiita.com/rhoboro/items/89e3d1cfe9395effa88d
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return 1;
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return [self.items count];
}
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath {
import json
import os.path
import sys
import os
# boto3のバージョンが古いためカレントディレクトリにインストールしたboto3を利用する
# pip install -t boto3 .
root = os.environ["LAMBDA_TASK_ROOT"]
sys.path.insert(0, root)
import boto3
@rhoboro
rhoboro / index.html
Last active November 22, 2015 03:35
golangで複数ディレクトリから静的ファイルを配信する
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bootstrap/dist/css/bootstrap-theme.min.css">
</head>
<header>
### Build Configuration
WORKSPACE=****
PROJECT_WORKSPACE=****
BUILD_NUMBER=****
SCHEME=****
CONFIGURATION=****
PROVISIONING_NAME=****
IPA_FILE_NAME=****.ipa
iOS_SDK=****
PASS=****