Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 18 scenarios
-
NixOS on Hyper-V
```nix{gist label=/etc/nixos/configuration.nix} # Edit this configuration file to define what should be installed on # your sys…
-
Lazygit Config
```yaml{gist label="~/Library/Application\ Support/lazygit/config.yml"} # https://github.com/jesseduffield/lazygit/blob/master/…
-
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…