Using tar and AWS S3
Example of tar straight to object storage and untar back. $ tar -cP /ARCHIVE/temp/ | gzip | aws s3 cp –
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Example of tar straight to object storage and untar back. $ tar -cP /ARCHIVE/temp/ | gzip | aws s3 cp –
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 Moreexample finding a block. start string and reverse search up to next string. then replacing a line inside the block
Read Moreexample finding a block. start string and reverse search up to next string. then replacing a line inside the block
Read MoreRecording a quick test of Vault. hashicorp vault: https://www.vaultproject.io download vault executable and move to /usr/sbin so we have it
Read MoreRecording my test running AWS CLI in a docker image. ## get a base ubuntu image # docker pull ubuntu
Read MoreJust for my reference my quick and dirty Windows backup script for restic. I left some of the rclone, jq
Read MoreMy test to recover an Ubuntu server OS from a backup. Note the following: I used Ubuntu 20.04 (focal) which
Read MoreMy experiment to: create an Ubuntu 20.04 (not final release as of Feb 20) server in Virtualbox setup server with
Read MoreRegex to search a whole file and if the line contains the search word, add beginning and ending quotes. I
Read More