Skip to content

Instantly share code, notes, and snippets.

@shouro
shouro / fork_and_daemon.go
Created November 10, 2021 05:27 — forked from wrfly/fork_and_daemon.go
golang fork and exec and handle signals
package main
import (
"flag"
"fmt"
"log"
"os"
"os/signal"
"syscall"
)
@shouro
shouro / tmux-cheatsheet.markdown
Created November 11, 2022 23:09 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname