by hegars | Aug 20, 2019 | Linux
I needed a way of mounting a md-raid set readonly but needed the ability to change permissions without affecting the original disks Methods Issues copy_up operation overlay2 needs kernel 4+ AUFS...
by hegars | Aug 19, 2019 | Uncategorized
Download everything excluding directory files. wget -r -np -R “index.html*” https://blah.com
by hegars | Aug 18, 2019 | Linux
List Installed Packages #apt list –installed
by hegars | Aug 18, 2019 | Linux
amd_iommu=on acpi-=off
by hegars | Aug 16, 2019 | Linux, Security
As described on the following.https://www.crc.id.au/linux-and-usb-full-disk-encryption/ Flow # mkdir /etc/luks-keys# chmod 700 /etc/luks-keys# dd if=/dev/urandom of=/etc/luks-keys/new-key-file bs=1 count=4096# cryptsetup luksFormat /dev/sdb...