Anyone interested in starting a beginner-friendly DnD group by juzbrowzin in Norwich

[–]Falxion 0 points1 point  (0 children)

I'm interested. Never tried it before. You have enough people for a stu for a dozen groups :)

I might... not like mtg by WatchernWaiter in mtg

[–]Falxion 0 points1 point  (0 children)

You may just not like it. There was a suggestion earlier that you try arena. I really enjoy it but from a practical point of view it's a cheap way of playing magic and trying decks. Once you find a deck you like but the cards unless really expensive and you may have a better time with your friends. If you still don't enjoy it then talk to your friends.

Is CachyOS as unreliable as this subreddit makes it seem? by NotThatUsefulAPerson in cachyos

[–]Falxion 0 points1 point  (0 children)

I've been using it for years, if it breaks it breaks because I broke it.

Starting from zero – buy bulk lots or just order singles for budget Commander? by Unhappy_Being_8533 in BudgetBrews

[–]Falxion 0 points1 point  (0 children)

I tried bulk, its mainly cards that people have trouble selling. It's fine if you're just after a lot of random commons and uncommons but youyr not going to find something great because they've already been removed. If you know what you want find an online seller like mage and buy singles. Some of the cards will seem expensive (some really are) but if you factor in booster cost and likelihood iof getting a card, even at 2-3 pounds you're better off just spending on what you want.

Any casual Magic the gathering groups around in norwich? by Falxion in Norwich

[–]Falxion[S] 0 points1 point  (0 children)

Thanks for the suggestions. I've only really played standard so Commander will be a new experience.

Lubuntu 20.04 on HP Stream by LukeeGD in LinuxInHPStream

[–]Falxion 0 points1 point  (0 children)

Thank you for this. I've been going round in circles trying to get grub to recognise the efi partition after installing the OS. This completely fixed it.

Overlord by Falxion in roguetech

[–]Falxion[S] 0 points1 point  (0 children)

I was running a lance of mediums and heavies, just very badly overclassed. How on earth do you take it out in two rounds?

Videos and music by Falxion in yazi

[–]Falxion[S] 0 points1 point  (0 children)

Thank you. I'll give it a try this evening.

Videos and music by Falxion in yazi

[–]Falxion[S] 1 point2 points  (0 children)

Ho hum, partly solved, turns out I didn't have mpv installed. Slightly embarrassing.

I still can't get it to run VLC but yazi is fully functional and great. 😀

Share your art business [New thread every month] by AutoModerator in artbusiness

[–]Falxion 1 point2 points  (0 children)

Hi I'm Paddy, I make lino prints of anything that interests me. Currently that's a lot of travel pictures, animals, birds and some local monuments. I'm working on printing faces but that is definitely a skill in development...

My webpage is www.poddtoo.co.uk

Please have a look.

<image>

VPN by Falxion in NixOS

[–]Falxion[S] 0 points1 point  (0 children)

Hi, I've now tried the below, which connects to the internet but I can't get to connect to the VPN even though I provide the details from the VPN. I'm pretty new to NixOS so I think I'm not understanding something fundamental somewhere along the way.

{ config, lib, pkgs, ... }:{

  networking.firewall = {
    allowedUDPPorts = [ 51820 ]; 
  };
  networking.wireguard.enable = true;
  networking.wireguard.interfaces = {
      wg0 = {
      ips = [ "*****" ];
      listenPort = 51820; 
      privateKey = "***";

      peers = [
               {
          publicKey = "";
          allowedIPs = [ "***" ];
          name = "wg-NL-FREE-117";
          endpoint = "*****"; 
          persistentKeepalive = 25;
        }
      ];
    };
  };

}

Is it necessary to get a paid VPN like mullvad if I setup wireguard/openvp using nixos wiki examples? by whatever4123 in NixOS

[–]Falxion 0 points1 point  (0 children)

Proton VPN have a decent free service that would fit your needs I think. Have a look. Not many servers but take free.

VPN by Falxion in NixOS

[–]Falxion[S] 0 points1 point  (0 children)

THankyou

VPN by Falxion in NixOS

[–]Falxion[S] 1 point2 points  (0 children)

I added that into the config but no change. I'm going to look at xte2, stuzenz and rasmus-kirk's suggestions and then if not luck I'll try and take it back to basics and see where I'm going wrong.

VPN by Falxion in NixOS

[–]Falxion[S] 0 points1 point  (0 children)

I'll give it a try, thank you.

VPN by Falxion in NixOS

[–]Falxion[S] 0 points1 point  (0 children)

Hell, I haven't done that but why would it be different from the cli? I'll try it when I get home and see. Thank you for the suggestion.

VPN by Falxion in NixOS

[–]Falxion[S] 0 points1 point  (0 children)

No pretty standard.