tmux
tmux new -s myname
tmux a # (or at, or attach)
tumx a -d
# 普段はこう書いている | |
install: --no-rdoc --no-ri | |
update: --no-rdoc --no-ri | |
search: --remote | |
specification: --remote |
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
# | |
# CSVファイルを読み込んで、REST API経由でRedmineのユーザーを作成する | |
# | |
# CSVファイルの形式: | |
# ログインID,パスワード,名,姓,メールアドレス | |
require 'rest-client' # gem install rest-client |
import ( | |
"fmt" | |
"io" | |
"os" | |
) | |
/* | |
GoLang: os.Rename() give error "invalid cross-device link" for Docker container with Volumes. | |
MoveFile(source, destination) will work moving file between folders | |
*/ |