When you are using PgBouncer with e.g. a Ruby on Rails application which uses different application_names for the PostgreSQL...
Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
There is a gem puppet-ghostbuster which can help you find dead code in puppet projects. To use it, (as...
There's a simple way in bolt to run commands from a file without caring about BASH escaping: # /home/user/foo.sh
If you get an error message like this: You have already activated some-gem 1.2.3, but your Gemfile requires some...
Important If your railscomplete-deployment uses the net-ssh-gem please ensure you use version 5.2.0 or newer to ensure...
Don't use exec without user parameter If you use exec without user parameter, the command will get executed as...
Like Railscasts or Ruby Tapas, but for Linux.
Best results in other decks
makandra offers an 8 month paid trainee program 🇩🇪 for junior developers that are looking to start a professional career in...
You can check the maximum client Redis database size in Sidekiq with this command. Sidekiq.redis { |redis| puts redis.info.fetch('maxmemory_human...