aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/freebsd-14-on-the-desktop/index.md3
-rw-r--r--src/index.md1
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) |