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 ...

Read More
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 ...

Read More
Fail2Ban

by Dan Aukes

Derived from here:

```bash sudo apt install -y fail2ban sudo systemctl enable fail2ban sudo systemctl start ...

Read More
Logging in Ubuntu

by Dan Aukes

A place to hold information about setting up, viewing, and controlling logging.

Read More
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 ...

Read More
Disabling Password-based SSH

by Dan Aukes

Settings for hardening ssh on Ubuntu

Read More
Remote Unlock your LUKS-encrypted Hard Drive

by Dan Aukes

Updated for Ubuntu 22.04

  1. Install Software

    ```bash sudo apt ...

Read More
Reverse SSH Tunnel

by Dan Aukes

Auto-reconnecting reverse tunnel quickstart

Read More