Skip to content

Instantly share code, notes, and snippets.

View noriki-nakamura's full-sized avatar

Noriki Nakamura noriki-nakamura

View GitHub Profile
// Edit this keymap file and save to apply.
[
{ "command": "closepane", "keys": { "win": [""] } },
{ "command": "nextpane", "keys": { "win": [""] } },
{ "command": "gotopanedown", "keys": { "win": ["Ctrl-Alt-Down"] } },
{ "command": "gotopaneleft", "keys": { "win": ["Ctrl-Alt-Left"] } },
{ "command": "gotopaneup", "keys": { "win": ["Ctrl-Alt-Up"] } },
{ "command": "gotopaneright", "keys": { "win": ["Ctrl-Alt-Right"] } },
{ "command": "addCursorAbove", "keys": { "win": [""] } },
{ "command": "addCursorBelow", "keys": { "win": [""] } },
@noriki-nakamura
noriki-nakamura / docker-compose.yml
Created February 25, 2021 15:00
mysql-wordpress-redmine
version: '3'
services:
db:
image: mysql:5.7
volumes:
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./docker-db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: mysql-root-container
@noriki-nakamura
noriki-nakamura / Userdata-MIRACLE_ZBX_PRX.sh
Last active November 30, 2020 05:28
Userdata for MIRACLE ZBX 5.x
#! /bin/sh
MYSQL_PW=password
SERVER_IP=
PROXY_NAME=
# Prompt Setting
echo "export PS1='[\u@\h (MIRACLE-ZBX-PRX) \W]\\$ '" >> /etc/profile.d/prompt.sh
# Install packages
rpm --import https://ftp.miraclelinux.com/zbx/RPM-GPG-KEY-MIRACLE