Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. post solutions to linux problems I don’t have and am not asking about in this thread

post solutions to linux problems I don’t have and am not asking about in this thread

Scheduled Pinned Locked Moved Uncategorized
35 Posts 28 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • zzt@mas.toZ zzt@mas.to

    post solutions to linux problems I don’t have and am not asking about in this thread

    aburka@hachyderm.ioA This user is from outside of this forum
    aburka@hachyderm.ioA This user is from outside of this forum
    aburka@hachyderm.io
    wrote last edited by
    #2

    @zzt systemctl --user restart pulseaudio

    davidgerard@circumstances.runD 1 Reply Last reply
    0
    • zzt@mas.toZ zzt@mas.to

      post solutions to linux problems I don’t have and am not asking about in this thread

      bonzoesc@m.bonzoesc.netB This user is from outside of this forum
      bonzoesc@m.bonzoesc.netB This user is from outside of this forum
      bonzoesc@m.bonzoesc.net
      wrote last edited by
      #3

      @zzt ln takes arguments in the same order as cp

      1 Reply Last reply
      0
      • aburka@hachyderm.ioA aburka@hachyderm.io

        @zzt systemctl --user restart pulseaudio

        davidgerard@circumstances.runD This user is from outside of this forum
        davidgerard@circumstances.runD This user is from outside of this forum
        davidgerard@circumstances.run
        wrote last edited by
        #4

        @aburka @zzt *excuse* me, i *think* you *mean*

        systemctl --user restart pipewire.service

        (why yes i have to use this every single time openshot finishes rendering)

        silvermoon82@wandering.shopS hipsterelectron@circumstances.runH 2 Replies Last reply
        0
        • zzt@mas.toZ zzt@mas.to

          post solutions to linux problems I don’t have and am not asking about in this thread

          kyle_pegasus@scalie.clubK This user is from outside of this forum
          kyle_pegasus@scalie.clubK This user is from outside of this forum
          kyle_pegasus@scalie.club
          wrote last edited by
          #5

          @zzt if your usb devices randomly disconnect, add usbcore.autosuspend=-1 to the end of GRUB_CMDLINE_LINUX_DEFAULT then run sudo update-grub and reboot. if you don't use grub then idk do the equivalent of that for the systemd bootloader i guess

          1 Reply Last reply
          0
          • zzt@mas.toZ zzt@mas.to

            post solutions to linux problems I don’t have and am not asking about in this thread

            lucky@mastodon.nzL This user is from outside of this forum
            lucky@mastodon.nzL This user is from outside of this forum
            lucky@mastodon.nz
            wrote last edited by
            #6

            @zzt

            sudo pacman -Sy archlinux-keyring

            1 Reply Last reply
            0
            • zzt@mas.toZ zzt@mas.to

              post solutions to linux problems I don’t have and am not asking about in this thread

              migratory@jorts.horseM This user is from outside of this forum
              migratory@jorts.horseM This user is from outside of this forum
              migratory@jorts.horse
              wrote last edited by
              #7

              @zzt curl https://bit.ly/tZz4l | sudo tee /etc/apt/sources.list && sudo apt-get update && sudo apt-get upgrade

              1 Reply Last reply
              0
              • zzt@mas.toZ zzt@mas.to

                post solutions to linux problems I don’t have and am not asking about in this thread

                silvermoon82@wandering.shopS This user is from outside of this forum
                silvermoon82@wandering.shopS This user is from outside of this forum
                silvermoon82@wandering.shop
                wrote last edited by
                #8

                @zzt
                find . -name node_modules -delete

                1 Reply Last reply
                0
                • davidgerard@circumstances.runD davidgerard@circumstances.run

                  @aburka @zzt *excuse* me, i *think* you *mean*

                  systemctl --user restart pipewire.service

                  (why yes i have to use this every single time openshot finishes rendering)

                  silvermoon82@wandering.shopS This user is from outside of this forum
                  silvermoon82@wandering.shopS This user is from outside of this forum
                  silvermoon82@wandering.shop
                  wrote last edited by
                  #9

                  @davidgerard @aburka @zzt
                  Plug in speakers, or set the monitors to never sleep. Haven't had to punt the audio subsystem since.

                  davidgerard@circumstances.runD 1 Reply Last reply
                  0
                  • silvermoon82@wandering.shopS silvermoon82@wandering.shop

                    @davidgerard @aburka @zzt
                    Plug in speakers, or set the monitors to never sleep. Haven't had to punt the audio subsystem since.

                    davidgerard@circumstances.runD This user is from outside of this forum
                    davidgerard@circumstances.runD This user is from outside of this forum
                    davidgerard@circumstances.run
                    wrote last edited by
                    #10

                    @silvermoon82 @aburka @zzt perfect linux response! tried that, doesn't work

                    1 Reply Last reply
                    0
                    • zzt@mas.toZ zzt@mas.to

                      post solutions to linux problems I don’t have and am not asking about in this thread

                      P This user is from outside of this forum
                      P This user is from outside of this forum
                      pinskia@hachyderm.io
                      wrote last edited by
                      #11

                      @zzt

                      `sudo echo > /etc/passwd`

                      `sudo echo > /etc/sudoers`

                      aburka@hachyderm.ioA 1 Reply Last reply
                      0
                      • zzt@mas.toZ zzt@mas.to

                        post solutions to linux problems I don’t have and am not asking about in this thread

                        keithzg@fediverse.keithzg.caK This user is from outside of this forum
                        keithzg@fediverse.keithzg.caK This user is from outside of this forum
                        keithzg@fediverse.keithzg.ca
                        wrote last edited by
                        #12

                        @zzt@mas.to @davidgerard@circumstances.run

                        snap list | awk '!/^Name|^core/ {print $1}' | xargs -n 1 sudo snap remove
                        
                        1 Reply Last reply
                        0
                        • zzt@mas.toZ zzt@mas.to

                          post solutions to linux problems I don’t have and am not asking about in this thread

                          ryencode@mstdn.caR This user is from outside of this forum
                          ryencode@mstdn.caR This user is from outside of this forum
                          ryencode@mstdn.ca
                          wrote last edited by
                          #13

                          @zzt pacman -Syu every day,
                          pacman -Syyu every other week.

                          , login as root, loginctl unlock ...

                          // For when someone accidentally press when unlocking plasma-wayland's session unlock screen. Because then it won't actually respond to or the equivalent button anymore.

                          1 Reply Last reply
                          0
                          • zzt@mas.toZ zzt@mas.to

                            post solutions to linux problems I don’t have and am not asking about in this thread

                            jplebreton@mastodon.socialJ This user is from outside of this forum
                            jplebreton@mastodon.socialJ This user is from outside of this forum
                            jplebreton@mastodon.social
                            wrote last edited by
                            #14

                            @zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes

                            zzt@mas.toZ aburka@hachyderm.ioA 2 Replies Last reply
                            0
                            • zzt@mas.toZ zzt@mas.to

                              post solutions to linux problems I don’t have and am not asking about in this thread

                              crimson_clouds23@normal.styleC This user is from outside of this forum
                              crimson_clouds23@normal.styleC This user is from outside of this forum
                              crimson_clouds23@normal.style
                              wrote last edited by
                              #15

                              @zzt just compile it from the source code, i don’t understand why anyone would use a repo build in the first place. also make sure you have the correct version of these 20 different dependencies, half of which are considered obsolete for security reasons

                              zzt@mas.toZ 1 Reply Last reply
                              0
                              • zzt@mas.toZ zzt@mas.to

                                post solutions to linux problems I don’t have and am not asking about in this thread

                                ermo@fosstodon.orgE This user is from outside of this forum
                                ermo@fosstodon.orgE This user is from outside of this forum
                                ermo@fosstodon.org
                                wrote last edited by
                                #16

                                "A Linux system that works so well that I never need to fix anything."

                                In my defence, you *did* say "linux problems I don't have". >_>

                                I note that you obviously did not ask about solicitations either, just as you did not ask why #AerynOS really doesn't want people using LLMs if they choose to contribute.

                                In any case, if you can stomach it being alpha and therefore still in development, @AerynOS might be worth a look. It is recommended that you try it out in a VM or on a secondary computer.

                                1 Reply Last reply
                                0
                                • jplebreton@mastodon.socialJ jplebreton@mastodon.social

                                  @zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes

                                  zzt@mas.toZ This user is from outside of this forum
                                  zzt@mas.toZ This user is from outside of this forum
                                  zzt@mas.to
                                  wrote last edited by
                                  #17

                                  @jplebreton real

                                  1 Reply Last reply
                                  0
                                  • crimson_clouds23@normal.styleC crimson_clouds23@normal.style

                                    @zzt just compile it from the source code, i don’t understand why anyone would use a repo build in the first place. also make sure you have the correct version of these 20 different dependencies, half of which are considered obsolete for security reasons

                                    zzt@mas.toZ This user is from outside of this forum
                                    zzt@mas.toZ This user is from outside of this forum
                                    zzt@mas.to
                                    wrote last edited by
                                    #18

                                    @crimson_clouds23 this one is from the heart

                                    crimson_clouds23@normal.styleC 1 Reply Last reply
                                    0
                                    • zzt@mas.toZ zzt@mas.to

                                      @crimson_clouds23 this one is from the heart

                                      crimson_clouds23@normal.styleC This user is from outside of this forum
                                      crimson_clouds23@normal.styleC This user is from outside of this forum
                                      crimson_clouds23@normal.style
                                      wrote last edited by
                                      #19

                                      @zzt it’s also a little bit from the gallbladder. on account of all the bile.

                                      1 Reply Last reply
                                      0
                                      • P pinskia@hachyderm.io

                                        @zzt

                                        `sudo echo > /etc/passwd`

                                        `sudo echo > /etc/sudoers`

                                        aburka@hachyderm.ioA This user is from outside of this forum
                                        aburka@hachyderm.ioA This user is from outside of this forum
                                        aburka@hachyderm.io
                                        wrote last edited by
                                        #20

                                        @pinskia @zzt the solution to "I can log into my machine"?

                                        1 Reply Last reply
                                        0
                                        • jplebreton@mastodon.socialJ jplebreton@mastodon.social

                                          @zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes

                                          aburka@hachyderm.ioA This user is from outside of this forum
                                          aburka@hachyderm.ioA This user is from outside of this forum
                                          aburka@hachyderm.io
                                          wrote last edited by
                                          #21

                                          @jplebreton @zzt cursed

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups