Same. It has really helped my neck, too. I used to need to prop myself up on a pillow so that my arms wouldn’t fall asleep. Now, it’s no problem.
Same. It has really helped my neck, too. I used to need to prop myself up on a pillow so that my arms wouldn’t fall asleep. Now, it’s no problem.
This is pretty compelling. I vote “solved”.
I got his meaning. Isn’t that the purpose of language, in the end?
What browser are you using?
Even better, so it mutates into superior data!
And farts.
I was with you until you did potatoes dirty.
Fun fact: Brussel sprouts taste better now because the bitterness was intentionally selectively bred out of them in the '90s. They were, apparently, only bitter for a period of time because the ones that were easiest to mechanically harvest were bitter. Pre-mechanical harvesting, less bitter varieties were more popular.
https://www.mentalfloss.com/posts/do-brussels-sprouts-taste-better-now-yes-here-s-why-01ghed9q8dr8
I have solved this problem! The trick is to use two Docker containers:
Here is an example docker-compose.yml:
version: "3"
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
# line above must be uncommented to allow external containers to connect.
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
restart: unless-stopped
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
volumes:
- ./gluetun:/gluetun
environment:
- VPN_SERVICE_PROVIDER=airvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=xxx
- WIREGUARD_PRESHARED_KEY=xxx
- WIREGUARD_ADDRESSES=xxx
- WIREGUARD_MTU=1320
- SERVER_COUNTRIES=United States
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
# Timezone for accurate log times
- TZ=America/New_York
# Server list updater
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
- UPDATER_PERIOD=24h
tailscale:
container_name: tailscale
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- ./tailscale/var/lib:/var/lib
- ./tailscale/state:/state
- /dev/net/tun:/dev/net/tun
network_mode: "service:gluetun"
restart: unless-stopped
environment:
- TS_HOSTNAME=airvpn-exit-node
- TS_AUTHKEY=xxxxxxxx
- TS_EXTRA_ARGS=--login-server=https://example.com --advertise-exit-node
- TS_NO_LOGS_NO_SUPPORT=true
- TS_STATE_DIR=/state
image: tailscale/tailscale
Do you donate to charities?
Audiobooks, my friend! I do a lot of driving around, so I just listen to books to keep my mind occupied.
Fair enough, but it is a masterpiece. And, a profound meditation on the story of Cain and Abel.
I don’t think it is clear what is meant by God’s indifference to Cain’s offering. It’s one of those perplexing details that has led to a lot of deep contemplation over the millenia. Have you you ever read Steinbeck’s East of Eden?
Rural western Virginia has fiber internet to your home in a lot of places.
For example: https://www.alleghanyhighlandsbroadband.com/
Thank you. After reading up on it, this sounds awesome. I’m going to give it a try!
Is this OS actively developed (crystalOS)? Do you have a link to the project page?
This sounds pretty rad. Can you point me to some docs for getting started with this myself?
Edit: I looked up Unraid. It looks like it is a commercial product. Do you pay for it?
How well do they self-clean? How often do you need to clean it manually?