diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-14 00:23:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-14 00:23:23 +0200 |
| commit | c73c1f55254f07cb2e28d23dc3027ce7c169211b (patch) | |
| tree | af7f9ecaf2ea7de7b9b7e0529fb8a8c972cba31c | |
| parent | cc1dffaaf811e0dde5fcb0d48b3811c5c025aa41 (diff) | |
Update content for gemtext
| -rw-r--r-- | gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi | 10 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 12 | ||||
| -rw-r--r-- | index.gmi | 3 | ||||
| -rw-r--r-- | uptime-stats.gmi | 2 |
4 files changed, 14 insertions, 13 deletions
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi index 7ce4efe7..dae2abc5 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi @@ -23,16 +23,16 @@ I just upgraded my OpenBSD's from `7.3` to `7.4` by following the unattended upg => https://www.openbsd.org/faq/upgrade74.html ```shell -doas installboot sd0 # Update the bootloader (not for every upgrade required) -doas sysupgrade # Update all binaries (including Kernel) +$ doas installboot sd0 # Update the bootloader (not for every upgrade required) +$ doas sysupgrade # Update all binaries (including Kernel) ``` `sysupgrade` downloaded and upgraded to the next release and rebooted the system. After the reboot, I run: ```shell -doas sysmerge # Update system configuration files -doas pkg_add -u # Update all packages -doas reboot # Just in case, reboot one more time +$ doas sysmerge # Update system configuration files +$ doas pkg_add -u # Update all packages +$ doas reboot # Just in case, reboot one more time ``` That's it! Took me around 5 minutes in total! No issues, only these few comands, only 5 minutes! It just works! No problems, no conflicts, no tons (actually none) config file merge conflicts. diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 1bf3f085..a6e2e994 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2024-01-13T23:34:03+02:00</updated> + <updated>2024-01-14T00:23:06+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -46,8 +46,8 @@ SSFISHKISSFISHKISSFISHKISSFISHKIS SFIS by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<pre>doas installboot sd0 <i><font color="#9A1900"># Update the bootloader (not for every upgrade required)</font></i> -doas sysupgrade <i><font color="#9A1900"># Update all binaries (including Kernel)</font></i> +<pre>$ doas installboot sd0 <i><font color="#9A1900"># Update the bootloader (not for every upgrade required)</font></i> +$ doas sysupgrade <i><font color="#9A1900"># Update all binaries (including Kernel)</font></i> </pre> <br /> <span><span class='inlinecode'>sysupgrade</span> downloaded and upgraded to the next release and rebooted the system. After the reboot, I run:</span><br /> @@ -56,9 +56,9 @@ doas sysupgrade <i><font color="#9A1900"># Update all binaries (including Kernel by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<pre>doas sysmerge <i><font color="#9A1900"># Update system configuration files</font></i> -doas pkg_add -u <i><font color="#9A1900"># Update all packages</font></i> -doas reboot <i><font color="#9A1900"># Just in case, reboot one more time</font></i> +<pre>$ doas sysmerge <i><font color="#9A1900"># Update system configuration files</font></i> +$ doas pkg_add -u <i><font color="#9A1900"># Update all packages</font></i> +$ doas reboot <i><font color="#9A1900"># Just in case, reboot one more time</font></i> </pre> <br /> <span>That's it! Took me around 5 minutes in total! No issues, only these few comands, only 5 minutes! It just works! No problems, no conflicts, no tons (actually none) config file merge conflicts.</span><br /> @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2024-01-13T23:34:03+02:00 by `Gemtexter` +> This site was generated at 2024-01-14T00:23:06+02:00 by `Gemtexter` ``` |\---/| @@ -15,6 +15,7 @@ Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, programming and sometimes also about self-improvement here. +=> https://justforfunnoreally.dev/ All I post here on `foo.zone` is really only just for fun! => https://paul.buetow.org My contact information and resources (via HTTP) => gemini://paul.buetow.org My contact information and resources (via Gemini) => ./uptime-stats.gmi My machine uptime statistics diff --git a/uptime-stats.gmi b/uptime-stats.gmi index 4a2718bf..09fdab2a 100644 --- a/uptime-stats.gmi +++ b/uptime-stats.gmi @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2024-01-13T23:34:03+02:00 +> This site was last updated at 2024-01-14T00:23:06+02:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. |
