Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 21 scenarios
-
SSH Reverse Tunneling
### Remote host that listens on `localhost:2211`: ```bash nohup $(which sshd) -D -f /dev/null -o HostKey=~/.ssh/host_ed25519 -…
-
Java Debugee Config
```json{gist label=.vscode/launch.json} { "version": "0.2.0", "configurations": [ { "type": "java", "name":…
-
Deno Debugee Config
```json{gist label=.vscode/launch.json} { "version": "0.2.0", "configurations": [ { "type": "pwa-node", "re…
-
hoobira.zsh-theme
```zsh{gist label=~/.oh-my-zsh/custom/themes/hoobira.zsh-theme} # The name of this theme, _hoobira_, means the _hoo_ mod of _bi…
-
Signing Commit
```ini{gist label=~/.gitconfig} [user] name = Foo email = bar@baz.com signingKey = ~/.ssh/prikey [gpg] format = ssh [co…