From 2347cd1c9f56d8cb2c54c037d4305242cd6ebc74 Mon Sep 17 00:00:00 2001 From: Daniel Power Date: Thu, 11 Apr 2024 23:51:14 -0230 Subject: [PATCH] Remove unpublished blog posts --- src/lib/posts/2023-defaults.md | 193 --------------------------------- src/lib/posts/qnap-jellyfin.md | 44 -------- src/lib/posts/squid-jam.md | 4 - 3 files changed, 241 deletions(-) delete mode 100644 src/lib/posts/2023-defaults.md delete mode 100644 src/lib/posts/qnap-jellyfin.md delete mode 100644 src/lib/posts/squid-jam.md diff --git a/src/lib/posts/2023-defaults.md b/src/lib/posts/2023-defaults.md deleted file mode 100644 index b5a941a..0000000 --- a/src/lib/posts/2023-defaults.md +++ /dev/null @@ -1,193 +0,0 @@ ---- -title: "Defaults for 2023" -date: "2024-01-05" ---- - -It seems there's a [trend](https://defaults.rknight.me/) I'm late to the party -for. - -## Mail Client - -[Thunderbird](https://www.thunderbird.net) - -## Notes - -[LogSeq](https://logseq.com) - -## To-Do - -[TickTick](https://ticktick.com) - -## Photo ~Management~ - -No management. Just suffering. - -## Calendar - -Also [Thunderbird](https://www.thunderbird.net) - -## RSS - -[MiniFlux](https://miniflux.app) - -## Password Manager - -[1Password](https://1password.com) - -## Browser - -[Firefox](https://www.firefox.com) - -## Chat - -Imagine being able to standardize on a single chat platform. - -## Bookmarks - -I just forget and hope it wasn't important. - -## Budgeting and Finance - -YOLO (the philosophy, not the app). - -## Podcasts - -AntennaPod - -## Code Editor - -[NeoVim](https://neovim.io) - -## Terminal - -[Kitty](https://sw.kovidgoyal.net/kitty/) - -## Home Media - -[Jellyfin](https://jellyfin.org) - -## Torrent Client - -[qBitTorrent](https://www.qbittorrent.org) - -## Video Player - -[mpv](https://mpv.io) - -## VPN - -[Private Internet Access](https://www.privateinternetaccess.com) - -## Operating System - -[Arch Linux](https://archlinux.org) - -## Desktop Environment - -[Plasma](https://kde.org/plasma-desktop) - -## Packet Sniffer - -[Wireshark](https://www.wireshark.org) - -## cat - -[bat]() - -## grep - -[ripgrep]() - -## ls - -[ls]() - -## Frontend Framework - -[Svelte](https://svelte.dev) - -## Backend Framework - -[Sveltekit](https://kit.svelte.dev) - -## Git Client - -[git](https://git-scm.com) - -## Image Manipulation Program - -[GIMP](https://www.gimp.org) - -## Game Engine - -[Love2D](https://love2d.org) - -## Game - -[osu!](https://osu.ppy.sh) - -## Music Player - -[Youtube](https://www.youtube.com/watch?v=mPxvhr2qvyA) - -## Language Learning App - -[Renshuu](https://www.renshuu.org) - -## NAS - -[QNAP](https://www.qnap.com) - -## Cloud Backup - -[Backblaze](https://www.backblaze.com) - -## VPS - -[DigitalOcean](https://www.digitalocean.com) - -## Domain Registrar - -[Hover](https://www.hover.com) - -## Domain DNS - -[Cloudflare](https://www.cloudflare.com) - -## Domain Email - -[Hover](https://www.hover.com) - -## Domain SSL - -[Let's Encrypt](https://letsencrypt.org) - -## Container Runtime - -[Docker](https://www.docker.com) - -## Laptop - -[Framework](https://frame.work) - -## Phone - -[Galaxy S22](https://www.samsung.com) - -## Keyboard - -[Drop Preonic](https://drop.com) - -## Planet - -[Earth](https://en.wikipedia.org/wiki/Earth)[^1] - -## Mouse - -[Logitech G305](https://www.logitechg.com/en-us/products/gaming-mice/g305-lightspeed-wireless-gaming-mouse.910-005280.html) - -## Cat - -[Maria](https://www.instagram.com/maria_the_cat_2008/) - -[^1]: Citation needed diff --git a/src/lib/posts/qnap-jellyfin.md b/src/lib/posts/qnap-jellyfin.md deleted file mode 100644 index e43fea6..0000000 --- a/src/lib/posts/qnap-jellyfin.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Setting up Jellyfin on the QNAP TS-464" -date: "2023-09-25" ---- - -# Prerequisites - -This guide assumes you have Container Station installed. - -# Create the application - -```yml -version: "3.0" -services: - jellyfin: - image: lscr.io/linuxserver/jellyfin:latest - container_name: jellyfin - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - volumes: - - /share/Multimedia/Movies:/data/movies - - /share/Multimedia/Shows:/data/shows - - /share/Multimedia/Youtube:/data/youtube - - /share/Jellyfin/config:/config - ports: - - 49158:8096 - devices: - - "/dev/dri/renderD128:/dev/dri/renderD128" - restart: unless-stopped -``` - -# Address GPU permissions - -ssh in and do - -```sh -sudo chmod 777 /dev/dri/renderD128 -``` - -# Automate with Systemd - -Write a unit file my guy diff --git a/src/lib/posts/squid-jam.md b/src/lib/posts/squid-jam.md deleted file mode 100644 index 7924949..0000000 --- a/src/lib/posts/squid-jam.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Squid Jam - Day 1" -date: "2024-01-19" ----