Skip to content
Rhuan Samary Barreto

Rhuan Samary Barreto

A little bit of myself

  • Programador
    Posts sobre meu trabalho como programador.
  • Empreendedor
    Sobre minhas peripécias como empreendedor.
  • Assuntos Aleatórios
    Assuntos Aleatórios
  • LinkedIN
  • Facebook
  • Email
  • GitHub
  • Youtube

Translate the Blog

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Asides

Restore Backup from Duplicity in Azure

sudo duplicity restore --file-to-restore folder/ --time '2018-08-06T05:00:00+02:00' azure://container ./backup/folder/
duplicity list
duplicity list-current-files azure://container
duplicity collection-status azure://container

Format AsidePosted on 25 de March de 202125 de March de 2021Categories Programador

Upgrade DBeaver Community with HomeBrew

brew upgrade --cask dbeaver-community
Format AsidePosted on 25 de March de 202125 de March de 2021Categories Programador

Jenkins configuration for Nginx reverse proxy

In this configuration, everything works fine and you won’t see the error.

“It appears that your reverse proxy set up is broken”

Note that on line 31, the addresses don’t have slash (/) at the end. This is the correct configuration.

Format AsidePosted on 11 de May de 2018Categories Programador

Flush Cache OS X Sierra

sudo killall -HUP mDNSResponder
sudo killall mDNSResponderHelper
sudo dscacheutil -flushcache

Format AsidePosted on 18 de January de 2018Categories Programador
Proudly powered by WordPress