While I was working on a related project to use python to write to cloud object storage and the logi...

Continue reading...

Having worked on and liked ZFS for a long time I am now using ZFS on my main Linux desktop. I though...

Continue reading...

I recently wanted to take a quick look at the File Gateway. It is described as "Store files as objec...

Continue reading...

While I am delving into AWS Cognito and learning how it interacts with other services for example S3...

Continue reading...

Some examples of using rclone and jq to see object listing in a bucket. These examples was using Ora...

Continue reading...

Recently I experienced a very annoying issue with copy/paste. Pasting a line using the Gnome termina...

Continue reading...

Maybe you have similarly been perplexed like me when you are missing a file after a new boot environ...

Continue reading...

It seems that after some time went by the S3 compatible object storage OCI interface can now work wi...

Continue reading...

AWS Lambda is a server less computing platform. You can execute your code without provisioning or ma...

Continue reading...

Azure provides a cloud shell with Terraform already installed and even an editor aware of Terraform...

Continue reading...

I have used different configuration management tools for different use cases in the past. I liked ho...

Continue reading...

If you don't have telnet or nc installed and want to quickly test firewall traffic to a server and s...

Continue reading...

I suspect behavior of setting $HOME when using sudo may differ between Linux flavors. As most modern...

Continue reading...

Similar to this article (using python) https://blog.ls-al.com/python-output-align-by-column/ I also...

Continue reading...

Jotting down my test to implement an associative array similar to as my python test here: https://bl...

Continue reading...