While I was working on a related project to use python to write to cloud object storage and the logi...
Having worked on and liked ZFS for a long time I am now using ZFS on my main Linux desktop. I though...
I recently wanted to take a quick look at the File Gateway. It is described as "Store files as objec...
While I am delving into AWS Cognito and learning how it interacts with other services for example S3...
Some examples of using rclone and jq to see object listing in a bucket. These examples was using Ora...
Recently I experienced a very annoying issue with copy/paste. Pasting a line using the Gnome termina...
Maybe you have similarly been perplexed like me when you are missing a file after a new boot environ...
It seems that after some time went by the S3 compatible object storage OCI interface can now work wi...
AWS Lambda is a server less computing platform. You can execute your code without provisioning or ma...
Azure provides a cloud shell with Terraform already installed and even an editor aware of Terraform...
I have used different configuration management tools for different use cases in the past. I liked ho...
If you don't have telnet or nc installed and want to quickly test firewall traffic to a server and s...
I suspect behavior of setting $HOME when using sudo may differ between Linux flavors. As most modern...
Similar to this article (using python) https://blog.ls-al.com/python-output-align-by-column/ I also...
Jotting down my test to implement an associative array similar to as my python test here: https://bl...