🧐ArmSoM-W3 #RK3588 development board meets #euleros !
#sbc #opensource #armbian #rockchip #embedded #maker #AI #IOT
Learn more:https://docs.armsom.org/armsom-w3
#Huawei will continue to “invest tens of thousands of manpower and billions 💰 of capital each year” in developing #HarmonyOS and #EulerOS, even though the codes for the two operating systems are #OpenSource. In #China, over 30 #OperatingSystems are based on #HarmonyOS https://www.scmp.com/tech/tech-war/article/3235489/tech-war-huawei-founder-ren-betting-firms-alternative-ecosystems-combat-impact-us-sanctions
The #routing apps 📱 are mostly based on #OpenStreetMap :osm: https://wiki.openstreetmap.org/w/index.php?title=Talk:Comparison_of_Android_applications&diff=2185073&oldid=2184328#HarmonyOS_apps
The issue file on a #EulerOS 2.0 SP3 system states: "All activities may be monitored and reported."
Indeed all commands I type show up in the log. How is that done?
A COMMANDPROMPT bash function:
logger -t "[${SHELL}]" "[${msg}]" "${result_str}" "by [${user}(uid=$user_id)] from [$login]"
(I left out the part that generates those variables)
As a result: a log of basically any command run in a shell on that system is logged, once you run the next command.