Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View minazou67's full-sized avatar

minazou67 minazou67

View GitHub Profile
@minazou67
minazou67 / spring-security-3.2.5-note.md
Created January 19, 2015 11:27
Spring Security 3.2.5 note

Spring Security 3.2.5 note

実装に苦労したのでメモ。

前提条件

  • Public なページと Secure なページを同一モジュールで実装
  • Session 管理は Spring Security 任せ
  • org.springframework.security.web.csrf.CsrfFilter を使用
  • spring-framework-4.1.4 と併用
  • XML で Bean 定義
@minazou67
minazou67 / bitnami-redmine-plugins-migrate.md
Last active August 29, 2015 14:23
Migration redmine plugins of Bitnami.

Check the version of the rake

/opt/redmine-3.0.4-1# ./use_redmine
/opt/redmine-3.0.4-1# cd apps/redmine/htdocs/
/opt/redmine-3.0.4-1/apps/redmine/htdocs# gem list rake

*** LOCAL GEMS ***

rake (10.4.2, 0.9.6, 0.8.7)
@minazou67
minazou67 / java-se-0-note.md
Last active December 3, 2015 02:14
Notes the Java SE
@minazou67
minazou67 / run-bitnami-redmine-linux-installer.md
Last active December 3, 2015 02:20
Execution result of bitnami-redmine-3.0.3-0-linux-installer.run.

bitnami-redmine-3.0.3-0-linux-installer.run

/home/minazou67# chmod 755 bitnami-redmine-3.0.3-0-linux-installer.run
/home/minazou67# sudo ./bitnami-redmine-3.0.3-0-linux-installer.run
Language Selection

Please select the installation language
[1] English - English
[2] Spanish - Espanol
@minazou67
minazou67 / run-bitnami-tomcatstack-linux-installer.md
Last active December 3, 2015 02:57
Execution result of bitnami-tomcatstack-7.0.64-0-linux-x64-installer.run

bitnami-tomcatstack-7.0.64-0-linux-x64-installer.run

/home/minazou67# chmod 755 bitnami-tomcatstack-7.0.64-0-linux-x64-installer.run
/home/minazou67# sudo ./bitnami-tomcatstack-7.0.64-0-linux-x64-installer.run
----------------------------------------------------------------------------
Welcome to the Bitnami Tomcat Stack Setup Wizard.

----------------------------------------------------------------------------
Installation folder
@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-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 / drools-note.md
Last active January 18, 2016 04:12
Drools note
@minazou67
minazou67 / howto-install-vmware-tools-to-debian.md
Last active June 15, 2016 07:08
How to install the VMware tools to Debian

How to install the VMware tools to Debian

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

Environment

  • VMware ESXi 5.1.0
  • VMware vSphere Client 5.1.0
@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