Skip to content

Instantly share code, notes, and snippets.

@bsmile
bsmile / file0.txt
Last active August 29, 2015 14:20
CentOS7.1 で zabbix-serverの起動が失敗する話とその解決方法 ref: http://qiita.com/_BSmile_/items/61932e45de5330190027
[root@zabbix ~]# systemctl start zabbix-server
Job for zabbix-server.service failed. See 'systemctl status zabbix-server.service' and 'journalctl -xn' for details.
@bsmile
bsmile / file0.txt
Created April 8, 2015 07:18
過去にLinuxからWindowsへRDP出来ていたのに、急に出来なくなった場合 ref: http://qiita.com/_BSmile_/items/f29c4c2aa469d657d5fd
$ vi ~/.freerdp/known_hosts
@bsmile
bsmile / docker
Last active August 29, 2015 14:15
docker1.5の新機能[stats]を使用して、外部からリソース状況を拾ってみる。 ref: http://qiita.com/_BSmile_/items/0a02d28911f77898bf89
# Modify these options if you want to change the way the docker daemon runs
# OPTIONS=--selinux-enabled -H fd://
OPTIONS=--selinux-enabled -H fd:// -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock
# Location used for temporary files, such as those created by
# docker load and build operations. Default is /var/lib/docker/tmp
# Can be overriden by setting the following environment variable.
# DOCKER_TMPDIR=/var/tmp