Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.
*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***
Before asking for help, please check our list of resources.
If you would like to try out GNU/Linux you can do one of the following: 0) Install a GNU/Linux distribution of your choice in a Virtual Machine. 1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything. 2) Do not dual boot the GNU/Linux distribution of your choice along with Windows or macOS. 3) Go balls deep and replace everything with GNU/Linux.
Resources: Please spend at least a minute to check a web search engine with your question.
$ man %command% $ info %command% $ %command% -h/--help $ help %builtin/keyword%
Don't know what to look for? $ apropos %something%
I wouldn't say it's balanced, in fact it's quite extreme. It's just Arch with an installer and default themes and settings. Arch is the most extreme distro when it comes to new packages, constantly getting the newest packages at the cost of system stability (ie things change, sometimes breaking your workflow). It's both the benefit and drawback of a rolling release model.
Ayden Howard
What is the best option for someone who wants most recents packages, Fedora or Opensuse TW?
Fedora will have new packages when a new version of Fedora is released.
openSUSE Tumbleweed will constantly get the latest packages without having to reinstall or wait for a new version.
Arch has slightly newer packages at the cost of bugs and more instability (things changing). For instance they have KDE 5.16.3 while Tumblweed is sticking with 5.16.2-bugfix for now.
Leo Green
So Fedora is more stable then TW?
Connor Roberts
Yes, in the sense that Debian stable is "stable". Both systems probably won't crash very much if at all, but the "stability" that a point release offers is that things won't change on updates. Example: If you rely on a filter in GIMP and the behavior changes in 2.11 or whatever your workflow might be disrupted if you're running Arch and it pulls in the new version of GIMP.
"unstable" isn't a pejorative, it's both a benefit and drawback of rolling release.
Camden Carter
>arch is the most extreme fuck off archfag. gentoo with -9999 **
You can compile newer versions on Gentoo, but if you really wanted to you could compile git versions on any other distro. Arch is just the one that ends up packaging releases the fastest.
t. openSUSEfag
Elijah Davis
why is gentoo so praised? i've started using linux recently but am curious to why people like it
Julian Ross
If you are a noob you have no need for the most recent packages. Just use Debian, Noobuntu, Fedora, Mageia, or literally anything you want. Your first step should be just becoming comfortable with GNU/Linux in general.
Brandon Jones
trips
David Jackson
if tumbleweed delays a package there's usually a good reason, and a lot of opensusers are kde devs tho this time might be related to their change to LTO (compile thing that makes stuff faster) requiring recompile ALL their packages
Dylan Thompson
why would i use fedora over ubuntu?
Tyler Peterson
Artificial look-at-me brownie points to show other nerds how "techie" you are. Same farthuffing shit that Macfags do but for slightly different reasons
Angel Wright
So that you don't have to use a franken-debian or apt
is there any utility similar to MSI afterburner that allows you to undervolt a GPU? I get 15 to 20 degrees off my GPU and can keep the fans silent by undervolting with Windows but am yet to find any reasonable tool to do this on linux based OSes.
Connor Harris
not convincing
Sebastian Davis
Just downloaded arch with i3, how do I get rid of the instructions/keybindings reminder on the background bottom left corner?
Anthony Baker
..is retarded. f[inished]tfy
Kayden Jenkins
I sometimes use an external monitor with my laptop. The monitor I use is a tad weird and if I run it at its native resolution (1680x1050) the edges of the screen kinda get cut off (picture too large for the actual panel).
Now to get around this issue on Windows I use a custom resolution utility to display a few lines less (1656x1035) along with centered GPU scaling and that works pretty much perfectly.
How do I go about accomplishing the same thing on Debian?
John Lewis
So im kinda stuck on this, i think i have the logic right but im struggling on how to store the output and then use it later A few years ago i started re-encoding some improperly recorded videos(the bitrate was over 100k and the file size inflated) I have these converted files and un converted files in the same folder,thousands of them.I kinda forgot about this projects till now I know i encoded the new ones with lower bit rates and used Opus for audio encoding. I'm trying to find a way to separate these already converted files away from the unconverted ones. How can i do this?
#!/bin/bash OPUS=(OPUS) for i in *.mkv; do mediainfo --Inform="Audio;%Format%" "$i" > "$CODEC"; if ["$CODEC" !="$OPUS"]; then mv "$i" convert/; fi done
Brandon Peterson
The main advantages of Fedora is that they time their releases to coincide with releases of GNOME. So while Ubuntu coincidentally has GNOME 3.32 in 19.04, Fedora 30 was planned to have it. If you have KDE I don't think the same applies. But Fedora is a decent distro, reasonably up to date and stable. Just a minor pain to install RPMfusion to get those delicious patent encumbered packages.
Luis Perry
i mean, there's got to be a reason. maybe it's something to do with how you need to compile the kernel? maybe that makes it more optimized?
Ryan Morris
If that's the main advantage, don't think I will install it over Ubuntu, lol
Jeremiah Martin
My laptop doesn't have a pc-speaker (obviously), but I would still like to get feedback thorough beeps. Right now echo -ne "\a" does nothing. Is there a way to output the beeps the pc speaker would produce to my headphones? I'm using PulseAudio if that matters.
Alexander Wilson
you could find a beep.wav or beep.mp3 and play it with mpv or something
Levi Brooks
But how would I make my system play that whenever it would normaly use the beeper?
Andrew Long
>It's just Arch with an installer and default themes and settings. Wrong. Manjaro keeps packages longer than Arch and also handles kernel differently than Arch (you install and update kernel with mhwd, not with pacman). I think it also has some additional repos though don't take my word for it.
Jace Miller
>sometimes breaking your workflow
This is why I want to move away form Arch. Guix can get the newest versions and roll back if there is a problem. I don't want to trouble shoot small problems when I have literature to write and other skills I'm trying to learn.
Has anyone experienced issues with the Intel 8260? It craps itself on me when I do something that involves constantly moving data, like watching videos, or sending video. Using hangouts with screensharing at work is the worst, it craps itself after a couple of minutes. I've disabled wifi power saving in TLP, but it doesn't help much. I can't remove and insert the kernel module either when the issue pops up. I can provide kernel logs if needed.
Carter Diaz
>I'm too noob to try that now. Maybe later. You aren't. Arch is the easiest distro to use. The documentation is amazing, and holds your hand through the process of setting up your system. I use it even when I run into issues in other distros.
Jack Sanders
I mean in theory yes. In practice 99% of people won't see a single benefit.
Brody Collins
People who complain about apt are actually complaining about themselves being unable to learn to use a thing. apt is popular for being shit because beginners use apt distros and beginners usually fuck up a lot. apt did nothing wrong.
Colton Ortiz
>holds your hand >forces you to copy/paste a bunch of commands to install, and then manually set it up
meanwhile on ubuntu... >sets everything up for you in the install
>easiest distro to use yeah no
Angel Moore
I would put the output of mediainfo into a variable and then compete if it's opus
for i in *.mkv; do CODEC="$(mediainfo --Inform="Audio;%Format%" "$i")"
Austin Sullivan
Is there a distro that allows you to mix up between stable and unstable packages? Debian's autism of "if you want an years old, stable kernel you'll also need to accept an years old, stable web browser" has really started to get to me.
Camden Flores
still waiting for my arch install to break
Daniel Price
fedora any day
Andrew Lopez
Guix and Nix You can have any number of different versions of any software without conflicts.
Tyler Walker
Only people too stupid to figure out SELinux use Ubuntu
Easton Barnes
The file im testing on is PCM output but im getting that line 5 "[PCM: command not found"
Charles Clark
Debian provides not only the stable version. Choose the one with currect packages if you want that.
Jackson Martinez
>he fell for the fedora shills
David Jones
Nice, thanks.
Blake Martinez
Go away with your NSAware.
Blake Moore
What's wrong with Fedora?
Aiden Jackson
>sets everything up for you in the install 1) you dont get as much choice during the installation 2) you don't actually know what the installer is doing in the background
Juan Peterson
0) lists start at 0 1) You can use the minimal server ISO if you just want to build up from the base packages 2) You don't really need to know everything it's doing, it's meant to be semi-automatic.
Levi Young
Linux is shit
Camden Hernandez
a kernel*
Christopher Fisher
Anyone know of a command line tool from grabbing metadata from audio/video files?
Lincoln Allen
mediainfo or ffprobe
Mason Russell
Is there some way to get rid of the screen tearing. I am using a GTX 660 Ti + nvidia-driver-418
Adrian Sanders
DE?
Leo Kelly
MATE
Robert Diaz
I rest my case
Jackson White
are there any other distros than ubuntu that can use the unity desktop?
Can Guix sandbox Steam but give Proton the needed dependencies? Some games don't work when I contain Steam with Firejall of the faltpak. I think something is missing for Proton/wine for Windows games.
Politics Redhat is owned by IBM and heavily pushed Systemd on everyone.
if you want a rolling release with tested packages and rollback functionality install opensuse tumbleweed with root / btrfs and use ext4 or xfs for home ~, go with kde >old.reddit.com/r/openSUSE/comments/chz283/my_1_month_of_opensuse_as_an_arch_user/ hurr durr r*eddit yeah its a valid resource just like stackoverflow, for this specific case its better than old forums
Gavin Powell
i'm currently testing out KDE Neon on windows 10 via virtualbox. is there any way i can utilize my AMD gpu through it in order to improve the responsiveness of the UI? it seems slightly sluggish. i delegated 5gb of memory and it would only let me give 128mb of vram to the virtual gpu.
Chase James
why not install firefox manually? ubuntu and debian do NOT ship with apparmor enabled for the browser, and if you enabled it it will break a lot of shit it autoupdates from mozilla
Logan Ward
Use IceCat
Cameron Sanders
Can I get the bogpill on "security focused" distros like Parrot, Qubes, etc.? Are they worth using over traditional distros?
Qubes requires too much hardware. Gentoo hardened is easy to put anywhere. If is not fulfilling an specific purpose then makes no sense to use stuff like Tails or such. However, source based distros DO make sense for daily use and desktop installations, and they can be hardened.
Dylan Campbell
Parrot is for pentesting.
Xavier Thomas
It'll probably never happen.Arch is incredibly stable the last few years. This bullshit of rolling releases being unstable is a meme from 10 years ago.
Hudson Foster
thanks a lot
Isaiah Green
Any help?
Connor Allen
>source based distros DO make sense for daily use and desktop installations Till you gotta compile gtk3 or qt5 or KDE or GNOME or firefox or chromium. THen y our system is held up for 12+ hours on an i9 or longer if you have older hardware
>BUT BUT BUT BUT OVERLAYS Then why bother with a source based then?
Adrian Walker
>try to install linux on desktop >MODSIGN: couldn't get uefi db list >restore defaults on mobo and set secure boot to standard (its disabled) >now this I know this usb works because I installed it onto a laptop before. any ideas? I unplugged my second monitor because I thought it might be having trouble with my displays but that didn't help
You need Compiz or Compton to act as either a compositing wm or standalone compositor respectively.
Personally I use compton, there's a fork that has nice blur (tryone and others). You could probably just get away with just setting it in MATE-Tweak under windows. Don't listen to the memes, compositing is absolutely mandatory.
Hunter Harris
I did before but got tired of compiling
Evan Butler
>tried the latest OpenShot update >it's still trash for making webms and it still corrupts most things under 5 seconds Can you guys recommend me a good freetard video editor (with a GUI) that works both on Linux and Win10 that can make webms?
After the Welcome to Manjaro screen, all I see is a string of failed dependencies and failed to start. I'm booting xfce manjaro. How do I fix this?
Adrian Nelson
kdenlive was shit for webms too the last time I checked. But this Olive stuff is a pleasant surprise, it can actually export a fucking video. I'll try a few things with it. Thanks. Oh you silly boys and your Gentoo maymays!
What filesystem is best for reliability and what filesystem is best for performance?
Jaxon Jackson
Whats a basic music making application? like a synth/drum machine thing? I don't want to record music or filter waveforms, or have a full blown DAW -- just layer some digital instruments together with a drum machine/pianoroll
Ryder Sullivan
I don't see why not. But then again, I don't see why you'd have trouble with firefail or flatpak either, so I don't know. Just note that there isn't any steam package for guix yet though. I guess these guys are the closest: gitlab.com/nonguix/nonguix/issues/2
Luke Scott
Try an oldschool music tracker like milky tracker.