Open Notepad++
Press Ctrl+H
Replace Tab
"Regular Expression" radio button
Find: ^(.{5})
Text [Link Name](URL)
Add 2 empty spaces after line
Open Terminal > Drop down tab > Settings > Defaults > Run tihs profile as administrator

Patching: Batch Patch
Sharing files between Windows/Linux
Using Robocopy
Prompts you before deleting any file
rm -i -- *
OpenStack CheatSheet CLI Manage Project, Users and Roles
$ openstack project list
All below are notes from my experience with setting it up
Buy domain from cloudflare
Download VirtualBox
Install Virtualbox
Download Ubuntu Server
Setup New VM in VirtualBox
ssh-keygen -t rsa -b 4096
ssh-copy-id -i ~/.ssh/mykey user@host
type $env:USERPROFILE\.ssh\key.pub | ssh [email protected] "cat >> .ssh/authorized_keys"