kubectl export
Since kubectl –export is deprecated it is possible to do something like this. WARNING: I have not tested this #!/bin/bash
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Since kubectl –export is deprecated it is possible to do something like this. WARNING: I have not tested this #!/bin/bash
Read MoreThere are some examples here: https://dev.to/mattstratton/making-powerline-work-in-visual-studio-code-terminal-1m7 https://github.com/abertsch/Menlo-for-Powerline I chose to follow a comment suggestion Meslo download the Meslo font https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.1.0
Read MoreTest Htmly on Ubuntu 19.10 https://github.com/danpros/htmly/releases/tag/v2.7.4 https://docs.htmly.com/web-servers/apache # apt install apache2 php php-zip php-xml # cat /etc/apache2/sites-available/000-default.conf … <VirtualHost *:80>
Read MoreCouple of things here: I wanted to do some restic scripts At the same time use a configuration file. The
Read MoreRestic shows details of a snapshot. Sometimes you want that to be CSV but the json output for paths, excludes
Read MoreRecording my test with zfsbackup-go. While I am playing around with backup/DR/object storage I also compared the concept here with
Read MoreIf you have trouble deleting an object storage bucket in Oracle Cloud Infrastructure you may have to clear old multipart
Read MoreIf you use the Linux screen utility a lot for long running jobs etc you may have experienced scrolling issues.
Read MoreSometimes you want to have dynamic array names to simplify code. Below is one way of making the array name
Read MoreIf you want to manipulate the output of Oracle Cloud Infrastructure CLI commands you can pipe output through jq. I
Read More