No Picture
Linux

Install Dell OpenManage on Ubuntu 14.04

For more detailed instructions, see the official site. Add the apt repository information by creating the linux.dell.com.sources.list file: To verify the package signature, add the following repository key to apt: Update apt with new repository […]

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