Only pedophiles defend pedophiles.
And I fucking HATE pedophiles.

Woody Allen is still a pedophile who raped one of his own young step-daughters and married another.

People who defend that shit are SICK.

  • 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • ChunkMcHorkle@lemmy.worldtolinuxmemes@lemmy.worldmv Windows Linux
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    edit-2
    5 months ago

    There was a point not so long ago where Adobe Collaboration Sync got so bad on my Windows 10 box it wouldn’t let me close any pdfs that were open. “File in use” error, even if all Adobe programs were closed except for that pdf. I’d have to go into Task Manager and manually kill it. Between that and Adobe Updater I couldn’t get rid of it by any known means, and it was choking the shit out of my machine.

    I’m transitioning to Linux but not there yet, still need the Windows box for now, so I had to do something. But I’m old school, so it was a DOS batch file to the rescue. I call it “kiladobe.bat”:

    taskkill /f /im armsvc.exe       
    del "C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe"      
    taskkill /f /im AdobeCollabSync.exe     
    del "C:\Program Files\Adobe\Acrobat DC\Acrobat\AdobeCollabSync.exe"      
    

    It’s now a scheduled task in taskschd.msc. I put kiladobe.bat in the main Adobe program folder (heh) and run that task as administrator at startup and every four hours or so, give or take an hour.

    No more problems.

    Now, all that remains is that every so often I see the command window flash up for a split second because this batch file is killing Adobe shit, and it just makes me smile. (I could probably make it stop flashing up the CLI, but I genuinely enjoy the reminder of how I’m fucking Adobe’s virus-like install and lock endeavors up the ass.)

    EDITED TO ADD a simple “@echo off” by itself as the first line would probably turn off any appearance of the CLI, if anyone wants to use this text for their own batch file. If that didn’t work I’d probably throw a space and a “>nul” at the end of each line to grab the output and throw it into neverneverland.


  • Eventually it started slipping

    If you still have the printer (you may not but I’m going to put this out there for others too) that sounds like a simple roller replacement, and rollers/pickup pads are usually considered “consumables” instead of “parts” because they all wear out over time. This is true for most if not all consumer printers, ink and laser alike.

    Replacements should be pretty easy to find for even old printers, and the installation is usually pretty straightforward. Last year I was still able to buy a roller replacement set for a 19 year old HP, and it took me ten minutes and one Phillips head screwdriver to replace them all.

    You can also just take out and clean the hell out of anything rubber with isopropyl alcohol, letting it dry thoroughly and then putting it back in, or if possible rotate the rubber on it to present an unused side, I’ve done all that a few times too.

    For pretty much any model printer, search on the printer model number and “maintenance kit” to find available roller/pickup pad replacements for sale, and printer model number plus “service manual” to get replacement instructions if you need them.




  • As a technically literate person who is mostly new to Linux, Snaps along with Canonical’s corporate behavior was initially a dealbreaker for me.

    Except now I’m on Zorin (a Ubuntu fork) and find I can install flatpak, apt, etc as well, so I’m not wholly opposed to it anymore.

    Still think they’re assholes for taking initial steps in a paywall direction, though, not to mention doing the FOSS community that way.


  • Okay, yeah. This makes much more sense now. I really appreciate it. I’ve been seeing the GRUB menu in LiveUSB boots but didn’t understand that it was part of the initial boot process for general Linux systems (for whatever reason I had it stuck in my head that it was just for USB booting). And you’ve placed systemd exactly where it makes sense to me as the init process for that OS.

    That is extremely helpful. Thank you so much for taking the time to write the entire boot order, because it just got crystal clear for me. Much appreciated!


  • This was an excellent listen, thank you for the link. I had no idea what was involved in it when I started, nor the roles of initd and launchd before it and what systemd was trying to replace.

    The funny thing is that the guy giving the talk, Benno Rice, is primarily FreeBSD/openRC and not Linux, so he seemed fairly agnostic in presenting the various sides, not just from Unix and then Linux but also from the Apple viewpoint, who have also been playing a kind of parallel but separate role in this.

    Very cool. Not a beginner level talk, definitely, but there was nothing I couldn’t figure out coming from Windows/Mac tech. Really informative, thank you again.


  • Thank you, Callyral. I didn’t know either. But now I’m trying to learn Linux again after 30 years of not touching it, so this is helpful.

    If I may ask an additional possibly stupid question (coming from Windows/Mac): as an init system in Linux, after you get past BIOS and POST at power up, is systemd also responsible for the initial OS software boot process (the “bootstrap” or Boot Manager in DOS/Windows) or is that another process altogether?

    Or, asked another way, does systemd load the Linux kernel, and if not, what does?

    Just so you know, I have no real skin in this game yet; I’m just trying to figure out where systemd starts and stops so that I can follow the [endless] debate, lol.


  • Those are all valid points, but there’s one more. As a person who is just coming back to Linux after 25-30 years and relearning it all from scratch, I just don’t want the hassle.

    Sure, there’s overlap between distros, Linux is Linux, and any knowledge I might glean from Ubuntu would also largely apply to any other distro – but why should I bother with investing time into a product that is already heading toward future politics and regressive policies when I can just install [NotUbuntu] and swerve the entire mess?

    There are hundreds of distros from which to choose these days, literally. Why start with one that’s already obviously moving toward the dark side? For all that I could just stay on Windows. I’m trying to get away from triple-E and paywalls and gatekeeping, not just find different ones.

    Right now I’m testing out over a dozen distros on an old laptop in my spare time, and I think the only Ubuntu related one in my list is Pop!_OS, and it’s there only because Pop!_OS doesn’t rely on snap.

    It’s one of those you should know what you’re doing situations

    And I absolutely DO NOT, so that’s that, lol. These days every brain cell counts, so damned if I’ll waste any time wading into that mess.