Skip Navigation

Posts
2
Comments
125
Joined
2 yr. ago

  • I think there are two options personally.

    1. The Windows 11 LTSC version just leaked on Chinese forums. I wouldn't use that ISO but would wait for the official release. Seems like the "best" version of Windows.
    2. Use Chris Titus' WinUtil on a normal install: https://github.com/ChrisTitusTech/winutil. He has put a lot of effort into this tool and it works great.

    If you want to go full try-hard you can do it yourself. Buy NTLite and go to town on stripping stuff out. You'll probably break something but it is fun to play with.

  • For some reason my DNS tends to break the most. I have to reinstall my Pi-hole semi-regularly.

    NixOS plus Docker is my preferred setup for hosting applications. Sometime it is a pain to get running but once it does it tends to run. If a container doesn't work, restart it. If the OS doesn't work, roll it back.

  • Shh! I want to believe!

  • He also had porn and hentai games lol

  • "Danger close. Fire for effect!"

  • Am I the only one using tldr?

  • I've been an actual janitor and a sysadmin... they're not dissimilar. You clean up other people's shit for a living.

  • Classic Amazon

    Jump
  • Those aren't real classified documents. They aren't marked correctly.

  • German Engineering vs British "Engineering" lol

  • Let's be real, anything would be an improvement to the L85 lol

  • I remember playing this on my shitty laptop. Even then I immediately noticed the terrible blue fog.

    Then the game kept crashing on me when I entered the elevator after the big, above ground London part, so I never finished it.

  • God I wish. It was a purer time.

    Now it's mostly about feeding people ads.

  • Why not just run TrueNAS Scale? It's a NAS built on top of Debian?

  • Man, Hungarian Rhapsody No. 2 is still a banger.

  • His example doesn't seem to perform any comparisons to determine what to name the file. If the text file is just a list then something like this could work:

    $file = Get-Content -Path .\individuals2.txt

    foreach ($line in $file) { Copy-Item -Path .\template.docx -Destination ".(2 + $line + '.docs')" }

    Edit: Wow, Lemmy destroys formatting.

  • Yeah, I looked at the plain text of a .dotx file. That's unparsable. The other poster probably has the right idea on how to get information out of the file.

  • Does it have to be a Word template? If you can get that into a plain text format this will be much easier. There may be a module that you can download online otherwise you are probably going to have to do some painful parsing after you import the file using "Get-Content".

    Do you have any code written? This sounds like something that ChatGPT could probably handle pretty well.

  • I've been with Porkbun for over a year now. No complaints.