/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: plasma5.jpg (1920x1080, 332.07K)

Other urls found in this thread:

redhat.com/sysadmin/secure-file-transfer-scp-sftp
twitter.com/NSFWRedditVideo

Bumping my question from the previous thread about NTP.

Anyone running a LXQT distro have screen locking/suspend work?

How out of date is Firefox-esr on Debian and is using it a security risk?

make sure bios is updated.
then, try disabling C states (i.e. enabling C-State Control, and then disabling each C state) and see if that helps.

is rocky linux a viable alternative to RHEL for servers? the 2029 EOS is really enticing me

i'm looking for linux file manager with similiar ui. is there anything?

Attached: 2022-07-07-231051_1920x1080_scrot.png (1920x1080, 1.98M)

Depends on what kind of flash. F2FS is best on low-mid tier flash like SATA, USB memory sticks, and SD cards. XFS is better on higher end NVMe where the drive is fast relative to the CPU. ext4 is best whenever the user is a giant retard with 3rd world power and a computer held together by paper clips and duct tape.

Solved it. It doesn't work on the live session.

>XFS is better
...said no one, ever.
inb4
>it's got the awesome xfs_loolz set of brain-dead utilities which corrupt your filesystem more than it has already corrupted itself!

I see. My NVMe is not high-end by any means, but I'll try XFS whenever I get around to encrypting my system.
>ext4 is best whenever [...]
Why is that? Is it because of its journaling?
Uh-oh! Conflicting information! Conductor we have a problem! Conductor we have a problem! Conductor we have a problem!

Attached: 1643025054649.gif (136x240, 300.88K)

Is there a dummy's guide to ZFS (OpenZFS)?

I'd like to migrate my disks to it, but I have to do it one at a time each week.

>>ext4 is best whenever [...]
>Why is that? Is it because of its journaling?
They all have journaling. ext4 is built on hash tables, which makes it less likely to lose directories in the event of a major fuckup, and forensic recovery is easier because of age, broad use, and maintainers being conservative about changing the format.

Nobody cares about your anecdotes. Everyone has problems with storage. Blaming it on a filesystem millions of other people are using without problems is retarded.

Attached: Screenshot from 2022-07-07 18-08-03.png (744x920, 83.09K)

>millions of other people are using
kek, sure
Let me see which distros use or recommend it!
RHEL, Fed.. oh, wait...

Just
sudo mkfs -t zfs /dev/sda

Formatting your drive will erase all data though.
I mean you could make it format all drives by adding fdisk -l or something and turning it into a script but its just one command and its instant

meds

Oh, sure, what I mean is that additional storage is arriving one week at a time, so I can only
format the new disk -> transfer files -> format old disk -> wait for next disk to arrive -> repeat

Thanks.

>systemd-timesyncd
lol
lmao
use chrony

You can get the ip of your computers connected within your network with ifconfig
Then transfer the files with scp or sftp
redhat.com/sysadmin/secure-file-transfer-scp-sftp
Neither is fast but scp is pretty slow so id go with sftp

I tried meld and it turned out is not what I need. I doesnt seem like it does any hash/checksum check

I tried yesterday and I got results I didnt get it looked like just a list of my files.
I'll try again today.