Explore >> Select a destination


You are here

blog.cavelab.dev
| | www.neelc.org
7.3 parsecs away

Travel
| | Note: I am using FreeBSD as the operating system in the article, but the information should be generic to Linux or any non-Microsoft operating system. This should also apply to most other current HPE ProLiant servers (as of 2019) other than the MicroServer (UPDATE: Don't own one, but this article should apply to the new MicroServer Gen10 Plus as well). I recently got a Xeon 4108 HPE ProLiant ML110 Gen10 to replace my MicroServer as a home server along with two 1TB hard drives to run in ZFS RAID.
| | blog.nuculabs.de
7.5 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.
| | bsdbox.de
7.0 parsecs away

Travel
| | Dieser Server dient uns als eine Informations- bzw. Austauschs-Plattform für alle Menschen, die sich konstruktiv und kreativ mit den Themen FreeBSD, LINUX, IT-Sicherheit und allgemeinen Netzwerkthemen befassen und austauschen möchten.
| | virtualzone.de
95.2 parsecs away

Travel
| I'm running my containers with Podman in Rootless Mode on Alpine for about four months now. However, an annoying problem has haunted me ever since: When a container was connected to more than one network, outgoing connections were not working correctly. Consider a container connected to two bridge networks: $ podman run --rm -it \ --network net1 \ --network net2 \ alpine /bin/ash Inside the container, the two networks are connected correctly: