Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 21 scenarios
-
Pnpm Trust Patch
```diff{gist} diff --git a/flake.nix b/flake.nix index 0cbead6..d12e845 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,16 @@…
-
Extracting CA for macOS
```bash{gist label=extract-ca.bash} mkdir -p ~/.config/ssl # System Root CA security find-certificate -a -p \ /System/Librar…
-
.ideavimrc
```vim{gist label=~/.ideavimrc} let $LANG = 'en_US' set noerrorbells set visualbell set t_vb= set scrolloff=10 set notimeout "…
-
toko
```bash{gist label=toko} #!/usr/bin/env bash # Usage: # - echo 'Innovation thrives on shared curiosity.' | toko # - toko << 'Eo…
-
sshd_config
```plaintext{gist label=/etc/ssh/sshd_config.d/custom.conf} PermitRootLogin prohibit-password PubkeyAuthentication yes Passwor…