Robin Bode
  • Home
  • Secret Share
Robin Bode

Robin Bode

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 mode. There is an easy VSCode config fix to let you run a debug session without having
23 Dec 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 the server listening on 127.0.0.1:80: curl --header "Host: yourdomain.com" http:
18 Dec 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 may be missing. In this blogpost I will explain how to install the latest stable release on
26 Aug 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.
14 May 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.
09 May 2019 1 min read
Page 1 of 1
Robin Bode © 2026
Powered by Ghost