A suite of extensions for Ubuntu's top bar that show CPU, GPU, RAM and disk usage in real time
PythonUbuntuGNOME Shell
Four lightweight monitors that integrate into Ubuntu's top bar (GNOME Shell) to keep an eye on your system at a glance, without opening external applications:
All four monitors are cloned and installed the same way. Before installing the dependencies, make sure you don't have any venv or conda environment active:
< >Input
Bash
if [ -n "$VIRTUAL_ENV" ]; then
deactivate
fi
if command -v conda &>/dev/null; then
conda deactivate
fi
Copied
And to make any of them start with the system, run inside its folder:
< >Input
Bash
./add_to_startup.sh
Copied
CPU Monitor
Processor usage in real time: frequency, per-core temperature, load and thermal throttling detection.
Hugging Face spaces allow us to run models with very simple demos, but what if the demo breaks? Or if the user deletes it? That's why I've created docker containers with some interesting spaces, to be able to use them locally, whatever happens. In fact, if you click on any project view button, it may take you to a space that doesn't work.