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
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
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
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.
RabbitMQ RabbitMQ configuration backup & restore In this blogpost i will show you how to backup and restore your active rabbitmq configuration.