Skip to content

Instantly share code, notes, and snippets.

View minazou67's full-sized avatar

minazou67 minazou67

View GitHub Profile
@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 / 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
@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-remove-pom-from-artifacts.md
Last active August 18, 2016 06:16
How to remove the POM file from artifacts that have been built with Maven

How to remove the POM file from artifacts that have been built with Maven

Maven のビルド成果物から pom.xmlpom.properties を除外する方法です。

Environment

  • Apache Maven 3.2.2
  • maven-jar-plugin 2.6
  • maven-war-plugin 2.6
@minazou67
minazou67 / howto-configure-logging-and-rotation-on-bitnami-tomcat.md
Last active August 22, 2016 04:19
How to configure logging and log rotation of Apache and Tomcat on Bitnami Tomcat Stack

How to configure logging and log rotation of Apache and Tomcat on Bitnami Tomcat Stack

Bitnami Tomcat Stack の Apache と Tomcat のロギングとログローテーションの設定方法です。

Environment

  • Debian wheezy 7.11, jessie 8.5
  • tomcatstack-7.0.64-0-linux-x64
@minazou67
minazou67 / howto-setup-global-jndi-resources-tomcat.md
Created September 15, 2016 07:59
How to set up global JNDI Resources of Tomcat

How to set up global JNDI Resources of Tomcat

Tomcat のグローバルな JNDI リソースの設定方法です。

Environment

  • Debian jessie 8.5
  • tomcatstack-8.0.36-2-linux-x64
@minazou67
minazou67 / howto-install-elk-stack-on-debian.md
Last active April 4, 2017 17:12
How to Install ELK Stack + Filebeat on Debian

How to Install ELK Stack + Filebeat on Debian

Debian に ELK Stack + Filebeat をインストールする方法です。
最新版では、すべて Debian パッケージからインストールすることが可能です。
Apache のアクセスログを収集・分析することを前提としています。

Environment

  • Debian jessie 8.6
@minazou67
minazou67 / howto-select-default-java-on-debian.md
Last active May 18, 2017 08:52
How to select the default Java on Debian

How to select the default Java on Debian

java コマンドで実行される Java のバージョンを切り替える方法です。
すぐに忘れるのでメモ。

Environment

  • Debian jessie 8.6
  • From JDK 7 to JDK 8
@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