What Linux Frustration Are You?
Idyllic via DISCORD
Created 7/11/2024

Which Linux bug is your spirit animal
1. How do you usually set up your Linux system?
I only use containerized applications to avoid system-wide changes.
I compile software from source to ensure I have the latest versions.
I use a combination of official and third-party repositories.
I install everything from official repositories and leave it as is.
2. How familiar are you with managing file and directory permissions in Linux?
Completely unfamiliar, I rely on others to handle it.
Not very familiar, I often need to search for solutions.
Very familiar, I rarely run into issues.
Somewhat familiar, but I occasionally get stuck.
3. How do you handle unexpected software errors?
I get frustrated and consider switching to another OS.
I search online for solutions and try them one-by-one.
I debug the error myself and try to find a solution.
I seek help from forums or knowledgeable friends.
4. How tolerant are you with having hardware issues and driver incompatibility problems?
I'm very tolerant and can usually find workarounds.
I get annoyed quite easily but manage to fix it.
I want things to work immediately with no hassle.
I tolerate it but prefer hardware that works out-of-the-box.
5. What is your experience level with the Linux command line?
Avoid it whenever possible.
Expert, I use it daily.
Beginner, I only use it occasionally.
Intermediate, I use it regularly but not excessively.
6. How do you deal with software that has unmet dependencies or conflicts?
I look for alternative packages or versions.
I avoid using those softwares altogether.
I consult online forums for help.
I resolve them by installing the required packages manually.
7. How often do you update your Linux system?
Rarely.
Monthly.
On a daily basis.
Weekly.
8. Do you dual-boot Linux with another operating system?
Yes, I dual-boot with Windows.
No, I use Linux exclusively.
Yes, I dual-boot with another Linux distribution.
No, but I use virtual machines.
9. How do you typically handle updates and upgrades on your Linux system?
I avoid updates unless absolutely necessary.
I wait for a major release and then update everything in one go.
I manually install updates and upgrades as they come.
I follow the distribution's recommended steps rigorously.
10. What is your approach when a GUI crashes or behaves erratically?
I restart the GUI or switch to a different one.
I look for specific updates or patches.
I reboot or log out/in.
I try to fix the issue through the command line.
11. What do you do when a new hardware device is not recognized by your Linux system?
I use software solutions or workarounds.
I reach out to the community for advice.
I switch to a different piece of hardware.
I search for and install new drivers.
12. What is your reaction when you encounter a 'Permission Denied' error?
I search for a solution online.
I avoid the task if possible.
I run the command with sudo or as root.
I change the file permissions using chmod or chown.