• 1 Post
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle






  • Now what most people don’t know is that websites can insert arbitrary text when you copy stuff of them. A malicious site will abuse that.

    It works like that:

    You follow a tutorial online or search for a code snippet. You copy some code/said snippet and paste it into a terminal or the browser command line. This copied text is altered by the site to be a one line command to install malware or grab passwords or cookies. All of that is followed by a line break and maybe your real command to lower suspicion.

    Some of the terminal or browser shells interpret a line break in the copied text as enter which then executes the command.

    To prevent that, get a shell, that doesn’t just execute what you paste (fish shell) or a terminal program, that warns you about line breaks (Moba xterm).
    And please check text from unknown sites before pasting it into a program that may execute it right away. (Just paste it into a text editor or look at your clipboard manager like Win+V in windows)


  • Embrace, Extend, Extinguish

    1. Embrace:

    They implement ActivityPub and connect to all the available servers. A load of new users will see the content here and all the communities here will be absolutely flooded with new content and users.

    2. Extend:

    ActivityPub will be extended. Many new features will be added, that don’t really match the standard, but they are mostly useful so some developers will try to add them to let’s say Lemmy. They won’t be blr to develop new features on their own and some stuff with threads will always be broken or half baked. Threads users will belittle the users here, some will maybe go there, cause it just works and is otherwise the same.
    New users at the same time will most likely go directly to threads cause it’s backed by a giant company, always works and has more features.

    3. Extinguish:

    They will cut the federation.
    Communities here will feel empty and most users will just leave. Only the hard core will stay and that won’t be sustainable. The fediverse becomes even less attractive for new users and will devolve into a niche community.






  • It has to do with Linux.

    Linux itself is not a fully fledged operating system as most people would expect it. Since Linux has to work on servers and microchips as well as on desktop PCs, lots of stuff is not shipped with it.

    For example Linux is missing a way to display windows and has no real package manager.

    A distro (or distribution) is a predefined set of of software, that makes it easier for a user to use Linux.

    This is mostly a window manager or desktop environment like KDE or GNOME, a package manager like apt or pacman and useful software like an office suite, a browser and other stuff.

    Distros also exist for servers, the ln they don’t include a way to display images, but still have a package manager and other useful stuff preinstalled.

    That’s of course not all, but maybe gives you a little overview.