diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-08 20:11:17 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-08 20:11:17 -0600 |
commit | 25945b8fead989cca09a23983623b63ce36dcc0c (patch) | |
tree | 0dfc869ce8b028e04ce9da196af08779780915ce /wiki/index.org | |
parent | 22b526be60bf4257c2a1d58a5fad59cf6b044375 (diff) | |
download | cleberg.net-25945b8fead989cca09a23983623b63ce36dcc0c.tar.gz cleberg.net-25945b8fead989cca09a23983623b63ce36dcc0c.tar.bz2 cleberg.net-25945b8fead989cca09a23983623b63ce36dcc0c.zip |
feat: total re-write from Emacs org-mode to Zola markdown
Diffstat (limited to 'wiki/index.org')
-rw-r--r-- | wiki/index.org | 144 |
1 files changed, 0 insertions, 144 deletions
diff --git a/wiki/index.org b/wiki/index.org deleted file mode 100644 index f2b4482..0000000 --- a/wiki/index.org +++ /dev/null @@ -1,144 +0,0 @@ -#+title: Wiki - -An informal wiki of sorts. - -* Digital Garden - -#+BEGIN_QUOTE -At times, wilderness is exactly what readers want: a rich collection of -resources and links. At times, rigid formality suits readers perfectly, -providing precisely the information they want, no more and no less. Indeed, -individual hypertexts and Web sites may contain sections that tend toward -each extreme. -#+END_QUOTE - -#+BEGIN_QUOTE -Often, however, designers should strive for the comfort, interest, and -habitability of parks and gardens: places that invite visitors to remain, and -that are designed to engage and delight them, to invite them to linger, to -explore, and to reflect. -#+END_QUOTE - -[[https://www.eastgate.com/garden/][Hypertext Garden]] - -* Git - -I want to get rid of all local modifications and go back to the working tree -of the most recent commit: - -#+BEGIN_SRC sh -git restore . -#+END_SRC - -Revert a specified commit: - -#+BEGIN_SRC sh -git revert commit-id -#+END_SRC - -Reset the repository to a specific commit in the git log: - -#+BEGIN_SRC sh -git reset --mixed commit-id -#+END_SRC - -I need to commit and push changes to a remote that has been changed since my -most recent pull: - -#+BEGIN_SRC sh -git pull --rebase -#+END_SRC - -* Hardware - -** Laptops - -*** macOS - -| Category | Details | -| Model | Macbook Pro 16" | -| CPU | Apple M2 Pro | -| RAM | 16GB | -| Storage | 512GB SSD | - -*** Linux - -| Category | Details | -|----------|---------------------------------------------| -| Model | Lenovo ThinkPad E15 Gen 4, model 21ED0048US | -| CPU | AMD Ryzen 5 5625U with Radeon Graphics | -| RAM | 16 GB | -| Storage | 256 GB SSD | - -** Servers - -| Category | Details | -|--------------------|----------------------------------------| -| Case | Rosewill RSV-R4100U 4U | -| Motherboard | NZXT B550 | -| CPU | AMD Ryzen 7 5700G with Radeon Graphics | -| RAM | 64GB RAM (2x32GB) | -| Storage (On-board) | Western Digital 500GB M.2 NVME SSD | -| Storage (HDD Bay) | 48TB HDD | -| PSU | Corsair RM850 PSU | - -** Networking Equipment - -- UDM-Pro -- USW-24-PoE -- USW-Lite-8-PoE -- U6-Pro -- U6-Extender -- USP-Plug -- UVC G4 Instant x 3 -- UVC G4 Doorbell Pro -- UP Chime -- USW 24-Port Patch Panel -- USW Switch Lite 8 PoE - -* Software - -** Laptop - -Alpine 3.18.2; no DE. - -I currently run my Alpine laptop via the default login shell - no desktop -environment. From here, I use a mix of byobu and emacs to split my screen into -tabs and panes. All programs run through the shell and do not use visual -libraries such as X or Wayland. - -I have Sway installed and configured, but only launch it when I must. - -- brightnessctl -- byobu -- emacs -- [font-dejavu, font-noto, font-noto-cjk, font-noto-cjk-extra] -- glances -- gnupg -- irssi -- lynx -- nano -- neomutt -- newsboat -- ohmyzsh -- [pango, pango-tools] -- pipewire -- syncthing -- wireguard -- zola -- zsh - -** Server - -Ubuntu 22.04.1; no DE. - -See my services page for a list of the publicly-available services running on -this server. - -- certbot -- [docker, docker-compose] -- nginx -- zsh - - - |