No Picture
Arch Linux

Install zsh on Manjaro i3

This is how to quickly and easily get up and running with zsh on Manjaro i3. First, check the shell you are currently using: Install zsh: However this might not be necessary because it looks […]

No Picture
Linux

Ubuntu whatprovides equivalent

On RHEL/CentOS systems, I am used to being able to use the whatprovides command to find what package contains a specific binary. On Ubuntu the best equivalent I have found is the apt-file command. This […]

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
Linux

NFS Server on Ubuntu 18.04

First, as root, install nfs-kernel-server: By default NFS version 2 is disabled. This is probably fine but if you do need to enable it, edit /etc/default/nfs-kernel-server and add: And then restart the service: Confirm with: […]

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: […]