

Another good reason for having GUIs is, that you can learn the CLI while not being dependant on it.
She/her 🏳️⚧️
Professional cow, Linux Nerd, Hardcore Techno enthusiast. The Emporer protects us.


Another good reason for having GUIs is, that you can learn the CLI while not being dependant on it.


Havent done that (except for games ofc)


The wiki can be rough at some times, but you are guaranteed to learn a shit ton about Linux Ehen reading it. It gives you the commands you have to copy/paste most of the time, so its not to bad.


Can’t speak for you, but trouble shooting, even if you dont know what you do, is at least in my experience way easier. A terminal command does the exact same thing, no matter on which system (OK, there are differences like package manager, but you get what mean) and no matter when. On Windows you get 10 screenshots of a UI that has changed 10 times since the creation of the guide and no or a completely useless error message if something does not work. As long as you are not trying to debug big ass problems that affect core components of your system (bootloader, drives, stuff with the kernel) it is in fact quite hard to fuck up your entire system (it can happen with Updates on Arch, but this is usually quite rare). As long as you are not touching anything else except your /home directory you should not be able to break your entire system. Also if you are still scared of losing date, there are ways of creating system snapshots (backups). Backing up your home directory is enough because this means, that all the files you use daily are backed up.
Since you mentioned dependencies, here’s a quick answer to what this means. There are a shit ton of programming libraries. A library has the use case, that a developer does not have to reinvent the wheel every time they want to do something. You dont want to write a complete library for GUIs every time, but instead use standardised well maintained and documented libraries. Since Programms use these they depend on the user having this library (or alternatively Programms) installed. This is called a dependency. In most cases dependency errors mean, that an expected library is not installed. In this case simply copy the name, and search “install name Linux (or your Distros)” and you are almost guaranteed to find a tutorial for installing it.
My best tip is, that you take the time to learn the basics of Linux. What is a package manager and which one does my system use, how do I navigate directories, how do I create and delete files, how do I edit files. How do I copy or move files. If you know the basics of these things you know most of the stuff you need to know to understand what you are doing. If you want to read more about a specific command you can also always refer to the man page of said command. For this simply type in man “command name” (e.G. “man cd” this gives you the basic infos about the CD command (used for navigating directorys))


I’m too lazy to troubleshoot in Wine.
I’ve been daily driving Linux for about 3 years now and one major tip I can give is to avoid using non Linux apps as far as possible. When I started with Linux I also tried to get windows apps running on Linux, but this, at least as far as I remember, never worked the way I wanted ans always caused more troubles. Currently I’m at a point where I dont even know when I used plain wine (I am not counting proton) the last time. It has been 2 years at least. I Am using native Linux apps for everything I do. Much less trouble shooting, no need to learn wine additionally to the command line and much less prone to breaking because of an update.


I can really suggest Mint for beginners simply because it has an UI for about everything you need somewhat regularly. This means, that you can use GUIs to get familiar and aren’t forced to know your way around the terminal. Its the Ideal beginner Distros (at least from my experience)


Geometry dash only requires a single finger.


Assuming that flying with an electric motor is a viable option (I have zero clue, but from what I heard currently its not that realistic that we will get electric planes)


A “Drehleiter” would be more something like this:



All praise to the machine spirit


Assuming this is real, how the fuck do you fuck up so badly?


I wouldn’t call him dumb. If he was literally stupid he wouldn’t have made it this far. He knows exactly what he does and doesn’t care. Hes evil as hell, but not dumb.
If you have a good stone wall you can simply hammer a nail into your wall and use that for hanging up sour painting. If you want/need a hook installed its still quite simple. First, get a hook, then you need to get these grey things in an appropriate size (I dont know the English word for them):

The screw of the hook should be a bit bigger than the entrance hole. Then drill a hole into the wall (the grey things should fit perfectly into the hole), stick the grey thing into it and screw the hook into the grey thing. Screwing it into this grey thing expands it guaranteeing a proper grip to the wall.


That’s actually a very good joke.
What the hell is that code even meant to do?


Sell me this pen.
Here WE have our latest advancements in manufacturing pens all combined in this new masterpiece. Made from the highest quality materials we could find this pen is made for those who need equipment capable of withstanding all weather conditions. This pen is not for those who worry about getting their hands dirty, its made for the explorers of our world, those who have a desire to advance humanity and are not afraid to go through hell for it and their mission should not fail because of some bad quality products. For just 10.99€ you too can become part of our global movement to advance humanity beyond its limits.
Writing this felt horrible.


As I already stated, AI is my last resort. If something doesn’t work because it has a logical flaw googeling won’t save me. So of course I debug it first, but if I get an Error I have no clue where it comes from no amount of debugging will fix the problem, because probably the Error occurred because I do not know better. I Am not that good of a coder and I Am still learning a lot on a regular basis. And for people like me AI is in fact quite usefull. It has basically become the replacement to pasting your code and Error into stack overflow (which doesn’t even work for since I always get IP banned when trying to sign up)


You can use AI to generate code, but from my experience its quite literally what you said. However, what I have to admit is, that its quite good at finding mistakes in your code. This is especially useful, when you dont have that much experience and are still learning. Copy paste relevant code and ask why its not working and in quite a lot of cases you get an explanation what is not working and why it isn’t working. I usually try to avoid asking an AI and find an answer on google instead, but this does not guarantee an answer.


Yes, I did type it out manually (not really, I just copy pasted it and changed the according values)
Idk, i really disliked the UI and especially the application launcher.