I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 0 Posts
  • 118 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle




  • Way way back. I was given a 486 (when pentium 90/100s were normal) at work to run the experimental internet connection on (the head of the company at the time didn’t think this internet fad would last). So I installed some magazine coverdisk linux and connected the office to the internet via a single modem.

    I think it had a peak uptime of 550 days before it was replaced.




  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    11
    ·
    2 months ago

    The thing is. Any year can be the year of IPv6. Google is on ipv6, youtube is on ipv6, facebook is on ipv6. Pretty much every datacentre I’ve used (OK limited to Europe) give you IPv6 for free by default. Deploying a web site to be IPv4 and IPv6 is trivial and people that use automation should be able to quite easily apply ipv6 to those scripts.

    It’s really just the ISPs (more so in the US as I understand it), lazy IT people and the FUD myths holding us back at this point.


  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    IPv6. No. Badly configured IPv6 routers, yes. But that’s something that would fix itself if it became the only protocol in use. And most routers now are pretty good at it from what I’ve seen. But it used to be the case it was easy to find bad routers.

    The myth seems to be that NAT provides security. But a good default configuration for consumer routers would give the same security as NAT while providing the advantages and extra security IPv6 provides.

    IPv6 usually has privacy extensions enabled. Which means it will generate throwaway IP addresses that rotate regularly for your outgoing connections, these IPs do not accept incoming connections. So someone cannot nmap you to find open ports based on the IP you connected to their server with.

    Not to mention that most ISPs give each user more IPs than the whole IPv4 internet has. So, port scanning an entire /64 is not going to be fun.


  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    13
    ·
    2 months ago

    Well you could accept the default generated one, or set it to fe80::1 manually. Don’t most good routers now have a DNS server in? So you could make it router.local or something?

    I think some even by default make a DNS entry call router.local or similar pointing to themselves. This isn’t a real problem and if IPv6 were adopted fully, then all routers would likely come with something like this setup anyway.


  • I’m based in the UK. But my instance only actually has single digits of actual active users. So, it’s not bothering me too much.

    The moment I get a letter from OFCOM, or I see they’re enforcing against smaller federated sites, I’ll just remove non login readable capability and make it entirely invite only (which won’t be a problem, the only people joining for ages were bots and when I added the AI blocking/cloudflare protection they’ve stopped coming too). Until then I am assuming they’re going after the actual social media companies.



  • Peter Backman, CEO of theDelivery.World, said the practice was only misleading if customers were purposely trying to support independent restaurants and takeaways.

    That’s some high grade bullshit. There is going to be a subset of people (and I’d argue it’s a growing number) that want to support local businesses and so yes it’s misleading to all those people.

    But more than that. A corporate/franchise brand has such a huge value they will sue you if you use it without permission. So if they’re choosing not to use a brand they paid good money to use, it can only be because they want to deceive.


  • I’d say the ideal situation is that tools are developed library first, then cli or gui as preferred allowing others to pick up the slack and make the other tool (or tools) using the functions in the library.

    One of the reasons automation is so much easier on linux than windows is because there are many more cli tools to do things. On windows many tools are gui first and cannot easily be automated.




  • I have a 3080, so 590 is fine for me. But, I’m sure the legacy one is a dkms. But the process of installing that should be done as part of the install. E.g. you install, reboot

    What does lspci -k show for the card in terms of Kernel driver in use, and kernel modules? Also what does dkms status say?

    If the module is installed and showing in dkms status and showing as used in lspci -k, it should be available for desktop environments.

    I do agree in terms of effort when things go wrong though. I remember when I was a lot younger and I had no problems just sitting in front of my keyboard finding whatever the latest problem is. Now, I want to be doing things with my PC.

    But, a bit of debugging might be worthwhile before doing a new installation.



  • Are you sure it was dot pitch and not dot clock?

    Dot pitch on a crt might make the image look bad (trying to draw onto the shadow mask) but I doubt it would damage it.

    Setting an invalid dot clock could damage some crts. But most of the modern (read from mid 90s on) would just go to the power save mode when they got a clock they couldn’t use. The warning did still remain on the xfree86 configuration guides though.

    Showing my age perhaps.