Add apt source: apt update -y && apt install -y gpg sudo wget curl sudo install -dm 755 /etc/apt/keyrings
Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
When using tmux, selecting and copying multiple lines of text can be a hassle, especially when using splits (highlighting lines...
If you're using many terraform root modules in a repository, downloading common providers like the AWS one can quickly...
If you get e.g. this error message when you try to run puppet agent: Error: Failed to apply catalog: undefined...
The puppet server caches custom functions. If you edit an existing function (e.g. while you’re developing it), you’ll...
Best results in other decks
I recently encountered this error as I was trying to build assets: $ node esbuild.config.js .../node_modules/esbuild-plugin-browserslist/dist/resolveToEsbuildTarget.js:43 throw new Error('Could...
It's not possible to use variables in media queries with plain CSS. @media (max-width: var(--some-pixel-size...