• 2 Posts
  • 147 Comments
Joined 1 year ago
cake
Cake day: July 28th, 2023

help-circle


  • Install Ubuntu and be done. I’m able to print to my brother network printer with no special drivers. I installed a gnome tweaks package to do some minor tweaks in gnome, and I did rip out the Firefox snap thing to install Firefox from a package so I could use my kpxc plugin, but that’s the only major change I made. Hell, Dell (laptop) even provides firmware updates via the package manager so your bios gets updated properly. Best Linux desktop experience I’ve ever had over the past 5 years and I’ve been daily driving Ubuntu since 2004.







  • thisisawayoflife@lemmy.worldtoTechnology@lemmy.worldbash.org is gone
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    10 months ago

    It’s an entirely closed source, proprietary codebase, run by a for-profit company where you have little control over anything. These corporations don’t care about actual users and they will leave you high and dry. There is a reason people still use IRC - it’s open, easy to connect to and has been around for literal decades. Remember CompuServe? AOL? AIM? ICQ? Google Chat shutting it’s doors to xmpp? If so, you understand the pattern. It’s about walled gardens and blocking interoperability. The industry doesn’t need more of that. We are chatting on an open source link aggregation site because bean counters at Reddit decided to shut off APIs to existing apps arbitrarily.

    The matrix stack solves most of those problems by providing an open source codebase and protocol, easy to connect to solution that is akin to Slack. I am fortunate enough to not have to use discord much beyond checking on a class schedule and downloading some sheet music, so I will never be a discord power user. Maybe some there is crazy awesome feature that discord provides that no open source platform does, but I have some serious doubts about that.








  • I remember using 2k for a long time, after the laughably unstable previews where mice would go crazy. I don’t remember exactly what the tool was called, but I was an MCSE back then and had the big binder of MS discs, so I would build my own windows ISOs with a bunch of the built in drivers stripped out and slip stream other packages like Firefox in. Would end up with core installs of only a few hundred MBs. Did the same with XP when it came out, but I started daily driving Ubuntu around 2004 and I left Windows behind for the most part with the exception of work.

    I’m sure battery life is still better with Windows, but it’s not enough to make me want to go back to it, I’d probably pick up a Mac before that happens.






  • This person is not wrong. Still, I have f2b setup for ssh on all my externally available hosts, banning after the first login failure. When using pre shared keys in the server (with sshd configured, not using defaults) and an ssh config on the client that defines each host and key combo, it’s impossible to fail login, ever. I have never been burned by using this method and it’s been in place in all my hosts, starting many years ago.

    I feel like a lot of sshd hardening tuts overlook client configuration. That is the piece that makes ssh very easy to work with from a user’s perspective.