Skip to content

Instantly share code, notes, and snippets.

View lcnja's full-sized avatar
💭
I may be slow to respond.

Kim Ko lcnja

💭
I may be slow to respond.
View GitHub Profile
@lcnja
lcnja / tmux-cheatsheet.markdown
Created March 27, 2018 14:54 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]
@lcnja
lcnja / tmux-cheatsheet.markdown
Created March 27, 2018 14:54 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]
@lcnja
lcnja / _INSTALL.md
Created July 15, 2017 10:57 — forked from robinsmidsrod/_INSTALL.md
Bootstrapping full iPXE native menu with customizable default option with timeout (also includes working Ubuntu 12.04 preseed install)

Add the following chunk to your existing ISC dhcpd.conf file.

if exists user-class and ( option user-class = "iPXE" ) {
    filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
    filename "undionly.kpxe";
}

(or see https://gist.github.com/4008017 for a more elaborate setup

@lcnja
lcnja / create_rootfs.sh
Created June 17, 2016 14:09 — forked from fjkz/create_rootfs.sh
Create a rootfs environment for chroot building.
#!/bin/sh
#
# Create a rootfs environment for chroot building.
#
# Requires
# - OS installing CDROM at the current directory,
# - the root authority.
#
# mount install cd