Bash

Permanently deleting objects from a s3 bucket that has versioning enabled – not so straight forward

Do NOT use this procedure if you have files in your versioning enabled bucket that you want to keep. The following procedure will permanently delete all files and versions in a bucket. It was written to be run from Linux/Bash and it assume python3 is installed, and the boto3 package is installed remove-all-versions.bash #! /bin/bash …

Permanently deleting objects from a s3 bucket that has versioning enabled – not so straight forward Read More »

Using rlwrap for rman and maybe sqlplus, RHEL, CentOS, Oracle Linux 6 & 7, and Amazon Linux 1, and 2

FYI newest verision of sqlplus installed with 12.2 has command recall built in – but not rman… and anything older and rman you want this… RLWrap Installation From EPEL Extra Packages for Enterprise Linux (or EPEL) a set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS …

Using rlwrap for rman and maybe sqlplus, RHEL, CentOS, Oracle Linux 6 & 7, and Amazon Linux 1, and 2 Read More »