/fglt/ – Friendly GNU/Linux Thread

Welcome to /fglt/ – 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) 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.
– Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help/-?
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
wiki.archlinux.org
wiki.gentoo.org

Any Forums's Wiki on GNU/Linux:
wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
wiki.installgentoo.com/index.php/Babbies_First_Linux
>What are some cool programs?
wiki.archlinux.org/index.php/list_of_applications
directory.fsf.org/wiki/Main_Page
>What are some cool terminal commands?
commandlinefu.com/commands/browse
cheat.sh/
>Where can I learn the command line?
mywiki.wooledge.org/BashGuide
grymoire.com/Unix/
overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
prism-break.org/en/categories/gnu-linux

/fglt/'s website and copypasta collection:
fglt.nl && p.teknik.io/wJ9Zy

/t/'s GNU/Linux Games: IRC: #sqt on irc.libera.chat
fglt.nl/irc.html

Previous thread:

Attached: 1619560304737.png (591x394, 354.04K)

based OP

dirty hippies are right about free software and everything else

Really makes you think

Using wsl2 I want to connect a usb serial device.
But I have no idea how to get the devtty*** of the device. Went through the steps to attach a device to wsl.
lsusb will tell me the device number, but I cant go from there.

lsblk
or watch ls /dev/* and keep replugginig it lmao

my uni gives me free access to remote redhat vm with everything preinstalled. i have been using it for a while and so far it's really easy to use and i had 0 problems. are other distros also this easy to use?

Attached: Fedora Linux.png (2880x810, 99.83K)

Plenty are. For instance if you want Red Hat with more up-to-date programs then there's Fedora, it's upstream brother.
Ubuntu was the original easy Linux, being what basically amounts to pre-setup Debian Unstable with it's own repos and third-party drivers added during initial install.

Linking for visibility here.

is this ok backup script?
#!/usr/bin/env bash

dte=$(date +'%Y-%m-%d')
path="${1:-/mnt/crucial_nvme/Backups}"
archive="${path}/backup_${dte}.tar.{2:-xz}"

tar --ignore-case \
--exclude="*cache*" --exclude="*lost-found*" --exclude="*steam*"\
--exclude="/dev" --exclude="/proc" --exclude="/sys" --exclude="/run" \
--exclude="/tmp" --exclude="/mnt" --exclude="/media" --exclude="/opt" \
--exclude="swapfile" --exclude="docker" --exclude="share" \
--exclude=".local" --exclude=".wine" --exclude=".mozilla" \
--exclude-backups --exclude-caches-all --exclude-vcs \
-acpvf "$archive" /

Just back up your /home and forget the rest.

>lsblk
Took your device and found that its running as ttyAMC0
Which was a great help since every guide has been telling me to find the ttyusb* or ttys*.

>Debian Unstable
There is no relationship between Ubuntu and Unstable.
They diverge a minute after the initial import and never share anything in common after that moment.

Should just werk, at least it does with steam play.

I'm only aware of some systems having permission issues with controllers, like the device under /dev isn't allowed to be read. But usually it's a simple fix like making sure your user is in the "input" group, or setting a udev rule (which you'd easily find if you search the issue online).

Looking for a somewhat minimalist music player to use with sway that isn't terminal based like cmus nor bloated like clementine/strawberry.
Any recommendations?

mpd + any mpd client

Whats a GUI .iso extracter like PowerISO that werks? (PowerISO doesn't werk)

Audacious. Basically the only sane Linux native music player.

Anytime i move or delete things in a file manager it seems to lag a few seconds before it starts doing or deletes the file/folder
i ran an fsck on all the drives and nothing came from it
why is everything so slow suddenly?