@caseyliss - callsheet question, on iPad after a search, coming back to what looks like the Home Screen, how do I search again? I have to force quit to see the search bar again… #feelingdumb
#QuestionForTheRoom #FeelingDumb #TotalNubcakes
On the #FediLab #Android app, where do I find my own profile and JUST my own posts? I've looked through all the menus, but I just can't find it.
Why am I fighting with simple arithmetic on a sunday morning!
None of these work!
https://linuxhandbook.com/bash-convert-string-to-number/
I am getting the CPU idle from top, which appears to be a String:
top_cpu_idle=$(top -i -H -n 2 | awk 'FNR == 3 {print $8}')
and simply wanting to subtract it from 100. Maybe its time to do this script in #python rather.