
Fix ssh ciphers and key exchange problem towards older network hardware
Cipher or key exchange error when trying ssh towards older Cisco switches and other older networking hardware.
Thoughts on DevOps, Infrastructure, and Technology
Cipher or key exchange error when trying ssh towards older Cisco switches and other older networking hardware.
When you convert a vm with redhat7 or centos7 and it failed boot with "dracut-initqueue timeout" and you want to use virtio for scsi driver.
If you are ahead of master, to reset and save your changes.
The smartest way to create a multistage Dockerfile for a python application and be compatible with OpenShift non-root / arbitrary user is to use virtual environments.
To get correct time-zone for a Cisco-device in sweden, you need to set the time-zone to CET for standard-time and CEST for summer-time Summer-time in sweden starts at the last sunday of March and ends in last sunday in october.
Deploying a static and dynamic site inside k8s Writing a deployment for a two container pod with both static and dynamic content
\\wsl$\running dist not working Problem accessing your WSL - Windows Subsystem for Linux - linux files in Windows 10 1903. Probably a missing P9NP in Order in registry.
Deploying a python slack-bot in k8s This is my setup for a slackbot running in k8s. It is a working solution designed for kubernetes 1.17
Using python decorators for registering command for a help-function in a slackbot. (with example)