summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-04 14:40:22 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-04 14:40:22 +0100
commit0bdcaa024b254929756286e3ed4acbe71c74b3d2 (patch)
treeae3d3ccc5bfb96c216c05dd9070662bf3ac25f9f
parent75fbc95c3e2c3619e94a1de2cc24352748200a59 (diff)
updated quicknote
-rw-r--r--content/techjournal/quicknote_capture_4_October_2024.md78
1 files changed, 78 insertions, 0 deletions
diff --git a/content/techjournal/quicknote_capture_4_October_2024.md b/content/techjournal/quicknote_capture_4_October_2024.md
new file mode 100644
index 0000000..83d644f
--- /dev/null
+++ b/content/techjournal/quicknote_capture_4_October_2024.md
@@ -0,0 +1,78 @@
+---
+title: "Quicknote capture Friday 4 October 2024"
+date: 2024-10-04T13:36:20
+draft: false
+categories: ["Tech"]
+tags: ['quicknotes']
+---
+
+Usual fare this period. FreeBSD is creeping back into my consciousness near the end. Some great stuff in here.
+
+- [Omakub — An Omakase Developer Setup for Ubuntu 24.04 by DHH](https://omakub.org/)
+- [Zellj](https://zellij.dev/)
+- [Wonderful vi](https://world.hey.com/dhh/wonderful-vi-a1d034d3)
+- [Will we be writing Hare in 2099? (with Drew DeVault) - YouTube](https://www.youtube.com/watch?v=42y2Q9io3Xs)
+- [Notes on running Go in the browser with WebAssembly - Eli Bendersky's website](https://eli.thegreenplace.net/2024/notes-on-running-go-in-the-browser-with-webassembly/)
+- Good general security in html/web pages summary with focus on htmx: [&lt;/&gt; htmx ~ Web Security Basics (with htmx)](https://htmx.org/essays/web-security-basics-with-htmx/)
+- [Backup strategies for SQLite in production &#8211; Oldmoe&#039;s blog](https://oldmoe.blog/2024/04/30/backup-strategies-for-sqlite-in-production/)
+- Don't even go there: [Solene'% : Full-featured email server running OpenBSD](https://dataswamp.org/~solene/2024-07-24-openbsd-email-server-setup.html)
+- Go there: [Solene'% : OpenBSD extreme privacy setup](https://dataswamp.org/~solene/2024-06-08-openbsd-privacy-setup.html)
+- Interesting and useful but they type's a bit small buddy: [That grumpy BSD guy: You Have Installed OpenBSD. Now For The Daily Tasks.](https://bsdly.blogspot.com/2024/09/you-have-installed-openbsd-now-for.html)
+- Ooft...: [Make Your Own CDN With OpenBSD Base and Just 2 Packages - IT Notes](https://it-notes.dragas.net/2024/08/29/make-your-own-cdn-openbsd/?utm_source=discoverbsd)
+- I do use it: [Why You Should Use FreeBSD | FreeBSD Foundation](https://freebsdfoundation.org/blog/why-you-should-use-freebsd/?utm_source=discoverbsd)
+- [Building static binaries with Go on Linux - Eli Bendersky's website](https://eli.thegreenplace.net/2024/building-static-binaries-with-go-on-linux/)
+- [The Modern CLI Renaissance | Gabe Venberg](https://gabevenberg.com/posts/cli-renaissance/)
+- [Nine easy yoga moves to fix your health ailments](https://www.telegraph.co.uk/health-fitness/fitness/workouts/yoga-moves-back-neck-pain/)
+- [6 Techniques I Use to Create a Great User Experience for Shell Scripts](https://nochlin.com/blog/6-techniques-i-use-to-create-a-great-user-experience-for-shell-scripts?utm_source=hackernewsletter&utm_medium=email&utm_term=code)
+- [GTF :: Why Haskell?](https://www.gtf.io/musings/why-haskell)
+- [Watch: Cruise ships chopped in half are a license to print money](https://newatlas.com/marine/how-to-stretch-cruise-ship/)
+- This looks fucking painful: [Pulumi - Infrastructure as Code in Any Programming Language](https://www.pulumi.com/)
+- Another way to handle AWS - recommended by Fireship: [Run Locally, Deploy Globally](https://www.localstack.cloud/)
+- This classic, the way, the timewaster, the everything.: [Unix as IDE: Introduction](https://blog.sanctum.geek.nz/series/unix-as-ide/)
+- This looks like it should be how to do port forwarding in relayd: [Forwarding ports with Openbsd reouter](https://operand.ca/2014/11/09/forwarding-ports-with-openbsd-router.html)
+- [Port Fowarding on an OpenBSD Router with a PF Firewall - Unix &amp; Linux Stack Exchange](https://unix.stackexchange.com/questions/718502/port-fowarding-on-an-openbsd-router-with-a-pf-firewall)
+- Alternative to Tailscale, seemingly. Mentioned on a recent Linux Unplugged episode: [NetBird - Connect and Secure Your IT Infrastructure in Minutes](https://netbird.io/)
+- Inspection of python objects: [GitHub - igrek51/wat: Deep inspection of Python objects](https://github.com/igrek51/wat)
+- Mentioned on Linux Matters: [Symfonium: Your music, your way](https://www.symfonium.app/)
+- Another option for running Macos in a vm? This was on Linux Unplugged 575: [GitHub - sickcodes/Docker-OSX: Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.](https://github.com/sickcodes/Docker-OSX)
+- Another thing mentioned on Linux Unplugged 575 that looks interesting - zero trust mesh networking?: [Open Source Zero Trust Networking &#8211; OpenZiti is an open source zero trust network applying zero trust principles directly into applications through SDKs or to existing networks using tunnelers](https://openziti.io/)
+- Interesting series of blog posts about assembly, writing your own OS, Dusk OS, etc: [Tumble Forth](http://tumbleforth.hardcoded.net/)
+- The guy that writes that ^ did this >: [Collapse OS &mdash; Bootstrap post-collapse technology](http://collapseos.org/)
+- Interesting to see this use of a loop device: [Luks, linux cryptography, etc](https://blog.sanctum.geek.nz/category/cryptography/)
+- Using duplicity for encrypted backups: [GNU/Linux Crypto: Backups](https://blog.sanctum.geek.nz/gnu-linux-crypto-backups/)
+- Use this for the correct way to use ssh and gpg agents: [Linux cryptography](https://blog.sanctum.geek.nz/category/cryptography/)
+- [Original | Mother Ignoring Kid Drowning In A Pool | Know Your Meme](https://knowyourmeme.com/photos/1866888-mother-ignoring-kid-drowning-in-a-pool)
+- [vi - What is your most productive shortcut with Vim? - Stack Overflow](https://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118)
+- [How can I mount a directory of the host system for use inside a FreeBSD jail? - Unix &amp; Linux Stack Exchange](https://unix.stackexchange.com/questions/63661/how-can-i-mount-a-directory-of-the-host-system-for-use-inside-a-freebsd-jail)
+- [My .bashrc Bash Initialization File](https://cromwell-intl.com/open-source/bashrc/)
+- [Submarine Cable Map](https://www.fiberatlantic.com/)
+- [TCP/IP Networking Resources](https://cromwell-intl.com/networking/)
+- [Toilets of the World &mdash; The Toilet Guru](https://toilet-guru.com/)
+- Exactly the kind of web site I like to discover: [Bob Cromwell on Linux, Cybersecurity, Travel, and More](https://cromwell-intl.com/)
+- [FirstKernelPatch - Linux Kernel Newbies](https://kernelnewbies.org/FirstKernelPatch)
+- Map showing conservation areas in Northumberland: [ArcGIS Web Application](https://northumberland.maps.arcgis.com/apps/webappviewer/index.html?id=c34924e7b1324694b93925ad6a98d97f)
+- Remapping the keyboard on Linux and BSDs: [Customize Your Keyboard and Mouse Settings](https://cromwell-intl.com/open-source/keyboard-mouse.html)
+- Tool for testing open ports on a server: [Open Port Check Tool - Test Port Forwarding on Your Router](https://www.yougetsignal.com/tools/open-ports/)
+- [NO_COLOR: disabling ANSI color output by default](https://no-color.org/)
+- [XTerm &ndash; Frequently Asked Questions (FAQ)](https://www.invisible-island.net/xterm/xterm.faq.html)
+- [[Package Request] VMWare · Issue #33557 · void-linux/void-packages · GitHub](https://github.com/void-linux/void-packages/issues/33557)
+- [Installing Virtual Machine Manager on Void Linux | FoggyMtnDrifter](https://foggymtndrifter.com/blog/void-linux-virt-manager)
+- [Reddit - Dive into anything](https://www.reddit.com/r/fishshell/comments/18puuj4/what_is_the_simplest_way_to_turn_off_all_colors/)
+- I used this to set up QEMU virt-manager on Void linux: [Installing Virtual Machine Manager on Void Linux | FoggyMtnDrifter](https://foggymtndrifter.com/blog/void-linux-virt-manager)
+- [I Like Makefiles](https://switowski.com/blog/i-like-makefiles/?utm_source=hackernewsletter&utm_medium=email&utm_term=code)
+- [Best affordable exercise bikes: 10 cost-effective options to roll with | Evening Standard](https://www.standard.co.uk/shopping/esbest/health-fitness/gym-equipment/best-affordable-exercise-bikes-b1151868.html)
+- Billy Corgan is one of my musical heroes: [The Smashing Pumpkins: The Billy Corgan Interview - YouTube](https://www.youtube.com/watch?v=nAfkxHcqWKI)
+- [guides/dbus.md at master · flexibeast/guides · GitHub](https://github.com/flexibeast/guides/blob/master/dbus.md)
+- Accousting version of Rocket by Smashing Pumpkins, thirty odd years ago: [Watch-Party: July 26, 1993- &quot;Siamese Dream&quot; album release set at Tower Records (Acoustic)- 30ys ago - YouTube](https://www.youtube.com/watch?v=hzwOwzGtiZw)
+- [Toilets of the World &mdash; The Toilet Guru](https://toilet-guru.com/)
+- [Don&#x27;t Write Your Own Kubernetes YAML Generator](https://matduggan.com/tips-for-making-kubernetes-yaml-less-annoying/)
+- [Kubernetes YAML Generator](https://k8syaml.com/)
+- [Hp Z640 Mid-Tower for sale | eBay](https://www.ebay.co.uk/sch/i.html?_nkw=hp%20z640%20mid-tower)
+- [Jan van Eyck - Wikipedia](https://en.wikipedia.org/wiki/Jan_van_Eyck)
+- [Hosts/BSD - QEMU](https://wiki.qemu.org/Hosts/BSD)
+- Some great examples and scripts for launching QEMU virtual machines in here: [GitHub - TunaCici/QEMU_Starter: Pseudo-wiki; offering guides, tutorials, and examples for new QEMU users.](https://github.com/TunaCici/QEMU_Starter) - from https://medium.com/@tunacici7/qemu-eli5-part-8-practice-examples-e07c2d0155c1
+- [GitHub - TunaCici/QEMU_Starter: Pseudo-wiki; offering guides, tutorials, and examples for new QEMU users.](https://github.com/TunaCici/QEMU_Starter)
+- [FreeBSD Aarch64 and QEMU - a nice story](https://medium.com/@gballet/freebsd-aarch64-and-qemu-d54b6db381be)
+- [BastilleBSD](https://bastillebsd.org/)
+- Lots of xfce stuff here: [403 Forbidden](https://mxlinux.org/wiki/xfce/xfce-commands-and-other-useful-stuff/)
+- I did not know this: [Bash shortcuts in Linux ESC and dot - YouTube](https://www.youtube.com/watch?v=JH-H-FpJVuY)