idea and some snippets taken from pascalpoitras' weechat config
/mouse enable
/secure passphrase <pass>
/secure set relaypass <pass>
/secure set bitlbeepass <pass>
/secure set bncaddrport
| #!/bin/bash | |
| # Encrypt existing hard drive in place. | |
| # Requires a second physical drive to temporarily store data. This drive will be erased. | |
| # This script is meant to be run on Clonezilla 1.2.9-19 or later. | |
| # The cryptsetup syntax is different in Clonezilla than in Red Hat. | |
| # --- Variables --- # |
| # Download an Arch ISO from https://www.archlinux.org and copy it to a USB drive: | |
| sudo dd bs=4M if=archlinux-2019.01.01-x86_64.iso of=/dev/sdb status=progress oflag=sync | |
| # then plug it into the device of your preference, boot it and start the installation process. | |
| # Installation process: | |
| # Set UK keymap | |
| loadkeys uk | |
| # Set up partitions (MBR) | |
| parted /dev/sdX mklabel msdos |
idea and some snippets taken from pascalpoitras' weechat config
/mouse enable
/secure passphrase <pass>
/secure set relaypass <pass>
/secure set bitlbeepass <pass>
/secure set bncaddrport