diff options
author | mms <michal@sapka.me> | 2024-03-06 15:18:22 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-06 15:18:22 +0100 |
commit | f851ba4b4ccecbd78276bc6a3db0cfe056d6b79e (patch) | |
tree | 0c3522ca8c0da976d5a9355a2ae5a1925c84b561 | |
parent | 6a2f2294dfbf9365aa8c61b33e1f4d1d33c7a9fe (diff) |
feat: start of new BSD homepage
-rw-r--r-- | content-org/bsd.org | 21 | ||||
-rw-r--r-- | content/bsd/home.md | 19 |
2 files changed, 40 insertions, 0 deletions
diff --git a/content-org/bsd.org b/content-org/bsd.org index 1e65069..c656357 100644 --- a/content-org/bsd.org +++ b/content-org/bsd.org @@ -20,11 +20,19 @@ While not a popular as GNU/Linux, they are the defect descendants of the Unix Op This site is dedicated to two of those systems: FreeBSD, and OpenBSD. Those are the systems I daily run on my personal computers and servers. And, while they come with significant problems, it's very easy to fall in love them. + ** FreeBSD + #+attr_shortcode: "freebsd-beastie.png" #+begin_img-r Beastie, the BSD mascott #+end_img-r +FreeBSD is the oldest living BSD system. +It's full of features which I found essential to my happy computer usage. +It's hard to live without ZFS or Jail system. + +Here are my guides to those features: + #+attr_shortcode: "bsd-freebsd" #+begin_menu @@ -32,22 +40,35 @@ FreeBSD #+end_menu *** FreeBSD on a Thinkpad X1 Extreme Gen2 + +I run FreeBSD on my personal laptop. +This comes with significant problems: battery life is bad and WiFi is a hit miss. +You can find some of my wins bellow: #+attr_shortcode: "bsd-thinkpad" #+begin_menu FreeBSD #+end_menu ** OpenBSD + #+attr_shortcode: "openbsd.png" #+begin_img-r OpenBSD Logo #+end_img-r +The sites you are browsing is running on OpenBSD. +The idea behind this idea is to make it security-first. +And this is what the system achieved: the most secure OS I know of. +It comes with a lot of interesting (and strange) things, so it's also an interesting experiense. + +Here you can find some of my guides: #+attr_shortcode: "bsd-openbsd" #+begin_menu FreeBSD #+end_menu ** Varia +Sometimes I write non-technical articles on technical subjects: + #+attr_shortcode: "bsd-varia" #+begin_menu FreeBSD diff --git a/content/bsd/home.md b/content/bsd/home.md index 0ba4129..85afab1 100644 --- a/content/bsd/home.md +++ b/content/bsd/home.md @@ -21,6 +21,12 @@ And, while they come with significant problems, it's very easy to fall in love t Beastie, the BSD mascott {{< /img-r >}} +FreeBSD is the oldest living BSD system. +It's full of features which I found essential to my happy computer usage. +It's hard to live without ZFS or Jail system. + +Here are my guides to those features: + {{< menu "bsd-freebsd" >}} FreeBSD {{< /menu >}} @@ -28,6 +34,10 @@ FreeBSD ### FreeBSD on a Thinkpad X1 Extreme Gen2 {#freebsd-on-a-thinkpad-x1-extreme-gen2} +I run FreeBSD on my personal laptop. +This comes with significant problems: battery life is bad and WiFi is a hit miss. +You can find some of my wins bellow: + {{< menu "bsd-thinkpad" >}} FreeBSD {{< /menu >}} @@ -39,6 +49,13 @@ FreeBSD OpenBSD Logo {{< /img-r >}} +The sites you are browsing is running on OpenBSD. +The idea behind this idea is to make it security-first. +And this is what the system achieved: the most secure OS I know of. +It comes with a lot of interesting (and strange) things, so it's also an interesting experiense. + +Here you can find some of my guides: + {{< menu "bsd-openbsd" >}} FreeBSD {{< /menu >}} @@ -46,6 +63,8 @@ FreeBSD ## Varia {#varia} +Sometimes I write non-technical articles on technical subjects: + {{< menu "bsd-varia" >}} FreeBSD {{< /menu >}} |