summaryrefslogtreecommitdiff
path: root/feed.org
diff options
context:
space:
mode:
Diffstat (limited to 'feed.org')
-rw-r--r--feed.org23
1 files changed, 7 insertions, 16 deletions
diff --git a/feed.org b/feed.org
index 9f559f9..f35ecce 100644
--- a/feed.org
+++ b/feed.org
@@ -70,18 +70,18 @@ Makes all websites default to a dark mode, and provides an easy toggle bound to
:END:
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.
-* Methods of installing software in QubesOS with Saltstack :post:qubes:
+* Examples of installing software in QubesOS with Saltstack :post:qubes:
:PROPERTIES:
:ID: bb15d59f-c217-441a-9446-108429b52c10
:PUBDATE: 2025-04-02 Wed 22:34
:END:
-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
:PROPERTIES:
:ID: 0e128288-8e86-41b1-9d4e-8ed5d431d110
:END:
-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.
#+begin_src salt
# Install accounting tools
@@ -140,7 +140,7 @@ sudo apt install signal-desktop -y
:ID: 0dacbd16-7ddd-420e-8422-acff908a3c46
:END:
-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.
#+begin_src salt
# Installs my build of st terminal
@@ -152,18 +152,9 @@ Here's ~/srv/user_salt/pkgs/st.sls~ as an example. It takes a binary file that's
- mode: 777
#+end_src
-* Website update :note:skylarcloud:
+* Convenient torrenting with qBittorrent :post:
:PROPERTIES:
-:ID: c843faa8-1fce-478d-bab2-e016c75bf59d
-:PUBDATE: 2025-03-01 Sat 10:14
+:ID: 13adfc33-4537-4010-aeb5-06b84c451fbd
+:PUBDATE: 2025-04-05 Sat 08:09
:END:
-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.
-
-* Convenient torrenting with qBittorrent :post:
[[https://skylarcloud.xyz/posts/torrenting.html][Straightforward guide for using qBittorrent to search for and download media files]]