dirtycrow

joined 6 months ago
[–] dirtycrow@programming.dev 1 points 4 months ago

He had us replace call center switches without telling them first. Call center.

[–] dirtycrow@programming.dev 2 points 4 months ago (1 children)

I watched some old Minecraft let’s play a while back and I think it’s gone forever now. Really wish I had somehow downloaded a copy before it just bleeped out.

[–] dirtycrow@programming.dev 3 points 4 months ago* (last edited 4 months ago) (1 children)

Here's my Gluetun configuration if it helps:

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=openvpn
      - OPENVPN_CUSTOM_CONFIG=/gluetun/custom.conf
      - FIREWALL_VPN_INPUT_PORTS=XYZ
    ports:
      - 8080:8080 # webui
      - XYZ:XYZ/tcp
      - XYZ:XYZ/udp
    restart: always
    volumes:
      - ./gluetun:/gluetun
    env_file:
      - .env
    devices:
      - /dev/net/tun:/dev/net/tun

Have you specified network_mode: "service:gluetun" in your docker?

[–] dirtycrow@programming.dev 5 points 5 months ago (1 children)

I wish the movie was longer, even though the runtime is 2h20m.

[–] dirtycrow@programming.dev 2 points 5 months ago

this is actually the default behavior for zypper!

[–] dirtycrow@programming.dev 2 points 5 months ago (1 children)

I never had an XBOX or PS2. I went over to my friend’s house and he’d let me take a controller. I’m surprised this is considered retro now and I’m a little sad since I never got to play it.

Now I have Steam games I can’t find time or joy to play and with no one to play them with.

[–] dirtycrow@programming.dev 1 points 5 months ago

If you have an Intel Chromebook look into core booting it and then installing Linux. Then you can install anything.

[–] dirtycrow@programming.dev 2 points 5 months ago

With 64GB all I can think of is a lot of memory for street map routing (OSRM). Otherwise, homelab it.

[–] dirtycrow@programming.dev 2 points 5 months ago

I call them after what service is running on it. E.g. openvpn.

[–] dirtycrow@programming.dev 1 points 5 months ago

AirVPN is great. I got it during the Halloween / Cyber Monday sale. 3 years for $70

[–] dirtycrow@programming.dev 25 points 5 months ago
view more: ‹ prev next ›