
Working with multiple kubeconfig files
separate clean kubeconfig files to easily manage clusters
Search for a command to run...

separate clean kubeconfig files to easily manage clusters

Have you ever wanted to search for text in different files while you are inside the terminal? We all do, and luckily, grep is here for the rescue. Grep is a simple but powerful tool that comes with every linux distribution and macos out of the box...
I have created a very short tutorial on using "grep" to search for text in a file or multiple files, on the command line. I use this lots of times in my daily tasks as its quiet fast and efficient, how about you? https://www.youtube.com/watch?v=X1m_b...

The journey of becoming a Software Engineer without a CS degree, there was no direct path, it’s just a story, bear with me… Short Summary There is no direct path or points to follow to tell you about how I became a Software Engineer without a CS degr...

A step by step guide on how to install node.js on any linux distro using snap https://youtu.be/soxxj_FYvVU

Angular Material provides two sets of components designed to add collapsible side content (often navigation, though it can be any content) alongside some primary content. These are the sidenav and drawer components. The sidenav components are designe...

Did you want to trigger e2e tests in Gitlab communit eddition for you project and didn’t find a straight way? Here is how I did it. You are probably right, there is not straight way in the gitlab community edition to achieve the wanted behavior. Most...

It’s confusing, when it comes to development, I get confused. Four years ago, when i started learning programming, I started writing very simple websites in PHP, then i got bored and moved to Linux development in python/gtk then python/qt then python...
At CloudInn we had unoconv (depends on openoffice) in our backend so we coult convert our reports from ods to PDF or xlsx. That meant that we had to add other 400mb to our base image. Also, It meant longer time for deployments to finish. We were an...