diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-04 14:52:41 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-04 14:52:41 +0000 |
| commit | 6479246be347352c4d3cbba5e0409c28be3c2836 (patch) | |
| tree | aa9ca52e02c67482cb1f7d942fa42a8acba896be /gemfeed/2022-02-04-computer-operating-systems-i-use.html | |
| parent | 568f22d1ee18a61eb25ae25355b2d29ca648f817 (diff) | |
Publishing new version
Diffstat (limited to 'gemfeed/2022-02-04-computer-operating-systems-i-use.html')
| -rw-r--r-- | gemfeed/2022-02-04-computer-operating-systems-i-use.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gemfeed/2022-02-04-computer-operating-systems-i-use.html b/gemfeed/2022-02-04-computer-operating-systems-i-use.html index 34a81f03..7f5844f6 100644 --- a/gemfeed/2022-02-04-computer-operating-systems-i-use.html +++ b/gemfeed/2022-02-04-computer-operating-systems-i-use.html @@ -37,14 +37,14 @@ <h2>EndeavourOS</h2> <p>I installed EndeavourOS on my (older) ThinkPad X240 to try out an Arch based Linux distribution. I also could have installed plain Arch, but I don't see the point when there is EndeavourOS. EndeavourOS is as close as you can get to the plain Arch experience but with an easy installer. I am not saying that it's difficult to install plain Arch but it's, unless you are new to Linux and want to learn about the installation procedure, just waste of time in my humble opinion. Give Linux From Scratch a shot instead if you really want to learn about Linux.</p> <a class="textlink" href="https://www.linuxfromscratch.org/">https://www.linuxfromscratch.org/</a><br /> -<p>I use the Xfce desktop environment here which feels very snappy and fast on the X240 (which I purchased back in 2014). Usually, I have my X240 standing right next to my work laptop and use it for playing music (mainly online radio streams), for personal note taking and occasional emailing and instant messaging.</p> +<p>On EndeavourOS, I use the Xfce desktop environment which feels very snappy and fast on the X240 (which I purchased back in 2014). Usually, I have my X240 standing right next to my work laptop and use it for playing music (mainly online radio streams), for personal note taking and occasional emailing and instant messaging.</p> <p>As this is a rolling Linux distribution there are a lot of software updates coming through every day. Sometimes, it only takes a minute until the next version of a package is available. Honestly, I find that a bit annoying to constantly catch up with all the updates. As for now I will live with it and/or automate it a bit more. It'll OK if it breaks occasionally, as this is not my primary laptop anyway. </p> <p>Arch Linux and EndeavourOS are community distributions. This means, that there is no big corporation in the backyard lurking around. They won't give you the firmware updates for cutting edge hardware out of the box, though, but they are still a very good choice for hobbyist and also for older hardware where future firmware updates are less likely to happen.</p> <p>I am very happy with the package availability through the official repository and AUR.</p> <a class="textlink" href="https://endeavouros.com/">https://endeavouros.com/</a><br /> <h2>FreeBSD</h2> <p>I have run FreeBSD in many occasions. Right after SuSE Linux, FreeBSD (around 4.x) was the second open source system I used in my life on regularly basis. I didn't even go to university yet then I started using it :-). Also, a former employer of mine even allowed me to install FreeBSD on my main workstation (which I actually did and used it for a couple of years). </p> -<p>I remember it used to be a pain bootstrapping Java for FreeBSD due to the lack of pre-compiled binary packages. You had first to enable the Linux compatibility layer, then install Linux Java, and then compile FreeBSD Java with the bootstrapped Linux Java (yes, Java is mainly programmed in C++, but for some reason compiling Java also required an installation of Java). Nowadays, there are ready OpenJDK binary packages you could install. So things have improved a lot since.</p> +<p>I remember it used to be a pain bootstrapping Java for FreeBSD due to the lack of pre-compiled binary packages. You had first to enable the Linux compatibility layer, then install Linux Java, and then compile FreeBSD Java with the bootstrapped Linux Java (yes, Java is mainly programmed in C++, but for some reason compiling Java for FreeBSD also required an installation of Java). Nowadays, there are ready OpenJDK binary packages you could install. So things have improved a lot since.</p> <p>FreeBSD always had a place somewhere in my life:</p> <ul> <li>On a Desktop PC (personal and work)</li> @@ -59,18 +59,18 @@ <pre> [root@saturn /usr/jail/serv14/etc] # jexec 21 bash root@rhea:/ # uname -a -GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 27 13:10:09 CET \ - 2010 root@saturn.buetow.org:/usr/obj/usr/srcs/freebsd.src8/src/sys/SERV10 x86 64 amd64 Intel(R) \ +GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 27 13:10:09 CET + 2010 root@saturn.buetow.org:/usr/obj/usr/srcs/freebsd.src8/src/sys/SERV10 x86 64 amd64 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GNU/kFreeBSD </pre> <p>Currently, I use FreeBSD on my personal NAS server. The server is a regular PC with a bunch of hard drives and a ZFS RAIDZ (with 4x2TB drives) + a couple of external backup drives.</p> <a class="textlink" href="https://www.FreeBSD.org">https://www.FreeBSD.org</a><br /> <h2>CentOS 7</h2> -<p>While CentOS 8 is already out of support, I still use CentOS 7 (which still will receives security updates until 2024). CentOS 7 runs in a cloud VM and is the home to my personal NextCloud and Wallabag installations. You probably know already NextCloud. About Wallabag: It is a great free and open source alternative to Pocket. Yes, you can pay for a Wallabag subscription, but you can also host it for free on your own server.</p> +<p>While CentOS 8 is already out of support, I still use CentOS 7 (which still will receives security updates until 2024). CentOS 7 runs in a cloud VM and is the home to my personal NextCloud and Wallabag installations. You probably know already NextCloud. About Wallabag: It is a great free and open source alternative to Pocket (for reading articles from the web offline later). Yes, you can pay for a Wallabag subscription, but you can also host it for free on your own server.</p> <a class="textlink" href="https://nextcloud.com">NextCloud</a><br /> <a class="textlink" href="https://www.wallabag.it/en">Wallabag</a><br /> <p>The reason I use Linux and not *BSD at the moment for these services is Docker. With Docker, it's so easy-peasy to get these up and running. I will have to switch to another OS before CentOS 7 runs out of support, though. It might be CentOS Stream, Rocky Linux, or, more likely, I will use FreeBSD. On FreeBSD there isn't Docker, but what can be done is to create a self-contained Jail for each of the web-apps. </p> -<p>I have been using FreeBSD Jails for fairly complex LAMP stacks before I started using CentOS. The reason why I switched to CentOS (it was still CentOS 6 at that time) in the first place was, that I wanted to try out something new.</p> +<p>I have been using FreeBSD Jails for LAMP stacks before I started using CentOS. The reason why I switched to CentOS (it was still CentOS 6 at that time) in the first place was, that I wanted to try out something new.</p> <a class="textlink" href="https://www.centos.org">https://www.centos.org</a><br /> <h2>OpenBSD</h2> <p>I use two small OpenBSD "cloud" boxes for my "public facing internet front-ends". The services I run here are:</p> @@ -78,7 +78,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <li>HTTP server (serving this site via https://foo.zone)</li> <li>Gemini server (serving this site via gemini://foo.zone)</li> <li>MTA server (for receiving E-Mails to my hosts)</li> -<li>Authorative DNS server (for all of my hosts)</li> +<li>Authorative DNS server (for all of my "domains")</li> <li>Some personal/private git repositories (accessible only via SSH)</li> </ul> <p>OpenBSD is a complete operating system. I love it due to it's "simplicity" and "correctness" and the good documentation (I love the manual pages in particular). OpenBSD is also known for its innovations in security. I must admin, though, that most Unix like operating system would be secure enough for my personal needs and that I don't really need to use OpenBSD here. But nevertheless, I think it's the ideal operating system for what I am using it for.</p> @@ -107,18 +107,18 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <a class="textlink" href="https://www.pine64.org/pinetime/">https://www.pine64.org/pinetime/</a><br /> <a class="textlink" href="https://infinitime.io/">https://infinitime.io/</a><br /> <h3>motionEyeOS</h3> -<p>I usually install an army of RaspberryPi 3's in my house before I travel for a prolonged amount of time. All Pi's are equipped with an camera and have motionEyeOS (Linux based video surveillance system) installed. There's a neat Android app in the F-Droid store which let's me keep an eye on everything. I make the Pi's accessible from the internet via reverse SSH tunnels though one of my frontend servers.</p> +<p>I usually install an army of RaspberryPi 3's in my house before I travel for a prolonged amount of time. All Pi's are equipped with an camera and have motionEyeOS (Linux based video surveillance system) installed. There's a neat Android app in the F-Droid store which let's me keep an eye on everything. I make the Pi's accessible from the internet via reverse SSH tunnels through one of my frontend servers.</p> <a class="textlink" href="https://github.com/ccrisan/motioneyeos">https://github.com/ccrisan/motioneyeos</a><br /> <h3>Kobo OS (proprietary)</h3> <p>I use a Kobo Forma as my e-reader device. I have started to switch off the Wifi and to only sideload DRM free ePubs on it. Even offline, it's a fully capable reader device. I wouldn't like the Kobo to call home to Rakuten. I would love to replace it one day with an open source e-reader alternative like the PineNote. There are also some interesting attempts installing postmarketOS Linux on Kobo devices. The latter boots already, but is far from being usable as a normal e-reader.</p> <a class="textlink" href="https://www.pine64.org/pinenote/">The PineNote</a><br /> -<a class="textlink" href="https://liliputing.com/2021/07/kobo-clara-hd-becomes-an-e-ink-linux-tablet-with-the-help-of-postmarketos.html">Kobo Clara HD becomes an e-link Linux tablet</a><br /> +<a class="textlink" href="https://liliputing.com/2021/07/kobo-clara-hd-becomes-an-e-ink-linux-tablet-with-the-help-of-postmarketos.html">Kobo Clara HD becomes an e-ink Linux tablet</a><br /> <p>But as a fall-back, someone could still use the good old dead tree format!</p> <h3>Android TV (proprietary)</h3> -<p>A Android TV box is used for watching Netflix and Amazon Prime video (yes, I am human too and rely once in a while on big tech streaming services). The Android TV box is currently in the process of being replaced by OSMC, though. Most services seem to work fine with OSMC, but didn't get around tinkering with Netflix there yet.</p> +<p>An Android TV box is used for watching movies and series on Netflix and Amazon Prime video (yes, I am human too and rely once in a while on big tech streaming services). The Android TV box is currently in the process of being replaced by OSMC, though. Most services seem to work fine with OSMC, but didn't get around tinkering with Netflix and Amazon there yet.</p> <a class="textlink" href="https://osmc.tv/">https://osmc.tv/</a><br /> <h2>Other OSes..</h2> -<p>This section is just for the sake of having a complete list of all OSes I used for some significant amount of time. I might not use all of these any more...</p> +<p>This section is just for the sake of having a complete list of all OSes I used for some significant amount of time. I might not use all of them any more...</p> <h3>NetBSD</h3> <p>I have been using NetBSD on an old Sun Sparcstation 10 as a student. I also have run NetBSD on a very old ThinkPad with 96MB!!! of RAM (even with X/evilWM). I also installed (but never really used) NetBSD on an HP Jornada 680. But that's all more than 10 years ago. I haven't looked at NetBSD for long time. I want to revive it on an "old" ThinkPad T450 of mine which I currently don't use.</p> <a class="textlink" href="https://netbsd.org">https://netbsd.org</a><br /> |
