*Pi Print Server

14 Jan
Seth the hostname: [bash]hostnamectl set-hostname printserver1[/bash] Install a basic print server: [bash]apt-get install lprng[/bash] Create a printer configuration file: [bash]nano ... Read more »

Hyper-V and Linux

20 Dec
If you are using Hyper-V install the following: [bash]apt-get install hyperv-daemons[/bash] Add required Hyper-V modules: [bash]nano /etc/initramfs-tools/modules[/bash] [code language=”text”]hv_vmbus hv_storvsc ... Read more »