Skip to content

Instantly share code, notes, and snippets.

View minazou67's full-sized avatar

minazou67 minazou67

View GitHub Profile
@minazou67
minazou67 / howto-upgrade-debian-package.md
Last active December 6, 2015 15:03
How to upgrade debian package

How to upgrade debian package

Debian のパッケージをアップグレードする方法です。

Preparation

必要に応じてバックアップを取得します。仮想環境の場合は、仮想イメージのエクスポートでOK。

Update package management site

@minazou67
minazou67 / howto-convert-to-vmware-from-hyperv.md
Last active December 6, 2015 14:59
How to convert to VMware from Hyper-V

How to convert to VMware from Hyper-V

仮想 OS を Hyper-V 形式から VMware 形式へコンバートする方法です。

Environment

  • Hyper-V Manager 6.3
  • VMware ESXi 5.1.0
  • VMware vSphere Client 5.1.0
@minazou67
minazou67 / howto-upgrade-debian-jessie-kernel.md
Last active August 13, 2019 18:13
How to upgrade the Linux Kernel of debian 8 jessie

How to upgrade the Linux Kernel of debian 8 jessie

Debian 8 のカーネルをアップグレードする方法です。

Environment

  • Microsoft Windows Server 2012 R2
  • Hyper-V
  • Debian 8.2 jessie
@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 / drools-note.md
Last active January 18, 2016 04:12
Drools note
@minazou67
minazou67 / howto-use-testing-debian-distribution.md
Last active September 21, 2020 14:43
How to use the testing distribution of Debian

How to use the testing distribution of Debian

Debian のテスト版 (testing) のディストリビューションを使用する方法です。

Environment

  • Debian wheezy

Why use

@minazou67
minazou67 / howto-remote-access-to-phpMyAdmin-on-bitnami.md
Last active February 4, 2019 11:10
How to remote access to phpMyAdmin on Bitnami Redmine Stack

How to remote access to phpMyAdmin on Bitnami Redmine Stack

Bitnami Redmine Stack の phpMyAdmin にリモート端末からアクセスする方法です。

Environment

  • Debian jessie
  • bitnami-redmine-3.1.0-0-linux-x64
@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 / 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-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)