OEM F210 Thin Client Computers

5 views
Skip to first unread message

Roger M. Jenson

unread,
Jan 1, 2023, 10:24:07 AM1/1/23
to Milwaukee Linux Users Group

After experimenting with Manjaro Cinnamon I decided to try to install Nextcloud on a OEM F210 thin client computer similar to the one at the following URL.

https://www.oemproduction.com/f210

rmjenson@f210-01:~$ neofetch
            .-/+oossssoo+/-.               rmjenson@f210-01
        `:+ssssssssssssssssss+:`           ----------------
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 22.04.1 LTS x86_64
    .ossssssssssssssssssdMMMNysssso.       Host: pro697310
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 5.15.0-56-generic
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 30 mins
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 702 (dpkg), 6 (snap)
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.1.16
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Resolution: 3840x2160
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   Terminal: /dev/pts/0
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   CPU: Intel Atom x5-Z8350 (4) @ 1.920GHz
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   GPU: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Memory: 478MiB / 1875MiB
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/
  +sssssssssdmydMMMMMMMMddddyssssssss+                             
   /ssssssssssshdmNNNNmyNMMMMhssssss/                              
    .ossssssssssssssssssdMMMNysssso.
      -+sssssssssssssssssyyyssss+-
        `:+ssssssssssssssssss+:`
            .-/+oossssoo+/-.

Nextcloud scales from Raspberry Pi to huge federated installations and I am interested in exploring federation.

Installation Process:

  • Boot from USB thumb drive
  • Select Nextcloud from additional software list
  • Confirm all updates are installed
  • Install Zerotier client software
  • Start Nextcloud

Nextcloud works when I connect to it from the IP address assigned by the local DHCP server but I can not connect via the Zerotier address. The message box pointed me to an issue with trusted domains which is easily fixed by editing the config.php file. That is when you have a standard installation of Nextcloud. Installing Nextcloud during the Ubuntu 22.04 server installation uses a snap package. Time for a bit of just in time learning!

Editing the /var/snap/nextcloud/32871/nextcloud/config/config.php file to include 10.242.28.133 in the trusted domains section of the file allows me to access Nextcloud over the Zerotier overlay network.

 'trusted_domains' =>
  array (
    0 => '192.168.10.59',
    1 => '10.242.28.133',

Open Source for the Win!

Having Fun,
Roger M. Jenson


Tom

unread,
Jan 3, 2023, 5:37:08 PM1/3/23
to Milwau...@googlegroups.com
Hey y'all:
 
I have a utility that I just discovered something new about: It normally color-codes output by how much space is available. I didn't realize this because on all my ssh sessions, it does everything in monochrome.
 
I was standing up a new VM on my home cluster and did the initial install on a virtual console instead of an ssh session, when I noticed the display was in glorious color.
 
Doing this also makes in display color-coded output, even in an ssh session:
 
CLICOLOR_FORCE=1 COLORTERM="truecolor" duf
 or
CLICOLOR_FORCE=1 COLORTERM="yes" duf
 
So I recognize that syntax- it's setting two environment variables, but just for the process kicked off by the command "duf" - and it works. The first one is supposed to be 24-bit color mode, and the second 8-bit color, but I can't tell the difference in an ssh shell. I'm not sure duf makes use of 24-bit color anyhow.
 
So, to force color, I guess I have two options: Either alias the command "duf" to
CLICOLOR_FORCE=1 COLORTERM="yes" duf

Or something like that, or set those environment vars in .bashrc or something. I don't know if that will affect other programs too....?

What's the best way to handle this? I have a buncha machines I'd want to do this too, because duf is just so handy. 

-T


 
 

Tom Peters • a50m...@gmail.com • N9QQB (amateur radio)
"HEY YOU" (loud shouting) • Second Tops (Set Dancing) • FIND ME ON FACEBOOK
43° 7' 17.2" N by 88° 6' 28.9" W • Elevation 815' • Grid Square EN53wc
Sr. Systems Administrator • Open-source Dude • Musician • Registered Linux User 385531
--... ...-- / -.. . / -. ----. --.- --.- -...
 
Reply all
Reply to author
Forward
0 new messages