Python on Windows Notes
Using Python on Windows notes regarding virtual environments (venv) and pip…
Using Python on Windows notes regarding virtual environments (venv) and pip…
Trouble shooting Raspberry Pi and Raspbian. Power problems and random reboots are indicative of a bad power supply. Apt-get failures are common.…
This is a guide to install Ghost blog software version 1.x on FreeBSD 11.1 inside of a jail…
Since FreeBSD 10.0 the system installer has included an option to automatically encrypt the disks upon installation, which is great, before that it was quite a pain. This is going to focus on adding encrypted disks after installation. In this example I will be adding a pair of drives…
Turn a RaspberryPi into a Tor onion router…
There comes a time you need to block a certain IP address or subnet from accessing a server of yours. I usually run a table in PF or IPTables to throw IPs in so that they are properly blocked from all services, but if you need a quick solution to…
These commands will find any disk attached and recognized by your Kernel with the exception of some raid cards / HBAs. These were run on a FreeBSD-11 machine, some ancient versions of FreeBSD also had ata type tools, but they are no longer applicable. There are other ports that handle disks…
Installation notes on FreeBSD 10 on a Raspberry Pi…