Arch Linux

Installing Vagrant on Manjaro i3

Vagrant a high-level open-source tool for building and maintaining virtual environments. With the use of plugins, Vagrant can manage many underlying VM technology, like VirtualBox, KVM, etc. In this article we will configure Vagrant with […]

Docker
DevOps

Install Docker on Manjaro i3

You can search for the package using pamac. The below will install docker along with two other packages, containerd and runc. Once installed, start and enable the service to start on boot. You can test […]

No Picture
DevOps

Powershell on Ubuntu 18.04

Unfortunately powershell isn’t currently available in the official package repository. However Microsoft do provide a couple of ways to install powershell. DEB Package Microsoft provide a .deb package for manual installation using the APT package […]

No Picture
AWS

aws-inventory

Here I am trying out a tool called aws-inventory that attempts to discover created resources within an AWS account. See the aws-inventory homepage for more information. First use the distributions package manager to install Tkinter: […]