Shells like Bash or Zsh are very powerfull. Sometimes it’s necessary to get the size of subdirectories and order them by size, ideally in human […] Read More
Tag: linux
After the installation of QtCreator on Linux you might get following error messag when launching the application: It is likely one of libraries required by […] Read More
To extract function signatures from .rs file you can use following one-liner with sed: Sample output:
When setting up development environment for esp-matter on OpenSUSE you may encouter following error: Problem is caused by gdbgui dependency in ESP-IDF. The dependency is […] Read More
Bevy is data-driven engine written in Rust. The repository of Bevy contains several examples which can be started by a command like: Users of openSUSe […] Read More