/fglt/ - Friendly GNU/Linux Thread

Welcome to /fglt/ - Friendly GNU/Linux Thread.

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 to boot directly into the GNU/Linux distribution without installing anything.
2) Don't 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%

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

Jow 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/
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
>Which web browser performs best on GNU/Linux?
linuxreviews.org/firefox-vs-chromium

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

Previously:

Attached: tux.jpg (900x800, 96K)

Other urls found in this thread:

google.com
cgit.freedesktop.org/~agd5f/linux/
cgit.freedesktop.org/~agd5f/linux/log/?h=amd-staging-drm-next
cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-5.4
google.com)
opensource.com/article/17/1/solid-state-drives-linux-enabling-trim-ssds
cpu.userbenchmark.com/Compare/Intel-Core-i7-Q-740-vs-Intel-Core-i5-7200U/m415vsm153577).
wiki.archlinux.org/index.php/Dash
twitter.com/SFWRedditGifs

How to theme qt5 apps without installing kde?

What's the best distro for girls(boys)

SparkyLinux with Lumina DE.

How do I make sure my headless system is always connected to a working wifi source?
I tried adding a script like this in `sudo crontab -e` (not the raw script but just the path to it)
wget -q --spider google.com

if [ $? -eq 0 ]; then
echo "Online"
else
echo "Rebooting"
systemctl shutdown -r now
fi
This instead is my wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
update_config=1
country=mycountry

network={
ssid="myid"
psk=mypass
}
Sometime due to power outages or network simply going down for whatever reason my pi fails to reconnect
I have a bunch of local services running I can't access

What sysctl.conf config options are worth using for a mid powered desktop?
Alot of places say to change like 100 of them but can that do more harm then good if you over configured it or set values too high?

Im on Debian Testing and I hear people shit on it because it has older "packages".

What does it actually mean? The specific software? How big of an leap can there be with Krita/Wine/Firefox on Debian testing and on Manjaro?

yo wtf i haven't heard of this DE before, good shit

since stallman is no more, it is no longer GNU + Linux, just Linux

I thought Debian Testing was basically the normal desktop version that most people used.