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%
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
Benjamin Williams
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?
Adrian Rogers
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?
Blake Lopez
yo wtf i haven't heard of this DE before, good shit
Jayden Robinson
since stallman is no more, it is no longer GNU + Linux, just Linux
Charles Hall
I thought Debian Testing was basically the normal desktop version that most people used.