|
You are here |
www.crc.id.au | ||
| | | | |
alsa-project.org
|
|
| | | | | [AI summary] The article explains the ALSA project's hook extension, which allows runtime expansion of configuration nodes by loading specified configuration files at startup. | |
| | | | |
pbrisbin.com
|
|
| | | | | I've recently finished work on an HTPC. The goal was to run a media center WM on a box that looked appropriate in my cabinet by my TV using a remote. That much I've done; all that's left is tweaking the remote functions and adding to the collection. Hardware ??The first thing I got was the case; I wanted one with a built in remote and a low enough profile to fit in my TV cabinet and not look out of place. | |
| | | | |
www.webupd8.org
|
|
| | | | | Create A Bootable USB Stick On Ubuntu With GNOME Disks [Quick Tip] ~ Ubuntu / Linux blog | |
| | | | |
blog.chand1012.dev
|
|
| | | 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. | ||