It’s more likely trinitycore (which forked from mangos quite some time ago). https://github.com/TrinityCore/TrinityCore/
Mangos do still have a Wrath server branch. But specifically for 3.3.5 trinitycore is more often used.
I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.
It’s more likely trinitycore (which forked from mangos quite some time ago). https://github.com/TrinityCore/TrinityCore/
Mangos do still have a Wrath server branch. But specifically for 3.3.5 trinitycore is more often used.
It’s an old expression, but it checks out.
Source: Somewhat old(ish) person from the UK.
It’s good to see. The UK one is still ticking upward too (133.5k/100k). It’s been an impressive last minute push.
Now, we wait and see I guess. I expect nothing useful to come from the UK one, but at least we force them to respond again. Even if it is the same response.
The EU one, I really do hope something comes of it.
Completely agree. It should not deter anyone.
They didn’t close it. They provided an answer early. That as they see it, existing trade and consumer law should cover games and they don’t plan on carving out extra legislation for it but they will “keep an eye on it”.
Now it is over 100k, it doesn’t actually mean anything more than they “might” debate it in parliament.
Now, don’t get me wrong. I signed the petition, and I think they SHOULD look into it. But, my old cynical bones tell me that even if they do have a debate in parliament. It will be at a time when there will be 5 MPs in there, who will have nothing to say on the matter and it will be swept under the rug with a further canned statement drawn up by some civil servant in whitehall talking about consumer law just like the statement before.
Most western governments are on the side of industry, and that includes game developers. I cannot imagine they care about this subject and will do the bare minimum lip service to move past it.
I hope I’m wrong.
I do have a bit more hope for the European parliament. Just a little. They do seem to be a bit more pro-consumer. That is the one that matters most IMO.
Well inflation IS bad, and at least here is outstripping pay increases for most people.
But those burrito private taxis are probably one of the few things going up in price more slowly than, you know things you actually need.
There is usually a common-sense bar where this is applied though. Some items on that list would for sure apply, but in that case the employee should politely decline, not hand the goods over to the owner. I’d like to think that’s fake. But, I can imagine that it’s very real somewhere.;
Wireguard vpn into my home router. Works on android so fire sticks etc can run the client.
Linux secure boot was a little weird last I checked. The kernel and modules don’t need to be secure boot signed. Most distros can use shim to pass secure boot and then take over the secure boot process.
There are dkms kernel modules that are user compiled. These are signed using a machine owner key. So the machine owner could for sure compile their own malicious version and still be in a secure boot context.
Should it, or should it be “1”? (just removing one, one)
It is if you leave the keys in the ignition.
Yeah but if you tick TCP and pay the extra postage you can get proof of receipt.
Actually how is your ISP giving out IPs to you? Mine uses IPv6 PD to give me a /48. And I then use SLAAC locally on the first /64 prefix on my LAN. Plus another /64 for VPN connections.
If you mean receiving RA/ND packets from your ISP (which are used to announce IPv6 prefixes) then you need to allow icmpv6 packets (if you don’t want to be able to be pinged, just block echo requests, ICMP in v4 and v6 carry important messages otherwise).
If your ISP uses DHCPv6 Prefix delegation you will need to allow packets to UDP port 546 and run a DHCPv6 client capable of handling PD messages.
If you have a fixed prefix, then you probably don’t need to use your ISPs SLAAC at all. You could just put your router on a fixed IP as <yourprefix>::1 and then have your router create RA/ND packets (radvd package in linux, not sure what it would be on pfsense) and assign IPs within your network that way.
If you have a dynamic prefix… It’s a problem I guess. But probably someone has done it and a google search will turn up how they handled it.
EDIT: Just clarified that the RA/ND packets advertise prefixes, not assign addresses.
I believe the privacy concerns are made moot if all consumer level routers by default blocked incoming untracked connections and you need to poke holes in the firewall for the ports you need.
Having said that, even knowing the prefix it’s a huge address space to port scan through. So it’s pretty secure too with privacy extensions enabled.
But for sure the onus is on the router makers for now.
I used HE for ages until my isp gave native ipv6. I also used sixxs back then too. Both provided good connectivity for the few sites that were around using it at the time.
This is my biggest bugbear about a lot of UK isps. They are dynamically allocating ipv6 prefixes for absolutely no good reason.
I’ve only ever done ipv6 using Linux directly as a firewall or a mikrotik router. So cannot help with pfsense I’m afraid.
You start by adding ipv6 and serving both. One side needs to move first. Content providers or isps.
The big tech companies are using ipv6. In the UK the isps are mostly offering it too.
Host both and help us move towards dropping Ipv4 some day. It’s not going to happen in a day.
Whenever anyone asks if I use AI. My answer is that, so far it hasn’t ever delivered working code. However the majority of times I used it, the code it did provide sent me in the right direction.
So it’s not useless. And I know tools have gotten better. But when I see companies seriously talking “AI first” and wanting vibe coding to be a main development strategy. I do really worry.
Trinitycore has a guide https://trinitycore.info/ if you follow it properly it will result in a working server. Any time I’ve seen someone have a problem following it, they either missed a step by mistake, or tried to go off on a tangent, configuring it for their own needs during install/setup.
First make it work with the instructions, and once it is working, then tinker with it :P