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: Bash
If you’d like to run multiple commands in shell which is executed one by one, you can simply type: What if you need to run […] Read More
PlatformIO was working without any problem, but after several updates, there was following error message: Failed to activate the platformio-ide package The bug is also […] Read More
In the previous article about LampESP, I’ve described how to subscribe ESP8266 to MQTT at Bluemix cloud. The remaining question is how to publish data. […] Read More
Unix users write scripts in their favorite editor. That’s ok, but when you have bigger project then power of IDE could help you. E.g. when […] Read More