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 | c0d950b762d513b34d81c93d7e15a3f90ee0fe33 (patch) | |
| tree | 8ff33ad0118b9f1c1203bc56c6d2fb681ab6f4e7 | |
| parent | 50e4eb7ad8b3d17a23f18f2b0fc5bfe4e5cb7e1f (diff) | |
Update content for md
| -rw-r--r-- | gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md | 10 | ||||
| -rw-r--r-- | index.md | 2 | ||||
| -rw-r--r-- | uptime-stats.md | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md index d9a8c0e1..d0fe6a99 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md @@ -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](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. @@ -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` ``` |\---/| diff --git a/uptime-stats.md b/uptime-stats.md index 70aa0286..49f83e8d 100644 --- a/uptime-stats.md +++ b/uptime-stats.md @@ -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. |
