TLDR: Plug in a usb drive to install Ubuntu Server automagical.
- Ubuntu Server 18.04 or later (Tested with 20.04)
- Ventoy 1.0.42 or later
- Autoinstall configuration (
user-data
) as cloud-init config (yaml formatted)
#! /bin/bash | |
# Script to automate creating new OpenVPN clients | |
# The client cert and key, along with the CA cert is | |
# zipped up and placed somewhere to download securely | |
# | |
# H Cooper - 05/02/11 | |
# | |
# Usage: new-openvpn-client.sh <common-name> | |
# Set where we're working from |
#!/usr/bin/env bash | |
# bash 4.1.5(1) Linux Ubuntu 10.04 Date : 2013-07-11 | |
# | |
# _______________| netspeed : check download speed via command line. | |
# | |
# Usage: netspeed [tokyo, london, usw, use, east, west, URL] | |
# ^default U.S. west coast. | |
# [ -speed_KB/sec ] | |
# ^negation activates the Mbps converter. | |
# |
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
#!/bin/sh | |
mkdir /store/firewall | |
# Copy the service.xml firewall rules to a central storage | |
# so they can survive reboot | |
cp /etc/vmware/firewall/service.xml /store/firewall | |
# Remove end tag so rule addition works as expected | |
sed -i "s/<\/ConfigRoot>//" /store/firewall/service.xml |
TLDR: Plug in a usb drive to install Ubuntu Server automagical.
user-data
) as cloud-init config (yaml formatted)