device=/dev/sda
sudo wipefs --all $device
sudo dd if=/dev/zero of=$device bs=102400 count=2000
sudo parted $device --script mklabel gpt
sudo parted --script $device mkpart --align optimal efi fat32 4MiB 1GiB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Key Name Resulting Keystroke | |
| {F1} - {F24} Function keys. For example: {F12} is the F12 key. | |
| {!} ! | |
| {#} # | |
| {+} + | |
| {^} ^ | |
| {{} { | |
| {}} } | |
| {Enter} ENTER key on the main keyboard | |
| {Escape} or {Esc} ESCAPE |
Linux Paths
- Key Bindings:
$HOME/.config/sublime-text/Packages/User/Default (Linux).sublime-keymap - Settings:
$HOME/.config/sublime-text/Packages/User/Preferences.sublime-settings - Syntax-Specific (e.g. for Plain Text):
$HOME/.config/sublime-text/Packages/User/Plain text.sublime-settings
Package Settings:
$HOME/.config/sublime-text/Packages/User/Package Control.sublime-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This guide assumes that you have already set up a Ubiquiti Unifi VPN following the guide: | |
| https://help.ubnt.com/hc/en-us/articles/115005445768-UniFi-L2TP-Remote-Access-VPN-with-USG-as-RADIUS-Server | |
| To configure a Linux machine to be able to connect remotely I followed these steps. This guide was written for Debian 8. | |
| - In Debian install the "xl2tpd" and "strongswan" packages. | |
| - Edit /etc/ipsec.conf to add the connection: | |
| conn YOURVPNCONNECTIONNAME |
rm -fr .cargo
sudo rm -fr .gomodcache
find packages/ -name '*.tar.gz' -delete
find packages/ -name '*.rpm' -delete
cargo make cleanYou may also want to nuke docker from orbit
755- Owner: Everything, Group: Read+Execute, World: Read+Execute644- Owner: Read+Write, Group: Read, World: Read
Octal Value
File Permissions Set
Permissions Description
OlderNewer