Robin Bode

Robin Bode

DevOps Engineer

  • Home
  • Secret Share
© Robin Bode 2025
    Launch GO debug without selecting main.go in VSCode
    golang

    Launch GO debug without selecting main.go in VSCode

    When your building your go application in VSCode it is easy to debug but you will have to select & open the main.go file and then press play to go into debugging

    4 years ago December 23rd, 2020 1 min read
    Curl host with different hostname
    Linux

    Curl host with different hostname

    Sometimes it is convenient to set a dns hostname so you can for example test your reverse proxy without having to set a dns record. The below command will request an answer from

    4 years ago December 18th, 2020 1 min read
    Install the latest Nginx version on CentOS 7
    CentOS

    Install the latest Nginx version on CentOS 7

    The default yum repositories on CentOS 7 will not install the latest Nginx version on the system. One of the disadvantages is that your system may be at risk because important security updates

    6 years ago August 26th, 2019 1 min read
    Create a (secure) SSH user on CentOS 7
    Linux

    Create a (secure) SSH user on CentOS 7

    In this blogpost, I will focus on setting up SSH keys on a CentOS 7 installation. SSH keys provide a straightforward, secure way of logging into your server and is the recommended authentication method.

    6 years ago May 14th, 2019 2 min read
    RabbitMQ configuration backup & restore
    RabbitMQ

    RabbitMQ configuration backup & restore

    In this blogpost i will show you how to backup and restore your active rabbitmq configuration.

    6 years ago May 9th, 2019 1 min read
    © Robin Bode 2025