• 0 Posts
  • 33 Comments
Joined 10 months ago
cake
Cake day: December 14th, 2023

help-circle
  • I’ve done a backup swap with friends a couple times. Security wasn’t much of a worry since we connected to each other’s boxes over ssh or wireguard or similar and used tools that allowed encryption. The biggest challenge for us was that in my selfhosting friend group we all prefer different protocols so we had to figure out what each of us wanted to use to connect and access filesystems and set that up. The second challenge was ensuring uptime and that the remote access we set up for each other stayed up - and that’s what killed the project as we all eventually stopped maintaining the remote access and nobody seemed to care - so if I were to do it again I would make sure all participants have alerts monitoring their shared endpoint.




  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    The creation tool also just lets you save the iso - but for some reason the media creation tool gives you a different iso than if you spoofed a non-windows user agent on the windows download website so that it gives you a direct link to the iso instead of getting you to install the creation tool. And for some reason only one of them worked with DISM to repair my system in order to be able to run windows update successfully.



  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    17
    ·
    2 months ago

    Also add DISM to that - if it’s corrupted it could cause you to be unable to install windows updates.

    DISM /Online /Cleanup-Image /CheckHealth

    It’s also possible that fixing it may require the original windows installation media matching your windows version build number - which means if you’ve since installed a major windows update there may not be an available installation iso that meets the requirement. Happened to me and I was lucky enough to coax an iso out of the windows installer download page that satisfied the repair tool (oddly enough downloading an iso using the Windows Media creation tool didn’t work, but spoofing Linux on the page to directly download an iso gave me a different iso that worked)

    These are the things I do to maintain my last windows machine.





  • It’s better because PPA isn’t about targeting ads at all. It doesn’t share any browsing history, topics, or any information for ad targeting to advertisers at all. What it does do is provide a way for a website to tell your browser which ads are relevant to an action you take - for example on a checkout confirmation screen the site may tell your browser “here’s a list of ad IDs for the shop you just bought from”. Your browser then checks if it’s seen any of those ads, checking completely using local data that doesn’t leave the browser, then to an aggregator it reports which ads possibly led to your purchase. The aggregator increments a counter for each ad in its database and relays the totals to the advertiser. There are no unique identifiers or any information about your habits or interests involved.

    When I initially heard about PPA I also thought it was related to FLoC / topics, but it has nothing to do with ad targeting or sharing information about habits / interests, it’s just a way to tell advertisers “Ad XYZ was effective and led to a sign up/purchase” without revealing who saw the ad or any personal information about them, just the total number of people.





  • One game I used to play recently started working suddenly in the latest proton major release (I think 9), it wasn’t mentioned in the release notes and it has no community around the game since it was released around windows vista, as well as being pulled from stores for many years (I still have it on steam) so I don’t think anyone intentionally fixed it but probably just a result of some system call being implemented or tweaked to behave closer to correct.

    So yeah, it’s very good to test your broken wine apps every 6 months to a year because slowly anything I ever had issues with in wine is starting to work.



  • Did you make sure to stop network manager too? I think disabling it tells it not to start it automatically but I think if it was already running it may have stayed up and maybe it brought the interface back up.

    That’s my only guess, if ip link shows it as down still then idk. NetworkManager also has its own Mac spoofing thing so you might have better success editing the properties of the network connection in NetworkManager and putting a new Mac in the cloned Mac address field. I’ve only used macchanger with netctl.