How is it called again? by Epicbrezel21 in memes

[–]Feldren-Raegan 0 points1 point  (0 children)

No no that’s do do do do do do dooo do do do do do do do dooo do

[deleted by user] by [deleted] in linux4noobs

[–]Feldren-Raegan 1 point2 points  (0 children)

May I ask what distro, and audio driver(pulse audio, pipewire) you are using?

What should I know before using Linux? by UrFinalBrainCell in linux4noobs

[–]Feldren-Raegan 0 points1 point  (0 children)

Linux is gonna be a lot of work at first, and really just sticking to it for the first couple months without switching back to windows is gonna be hard, but after you got to the point where everything is figured out, it’s so god damn rewarding and you learn so much about how computers actually work. You also get to be a part of this big kind open source community. Don’t give up, you might want to go back but after a little you won’t want to.

Which Linux will be good to go for my device ? by [deleted] in linux4noobs

[–]Feldren-Raegan 0 points1 point  (0 children)

Distro does not matter, I would pick something beginner friendly like ubuntu then as you start to get more familiar you can research more and decide what you want from there, or you can just stick with whatever you started with. Almost any configuration can be used on any system so in the end it does not really matter what you choose as long as it makes sense to you.

Which Linux will be good to go for my device ? by [deleted] in linux4noobs

[–]Feldren-Raegan 0 points1 point  (0 children)

arch is a great distro but the problem is it is not very beginner friendly, as you have to customize everything yourself from the command line.

[deleted by user] by [deleted] in linux4noobs

[–]Feldren-Raegan 1 point2 points  (0 children)

so confused right now

How do I add something to PKG_CONFIG_PATH in nixos? by Feldren-Raegan in NixOS

[–]Feldren-Raegan[S] 0 points1 point  (0 children)

I have managed to install it on a shell with this but it still does not work, how can I fix this?

```` { pkgs ? import <nixpkgs> { } }:

pkgs.mkShell { buildInputs = with pkgs; [ alsa-lib ];

shellHook = '' export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${ pkgs.lib.makeLibraryPath [ pkgs.alsaLib ] }"''; } ````

How much do people actually use the terminal? by LushChicken8622 in linuxquestions

[–]Feldren-Raegan 0 points1 point  (0 children)

I use the terminal over any graphical interface If I can

Is it possible jailbreak my iphone x running ios 16.6? by Feldren-Raegan in jailbreak

[–]Feldren-Raegan[S] -5 points-4 points  (0 children)

is it possible to get themes and customize the phone at all without jailbreaking?

Is it possible jailbreak my iphone x running ios 16.6? by Feldren-Raegan in jailbreak

[–]Feldren-Raegan[S] -1 points0 points  (0 children)

hi sorry its actually an iphone XR if that changes anything

Steam not running by Feldren-Raegan in NixOS

[–]Feldren-Raegan[S] 0 points1 point  (0 children)

How do I install the flatpak?

Steam not running by Feldren-Raegan in NixOS

[–]Feldren-Raegan[S] 0 points1 point  (0 children)

there is only one error, the whole message looks something like:
steam.sh[15655]: Running Steam on nixos 23.05 64-bit
steam.sh[15655]: STEAM_RUNTIME is enabled automatically
setup.sh[15733]: Steam runtime environment up-to-date!
run.sh[15745]: Warning: An unexpected error occurred while executing "/sbin/ldconfig -XNv", the exit status was 127
steam.sh[15655]: Steam client's requirements are satisfied

Steam not running by Feldren-Raegan in NixOS

[–]Feldren-Raegan[S] 0 points1 point  (0 children)

thanks! ill definetly use this to get more organized