WELCOME TO MY WEBSITE. ENJOY YOUR STAY. HOPEFULLY LINUX WORLD IS NOT THAT SCARY AS THEY SAY.

BROUGHT ТО YOU WITH LINUX, IIS 5.0, MYSQL, PHP, WORDPRESS AND PASSION.

APRIL 2021 BLOG – CURRENT STATE OF EVENTS

manjaro arm minimal arm64

April 2021 - heads up status

devops

Story so far:

– Digtvbg started mid 2019

– June 2019 specs – raspberry pi 3b+ on usb flash drive, Debian Buster with WordPress , php7 , Mariadb

– December 2019 – it became obvious rpi3 is not snappy enough – migrated to:
Odroid N2 (gigabit connectivity) ubuntu 18

– June 2020 – threw Grafana + Prometheus in the mix + Ubuntu OS promoted to 20.04

– April 2021 – upgraded usb flash drive storage to Samsung ssd on usb3, Ubuntu 20.04 OS migrated to OS Manjaro ARM minimal, WordPress upgrade, php7 to php8, even more content added to the “Downloads” area, Grafana was switched to daily builds, Prometheus upgraded to 2.xx,  added Trickster proxy just for the laughs.

I believe all of the above sums pretty much all of it.

P.S.

Question:

How do I see Odroid N2 generic cpu temperature readings in Manjaro ARM using BASH?

Answer:

#!/usr/bin/env bash
TEMP0=”$(awk “BEGIN {print $(cat /sys/class/thermal/thermal_zone0/temp)/1000}”)”
TEMP1=”$(awk “BEGIN {print $(cat /sys/class/thermal/thermal_zone1/temp)/1000}”)”

printf “TEMP0 IS: ${TEMP0}C\nTEMP1 IS: ${TEMP1}C\n”

exit 0

APRIL 2021 BLOG – CURRENT STATE OF EVENTS
Scroll to top