Explore >> Select a destination


You are here

blog.meadowhawk.xyz
| | blog.nuculabs.de
3.3 parsecs away

Travel
| | Hi ?? The purpose of this article is to get you started quickly with a Home Assistant on a Raspberry Pi. It's a simple walkthrough on how to install Home Assistant and configure it so it will boot with your PI. I will use my old Raspberry PI V3 board. Flashing the Raspberry PI OS You will need a microSD card of reasonable size, I'm using a 16GB one and a USB Adapter to connect it with my PC.
| | blog.chand1012.dev
3.5 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | willhaley.com
3.5 parsecs away

Travel
| | At time of writing this article, most of the guides I've found concerning the installation of Plex on a Raspberry Pi recommend using the Raspberry Pi compatible Raspbian/Debian package offered by dev2day. The work by dev2day provides a simple and easy way to install the Plex server on a Raspberry Pi. I recommend using the dev2day package repository and instructions for a pain-free installation process. My process, written below, is manual and untested.
| | artemis.sh
14.3 parsecs away

Travel
| Linux won't sleep on this motherboard out of the box. I have a rev1.1 motherboard running BIOS version F17b. No idea if this applies to rev1.2. There's a workaround you can do which is to disable PCIe wakeup on GPP0 (GPP bridge to the m.2 NVMe drives): echo GPP0 | sudo tee /proc/acpi/wakeup. To make this persistent you need to run this command at boot. I do not know why it is like this. systemd/openrc methods to run this at boot: