Step 1: Download warpplus.conf file.
Step 2: Download and Install WireGuard for MacOS.
Step 3: Open WireGuard and click "Import Tunnel (s) from file" button.
Step 4: Select "warpplus.conf" file and click "Active" button
this is file
Step 1: Download warpplus.conf file.
Step 2: Download and Install WireGuard for MacOS.
Step 3: Open WireGuard and click "Import Tunnel (s) from file" button.
Step 4: Select "warpplus.conf" file and click "Active" button
this is file
| #!/bin/bash | |
| set -eu | |
| export SNAP_NAME="microk8s" | |
| export SNAP_DATA="/var/snap/microk8s/current/" | |
| export SNAP="/snap/microk8s/current/" | |
| export PATH="$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH" | |
| source $SNAP/actions/common/utils.sh |
I wanted to run Microk8s on a Proxmox 6 host inside of an LXC container. These are my notes from the journey.
| <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
| <Style | |
| x:Key="ButtonFocusVisual"> | |
| <Setter | |
| Property="Control.Template"> | |
| <Setter.Value> | |
| <ControlTemplate> | |
| <Rectangle Margin="2" SnapsToDevicePixels="true" Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" StrokeThickness="1" StrokeDashArray="1 2" /> | |
| </ControlTemplate> |