Skip to content

Instantly share code, notes, and snippets.

@haydnhkim
haydnhkim / hhkb.ahk
Created February 6, 2020 03:54
macOS-like HHKB(happy hacking) key mapping for windows
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
; ! Alt
; ^ Control
; + Shift
; # Win
; RCtrl 한자키로 사용하기
#!/bin/bash
# INSTALL ORACLE INSTANT CLIENT #
#################################
# NOTE: Oracle requires at least 1176 MB of swap (or something around there).
echo "Now go get some the following two zip files ..."
echo "- basic: instantclient-basic-macos.x64-11.2.0.4.0.zip"
#!/bin/bash
# INSTALL ORACLE INSTANT CLIENT #
#################################
# NOTE: Oracle requires at least 1176 MB of swap (or something around there).
# If you are using CentOS in a VMWare VM, there's a good chance that you don't have enough by default.
# If this describes you and you need to add more swap, see the
# "Adding a Swap File to a CentOS System" section, here:
# http://www.techotopia.com/index.php/Adding_and_Managing_CentOS_Swap_Space