Explore >> Select a destination


You are here

mikeisted.wordpress.com
| | www.jhanley.com
11.0 parsecs away

Travel
| | Ubuntu 20.04 Desktop does not include an SSH server preinstalled. In this article, I show how I install OpenSSH, create an SSH keypair, install the keypair Ubuntu for a user and disable password-based SSH logins. I also include a PowerShell script to mimic the base features of ssh-copy-id.
| | www.onetransistor.eu
10.9 parsecs away

Travel
| | About the available programming utilities for CH341A programmers on Linux platform
| | smist08.wordpress.com
9.6 parsecs away

Travel
| | Introduction Our writing group meets Friday mornings at a local coffee shop. I usually write these blog posts at these sessions. Often when writing about the Raspberry Pi or another SBC, I have to leave early because I need to go home to try some more things on the physical device. Raspberry Pi Connect is...
| | blog.anantshri.info
56.1 parsecs away

Travel
| Quick notes on how to setup wireguard on 20..04 Best guide i could find : https://www.linuxbabe.com/ubuntu/wireguard-vpn-server-ubuntu But still pieces missing so trying to write this and make those pieces sorted Base OS : ubuntu 20.04 Install software sudo apt-get install wireguard wireguard-tools Configure Wireguard Server side 2.1. Configure Public / Private Key pair for server...