GitLab Runner on hosted Linux

Start Runner on hosted Linux docker run -d –name gitlab-runner –restart always \-v /srv/gitlab-runner/config:/etc/gitlab-runner \-v /var/run/docker.sock:/var/run/docker.sock \gitlab/gitlab-runner:alpine Runner registration docker run –rm -it \-v /srv/gitlab-runner/config:/etc/gitlab-runner \gitlab/gitlab-runner:alpine register Config changes Step 1Config editing nano /srv/gitlab-runner/config/config.tomlorvim /srv/gitlab-runner/config/config.toml Step 2Change volumes = [“/cache”]tovolumes = [“/var/run/docker.sock:/var/run/docker.sock”, “/cache”]

Homesensors

https://passionate-heron-1462.dataplicity.io Grafana/InfluxDB + RLT sensors and Nginx all in docker containers on Raspberry Pi3 ad/D..0! https://hassio.ehealthinnovation.org Homeassistant + Z-Wave on Raspberry Pi3 ni/3h…! https://smarthome.ehealthinnovation.org Django Python on Raspberry Pi 3B+ ad/3H…3

How to disable the weird characters from “bracketed paste mode”

For example, you can highlight text and paste it into the terminal. I then see 00~text01~.  You can use this command printf "\e[?2004l" to fix your terminal if this mode got suddenly enabled. echo 'printf "\e[?2004l"' >> ~/.bashrc does the same thing in one line, and you can verify with tail -n1 ~/.bashrc. 

dpkg: purge versus remove

dpkg can be used to install, remove and check the current state of a package. Every package contains the following components dpkg has two options –remove and –purge. Both these options are used to remove package contents. But there is a significant difference between the two.’ dpkg –remove is used to remove the package binaries. But if there