Posts with "security" Tag
Installing Algo VPN
by danaukes
Introduction
It is sometimes necessary to create a virtual network to enable computers across a ...
Installing GrapheneOS on a Pixel 4a
by danaukes
Instructions derived from https://grapheneos.org/install/cli
Download Developer Tools
```bash sudo apt install -y android-sdk-platform-tools-common sudo apt install -y signify-openbsd echo ...
Logging in Ubuntu
by danaukes
UFW -- Uncomplicated Firewall
by danaukes
To turn on UFW,
```bash sudo ufw allow 22 sudo ufw enable sudo ufw status sudo systemctl enable ufw sudo systemctl ...
Remote Unlock your LUKS-encrypted Hard Drive
by danaukes
Updated for Ubuntu 22.04
-
Install Software
```bash sudo apt ...