Rclone saved the day

September 11, 2019

Connecting to cloud storage is becoming more and more frequent. Never before so many datasources and resources in general were in the cloud before. When it comes to Linux and Microsoft, there are still some gaps in integration, and one of them is the OneDrive. Fortunately, the rclone project demonstrated that it is a serious […]

Linux – The sed command

April 10, 2018

This very flexible tool present in Linux distributions is used for a plethora of use cases related to text processing, most taking care of all possible exceptions. I had the need to read the manual again in order to be able to apply the simplest way (imho) for get rid of sections of text. My […]