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
Category: Software engineering
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
MobaXterm is a great software that allows running applications from Linux on Windows in a nice integrated way without the need of installing extra XServer. […] Read More
When moving software to the cloud you may encounter a component that relies on good old ICMP ping. The problem is that Kubernetes does not […] Read More
reqwest in Rust allows you to download file. The question is how to store the file on the filesystem. There are several examples on the […] Read More