docker: Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "open /proc/self/fd: no such file or directory".
I had the same issue on a host running Ubuntu and needed to use:
sudo update-grub "systemd.unified_cgroup_hierarchy=
K-9 Email App for Android
As always I prefer to go open source with any software I use. I came across this open source email
Windows 10 Mounting NFS
Bottom line was getting the mount command correct. First confirmed the share was setup properly on the NAS. Then made
Base Ubuntu 18.04 Server Linux Hardening
Prepare the the server
We will update and setup the default locale's on the server, and enable the auto security
Bitwarden Docker Install
Starting with a fresh Ubuntu 18.04 install we are going to install the Bitwarden password manager. This will be
Installing and Issuing Let's Encrypt Certificates
Install certbot for let's encrypt
Certbot can automatically fetch let's encrypt certificates for us. Before we do that I found
Installing Docker CE & Docker Compose On Ubuntu 18.04
Install Docker from the Official Docker Repository
Install the Dependencies
Docker has its own repositories. Before you can install it
Converting Hyper-V .vhdx to KVM .img format
Migrating from Hyper-V to KVM on Ubuntu. Found a good way to convert those pesky Hyper-V images so that I
Redis Install on Ubuntu Server 16.04
This is a quick and dirty install for Redis.
What is Redis? If you have to ask you most likely
Nodejs and NPM on Ubuntu Server 16.04
Quick and easy way to install Nodejs on Ubuntu server. This will install the Nodejs PPA which contains the most