Install glances and keep it running for showing gethomepage.dev system stats
Install glances and keep it running for showing gethomepage.dev system stats This will make the glances application run in the background on every reboot and provide the necessary metrics for homepage. Install pip: sudo apt install python3-pip Install glances with pip for this user: pip install --user 'glances[web]' Re source your .profile for the new executable for glances to be in your current environment: source ~/.profile Update the crontab to run glances at startup without web UI but able to share system metrics (no web UI to make it more efficient): ...