All Stories
How To uninstall packages with Brew including all its dependencies
Homebrew, or the short version being brew is the most popular package manager for macOS. And, if you don’t know already, package managers are software tools used for managing apps on ...
In macOS, Linux, Mar 07, 2022How to restart processes with Kill in Linux
You may ask yourself why using kill command to restart processes when here is systemctl. But some of you will get stuck in a position where you will not be able to restart some stuck ...
In Linux, Mar 06, 2022How to attach AWS managed policy to an IAM role in Terraform
AWS Managed Policies are IAM policies created and managed by AWS. Today I’m going to show you how to attach a managed policy in Terraform.
In Terraform, Mar 05, 2022Where to find stored syslog messages
When it comes to Syslog messages in Linux it’s important to know that they are handled by two services: systemd-journald daemon: Gathers all the messages from the kernel including bo...
In Linux, Mar 04, 2022Multiple Docker Compose files in the same directory
Having multiple Docker Compose files in the same directory clearly is not a good idea, although I could see the use case if you are working on multiple different projects with custom ...
In Docker, Mar 03, 2022Fix 'fallocate failed: Operation not supported'
While creating a swap on your Linux machine, executing sudo fallocate -l 1G /swap-file-name may throw fallocate failed: Operation not supported. Here I’m going to show you a quick fix...
In Linux, Mar 02, 2022vars_files vs include_vars in Ansible
In the last Ansible post I’ve noted that there’s a difference when choosing between vars_files and include_vars. So, let’s explore the differences on a surface level.
In Ansible, Mar 01, 2022How to install Podman on Ubuntu 21.10
In this tutorial, I’m going to show how to install Podman on Ubuntu 21.10 using the default Ubuntu 21.10 packages. Previously we clarified that installing Podman with the default Ubun...
In Podman, Ubuntu, Feb 28, 2022How to deal with 'AnsibleUndefinedVariable: ... is undefined' error
Although Ansible has a low learning curve, obviously there’s always a big difference between learning on your own versus working on a medium to large scale size (enterprise) projects....
In Ansible, Feb 27, 2022How to install Redis on Ubuntu 21.10
Using Redis as popular caching storage and also persistent key value database is always a good idea. Here I’m going to show you how to install it on a fresh Ubuntu 21.10 instance.
In Redis, Ubuntu, Feb 26, 2022