diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-16 06:51:37 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-16 06:51:37 -0400 |
commit | 5634e70571eac6d9e525cce3cf4186478a04f223 (patch) | |
tree | ea757a21051a5140089fd0e206328c567559e8da /content/rocks.md | |
parent | eab0d3ff03c66cd0f41eab2c84b43089687c96b0 (diff) |
add new post, add new pages, move about content to home, and more
Diffstat (limited to 'content/rocks.md')
-rw-r--r-- | content/rocks.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/rocks.md b/content/rocks.md new file mode 100644 index 0000000..63c10c0 --- /dev/null +++ b/content/rocks.md @@ -0,0 +1,26 @@ +--- +title: "Rocks" +subtext: "A compilation of anything that butters my muffin." +--- + +## Server Software + +* [PrivateBin](https://privatebin.info/): Pastebin service where encryption and decryption happens in the browser. +* [Miniflux](https://miniflux.app/): Feed reader with simple configuration, minimal UI, and great UX. +* [ZNC](https://wiki.znc.in/ZNC): Featureful IRC bouncer with an extensive web interface for configuration. +* [Gonic](https://github.com/sentriz/gonic): Music streaming server, implements the (Open)Subsonic API. + +## Shell Scripting + +* [ShellCheck](https://www.shellcheck.net/): Static analyzer for shell scripts; the gold standard for people who care about their scripts. +* [shfmt](https://github.com/mvdan/sh): Shell script formatter; while quite opinionated, it works great for me. + +## Emacs Packages + +* [Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/index.html): An LSP client implemented right - great configurations out of the box, and generally "just works." + +--- + +I'm taking suggestions for anything that could fit the bill here! Be sure to [let me know][contact] if you have anything. + +[contact]: /contact.html |