From d6b7187c37cc423a989c3372ebd00a63f8ce7ee3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 5 Apr 2025 08:16:18 -0600 Subject: work --- feed.html | 115 +++++++++++++++++++++++++------------------------------------- 1 file changed, 47 insertions(+), 68 deletions(-) (limited to 'feed.html') diff --git a/feed.html b/feed.html index 02ab37a..97e51d6 100644 --- a/feed.html +++ b/feed.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + My feed @@ -223,19 +223,18 @@

Table of Contents

-
-

1. Siddhartha by Hermann Hesse   post book

+
+

1. Siddhartha by Hermann Hesse   post book

(This post contains spoilers) @@ -264,71 +263,71 @@ This book has been rattling in my brain since I read it a couple month ago. I wa

-
-

2. Spinning, combing, waiting, waiting - draft   song

+
+

2. Spinning, combing, waiting, waiting - draft   song

-
-

3. The Tor Browser   post tor

+ -
-

4. 3 Browser extensions I almost always install   note

+
+

4. 3 Browser extensions I almost always install   note

-
-

uBlock Origin

-
+
+

uBlock Origin

+

Perhaps the most ubiquitous content/ad blocker, reliable as ever. I recommend this to anyone and everyone.

-
-

Vimium C

-
+
+

Vimium C

+

This lets do basic navigation in your browser with vim-like keybindings. You can click links, scroll, go back and forth between tabs and through your history, select/copy/search text and more with your keyboard.

-
-

Dark Reader

-
+
+

Dark Reader

+

Makes all websites default to a dark mode, and provides an easy toggle bound to Alt-Shift-d.

-
-

5. Prepping for v2 of my salt repo   note qubes

+
+

5. Prepping for v2 of my salt repo   note qubes

I’ve massively restructured my salt repo and added enough features that I’m going to make a new repository and release it again in full, as a 2.0 version. This should be done within the next week or two.

-
-

6. Methods of installing software in QubesOS with Saltstack   post qubes

+
+

6. Examples of installing software in QubesOS with Saltstack   post qubes

-Here are some various methods of installing software that I’ve used in my personal salt configuration +Here are some various methods of installing software that I’ve used in my personal salt configuration:

-
-

pkg.installed

-
+
+

pkg.installed

+

-Here’s /srv/user_salt/pkgs/accounting.sls as an example. It uses the simplest way of installing programs, which is just listing them under pkg.installed which pulls them from your distros main repositories. This is the most preferable way to install software if it’s available. +Here’s /srv/user_salt/pkgs/accounting.sls as an example. It uses the simplest way of installing programs, which is by using pkg.installed and passing it a list of packages to pull from a qube’s repositories. This is the typically the most preferable way to install software if the desired package is already in your distro’s repositories.

@@ -342,9 +341,9 @@ Here’s /srv/user_salt/pkgs/accounting.sls as an example. It u
-
-

Install from third-party repo with a script

-
+
+

Install from third-party repo with a script

+

Here’s /srv/user_salt/pkgs/signal.sls as an example. It places an installation script, /srv/user_salt/pkgs/install-scripts/signal-repo.sh into a qube and executes it to install the Signal messenger.

@@ -370,9 +369,9 @@ Here’s /srv/user_salt/pkgs/signal.sls as an example. It place Here’s the installation script that’s ran:

-
-

/srv/user_salt/pkgs/install-scripts/signal-repo.sh

-
+
+

/srv/user_salt/pkgs/install-scripts/signal-repo.sh

+
# Retrieves Signal's key for verifying the package
 # The request is proxied through 127.0.0.1:8082 to allow the template qube to access the internet
@@ -389,11 +388,11 @@ Here’s the installation script that’s ran:
 
-
-

Move a binary file into /usr/bin

-
+
+

Move a binary file into /usr/bin

+

-Here’s /srv/user_salt/pkgs/st.sls as an example. It takes a binary file that’s part of this salt repository, and moves it into the ~/usr/bin/ directory in a qube. +Here’s /srv/user_salt/pkgs/st.sls as an example. It very simply takes a binary file that’s part of the salt repository, and moves it into the ~/usr/bin/ directory in a qube.

@@ -409,37 +408,17 @@ Here’s /srv/user_salt/pkgs/st.sls as an example. It takes a b
-
-

7. Website update   note skylarcloud

+
+

7. Convenient torrenting with qBittorrent   post

-I’ve changed a few things about the website: -

- -

-The blog posts have been consolidated into a single org document. I like the feeling of having one large waterfall of writing, with a level-one table of contents to navigate the posts. -

- -

-I’ve figured out how to create an RSS feed using ox-rss, which makes it easy to generate an xml feed from the newly-consolidated feed.org document. You can now follow my feed from any RSS reader! -

- -

-https://git.skylarcloud.xyz now has a repo with the org and html files used for this site. -

-
-
-
-

8. Convenient torrenting with qBittorrent   post

-
-

Created: 2025-04-05 Sat 08:08

+

Created: 2025-04-05 Sat 08:15

-- cgit v1.2.3