Posts with "security" Tag
Installing Algo VPN
by Dan Aukes
Introduction
It is sometimes necessary to create a virtual network to enable computers across a ...
Installing GrapheneOS on a Pixel 4a
by Dan Aukes
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 Dan Aukes
A place to hold information about setting up, viewing, and controlling logging.
UFW -- Uncomplicated Firewall
by Dan Aukes
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 Dan Aukes
Updated for Ubuntu 22.04
-
Install Software
```bash sudo apt ...