If you want someone to be able to access your rails console, but don't want them to be able...
If you want to use rsync to transfer files that don't belong to your user to another system you...
Debugging your integration tests, that run a headless Chrome inside a docker image, is tricky. In many cases you can...
It is possible to manipulate the forwarded ports of an established interactive SSH session. This is done by opening the...
If you use a newer SSH key generated with the ED25519 algorithm instead of RSA (see Create a new SSH...
Du musst kein Netzwerkspezialist sein oder iptables in- und auswendig kennen. Du solltest aber die Grundlagen verstanden haben. Spätestens wenn...
Kubernetes ist der de-facto Standard zum Orchestrieren von Container Workloads. Sowohl On Premise als auch in der Cloud wird...
Du möchtest deinen AWS Account auf bestimmte Fehlkonfigurationen hin überwachen. Dafür wirst du AWS Config einsetzen. Über gebrochene AWS Config...
You might use screen or tmux to run a temporary command on a server which continues to run after the...
Als DevOps Engineer kann es häufiger vorkommen, dass du ein lokales Testsetup bauen musst, um eine bestimmte Software oder ein...
Der Begriff systemd wird immer umfassender da es sich nicht mehr (wie ursprünglich) nur um ein init Systemd handelt, sondern...
You'll need openssl-3 or newer for servers running 22.04 Ruby version 3.1 uses by default the gem openssl...
Du kannst folgende Fragen beantworten: Was ist SSH, wie funktioniert es, auf welchem IP-Protokoll baut es auf, auf...
Schau dir den unter Inhalte verlinkten Udemy Kurs an. Die Zugangsdaten für Udemy bekommst Du von deinem Mentor. Überspring Inhalte...
Accessing other repositories in Gitlab CI is not straight forward, since the access rights of the current pipeline might not...
Fix: downgrade net-ssh to version 2.9.1.
Important If your railscomplete-deployment uses the net-ssh-gem please ensure you use version 5.2.0 or newer to ensure...
There is a reasonable simple way to move data between Redis servers: Simply temporarily configure the new server as a...
Suggested Workflow Set the ruby version in .ruby-version to 2.3.5, then perform these steps one by one, fixing errors...
If you need to run a program on a remote machine (e.g. to your office PC) with a graphical UI...
If you want to ssh into your vagrant box without switching into the project directory and typing vagrant ssh, you...
Sometimes, through some firewall or proxy misconfiguration, you might have to deploy to a server that cannot access the git...
We generally use multiple application servers (at least two) and you have to search on all of them if you...
TL;DR: Update the 'net-ssh' gem by adding to your Gemfile: gem 'net-ssh', '=2.9.1' Now run bundle update...