diff options
| author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-25 20:18:42 -0500 | 
|---|---|---|
| committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-25 20:18:42 -0500 | 
| commit | 1bd8d0aeedb9382158891a93f267860229689337 (patch) | |
| tree | 16ff7de50cb444378499e1ab53be723a439188fa | |
| parent | 09214c8e6f8307bba50c385df4d7dc9320138325 (diff) | |
| parent | 6c1558d39961ac0885e9be0e91daeb6a6261ba17 (diff) | |
| download | website-1bd8d0aeedb9382158891a93f267860229689337.tar.gz | |
Merge branch 'master' of https://git.sacredheartsc.com/website
| -rw-r--r-- | src/blog/freebsd-14-on-the-desktop/index.md | 3 | ||||
| -rw-r--r-- | src/index.md | 1 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/src/blog/freebsd-14-on-the-desktop/index.md b/src/blog/freebsd-14-on-the-desktop/index.md index 73b26d4..7121f4e 100644 --- a/src/blog/freebsd-14-on-the-desktop/index.md +++ b/src/blog/freebsd-14-on-the-desktop/index.md @@ -699,7 +699,7 @@ service ntpd start  In case you didn't do this during the installation, set your timezone:  ```bash -cp -v /usr/share/zoneinfo/America/New_York /etc/localtime +ln -sfhv /usr/share/zoneinfo/America/New_York /etc/localtime  ```  ## Switch to openssh-portable @@ -801,6 +801,7 @@ pkg install \    libva-utils \    libvdpau-va-gl \    merkuro \ +  plasma5-sddm-kcm \    sddm \    signal-desktop \    thunderbird \ diff --git a/src/index.md b/src/index.md index ee65e31..3223de2 100644 --- a/src/index.md +++ b/src/index.md @@ -20,6 +20,7 @@ I'm a computer person located in South Carolina. Welcome to my humble website.  ## Contact  - Email: [cullum@sacredheartsc.com](mailto:cullum@sacredheartsc.com)  - XMPP: [cullum@sacredheartsc.com](xmpp:cullum@sacredheartsc.com?message) +- Mastodon: <a rel="me" href="https://mastodon.bsd.cafe/@cullum">@cullum@bsd.cafe</a>  - IRC: [cullum on libera.chat](ircs://irc.libera.chat/cullum,isnick)  - Big Tech: [X](https://x.com/CullumSmith) |              [GitHub](https://github.com/cullumsmith) | | 
