Home
João Carlos Ottobboni (@jcottobboni)
Cancel

Automating PostgreSQL Backups

Required reading PostgreSql command line utilities without provide password Sending messages to slack with bash script Let’s go then Recently i need to build some bash scripts to implement a auto...

Sending messages to slack with bash script

I need send messages in slack channel when i deploy things, ou backups and restore dbs, so with this script i can keep the entire team updated when certain actions hapen. Slack CLI #!/usr/bin/env...

PostgreSql command line utilities without provide password

Sometimes you need to put comands from Postgres CLI in bash scripts, and the passwords can be a problem, no more: Provide password using the password file Create the config file $ touch ~/.pgpass...

Install Ruby Old Versions with Rbenv

As far as I know, (and tested) Ruby versions < 2.4 requires libssl1.0, while >2.4 libssl1.1+. The two libssl packages conflict with each other, so you can’t have both of them, so I had to jug...

Getting Started with Git: A Beginner's Guide

For many self-taught web developers, especially those who have worked solo, version control systems like Git can seem daunting. This guide aims to simplify Git, helping you understand its basics an...