As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| # Boot from the usb, make sure that secure boot is disabled in the BIOS | |
| # Default keymap is set to US | |
| # Connect to wifi | |
| wifi-menu | |
| # Create partitions using cgdisk or fdisk | |
| 1 500MB EFI partition # Hex code ef00 | |
| 2 100% size partition # Hex code 8300 |
| package main | |
| /* | |
| URL: https://github.com/mccoyst/myip/blob/master/myip.go | |
| URL: http://changsijay.com/2013/07/28/golang-get-ip-address/ | |
| */ | |
| import ( | |
| "net" | |
| "os" |