Tag:linux
All the articles with the tag "linux".
The concept of SSH apps is mind blowing!
Posted on:February 3, 2024 at 03:00 PMI am trying to build a SSH app that can help me with remote robot management and debugging
Systemd your code that needs to start at boot (Linux)
Posted on:September 18, 2023 at 03:22 PMWe come accross a lot of methods to "start my python code on boot". I find systemd to be elegant and use it all the time.