/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

danangell.com
| | blog.nuculabs.de
1.8 parsecs away

Travel
| | Hi ?, In this blog post I will show you how to connect an Ethernet only device to Wi-Fi using an extra router and the WDS functionality. I initially wanted to install the TP Link Archer T4U WiFi adapter driver on my Ubuntu 20.04 PC but unfortunately the driver is no longer supported. Since I really needed high internet speed for my PC, I decided to connect it via an Ethernet cable and buy another TP-Link router to use in WDS mode.
| | quakkels.com
4.1 parsecs away

Travel
| | Raspberry Pis are great little computers. Wonderful for running hobby services. But, whenever I start a new RPi project, I dislike needing to dig out my spare HDMI monitor and USB keyboard. I don't like having to take up room, connect all that hardware, just to enable SSH and Wifi so I don't need any of that equipment I just finished setting up.
| | debianaddict.com
3.5 parsecs away

Travel
| | [AI summary] This article explains how to configure a Debian-based Linux system as a router using iptables, bind9, and dhcpd for network management and services.
| | blog.chand1012.dev
15.0 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.