Skip to content

Instantly share code, notes, and snippets.

View minazou67's full-sized avatar

minazou67 minazou67

View GitHub Profile
@minazou67
minazou67 / howto-install-zabbix-agent-on-debian.md
Last active October 5, 2017 11:55
How To Install Zabbix Agent on Debian

How To Install Zabbix Agent on Debian

Debian に Zabbix Agent をインストールする方法です。

Environment

  • Debian wheezy 7.11, jessie 8.5
  • Zabbix 3.0
@minazou67
minazou67 / howto-expand-disk-size-of-linux-on-vmware.md
Last active October 11, 2020 03:44
How to expand disk size of Linux on VMware

How to expand disk size of Linux on VMware

VMware 上の Linux のディスクサイズを拡大する方法です。
仮想ディスクの縮小は面倒なため、不用意にサイズを拡大しすぎないこと。

Environment

  • VMware ESXi 6.0.0
  • VMware vSphere Client 6.0.0
@minazou67
minazou67 / howto-copy-vm-of-vmware.md
Last active June 22, 2017 08:37
How to copy a virtual machine of VMware

How to copy a virtual machine of VMware

VMware の仮想マシンをコピーして使用する方法のメモです。

Environment

  • VMware ESXi 6.0.0
  • VMware vSphere Client 6.0.0
@minazou67
minazou67 / settings-note-after-debian-netinst-installation.md
Last active February 5, 2018 02:52
Settings Note after debian-netinst installation

Settings Note after debian-netinst installation

Debian をネットワークインストールした直後に設定する最低限の項目の設定メモです。

Environment

Network install (debian-8.5.0-amd64-netinst.iso)

Settings of installation

@minazou67
minazou67 / howto-remove-plugin-of-redmine.md
Last active June 28, 2016 10:14
How to remove the plug-in of redmine

How to remove the plug-in of redmine

下記のコマンドを実行して Redmine を再起動すればOK。

cd /path/to/redmine
bundle exec rake redmine:plugins:migrate NAME=${redmine_plugin_name} VERSION=0 RAILS_ENV=production
rm -rf plugins/redmine_plugin
@minazou67
minazou67 / howto-install-open-vm-tools-to-debian.md
Last active July 5, 2016 01:32
How to install the Open VM Tools to Debian

How to install the Open VM Tools to Debian

Debian 仮想マシンに Open VM Tools をインストールする方法です。
Debian 7.x 以降では、VMware Toolsではなく、open-vm-tools の利用が推奨されています。

Environment

  • VMware ESXi 6.0.0
  • VMware vSphere Client 6.0.0
@minazou67
minazou67 / howto-change-root-password-vmware-esxi.md
Last active July 4, 2016 09:56
How to change the root password of VMware ESXi

How to change the root password of VMware ESXi

VMware ESXi ホストの root アカウントのパスワードの変更方法です。

Environment

  • VMware ESXi 6.0
  • vSphere Client 6.0
@minazou67
minazou67 / howto-run-h2webserver-using-spring.md
Last active July 4, 2016 09:59
How to run H2 web server in the application using the spring framework

How to run H2 web server in the application using the spring framework

Spring framework を使用したアプリケーションの起動時に、H2 の Web サーバーを起動する方法です。

Environment

  • Spring framework 4.2.5
  • H2 database 1.4.192 (in-memory)
@minazou67
minazou67 / transaction-isolation-note.md
Last active March 13, 2018 06:23
Transaction isolation note

Transaction isolation note

トランザクション分離レベルのメモです。

Isolation level

ANSI/ISO SQL 標準によって、4種類の分離レベルが定められています。

ANSI/ISO Level for SQL Dirty Read Non-Repeatable Read (Fuzzy Read) Phantom Read
@minazou67
minazou67 / howto-restart-jenkins.md
Last active July 4, 2016 10:04
How do I restart Jenkins?

How do I restart Jenkins?

Jenkins の再起動方法です。

URL

http://<jenkins.server>/restart
http://<jenkins.server>/safeRestart
http:///exit