Import 2022-12-05 00:18

Oct
13
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".

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=
May
19
K-9 Email App for Android

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
1 min read
Mar
08
Windows 10 Mounting NFS

Windows 10 Mounting NFS

Bottom line was getting the mount command correct. First confirmed the share was setup properly on the NAS. Then made
1 min read
Sep
02
Base Ubuntu 18.04 Server Linux Hardening

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
4 min read
Sep
02
Bitwarden Docker Install

Bitwarden Docker Install

Starting with a fresh Ubuntu 18.04 install we are going to install the Bitwarden password manager. This will be
3 min read
Sep
01
Installing and Issuing Let's Encrypt Certificates

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
2 min read
Aug
19
Installing Docker CE & Docker Compose On Ubuntu 18.04

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
1 min read
Oct
28
Converting Hyper-V .vhdx to KVM .img format

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
1 min read
Oct
21
Redis Install on Ubuntu Server 16.04

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
4 min read
Oct
21
Nodejs and NPM on Ubuntu Server 16.04

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
1 min read