80
first time using linux, how screwed am I?
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Here is my tutorial:
sudo pacman -Syu steam
It's as easy as that. Thats how I run it.
When I started my Linux journey, I went with Ubuntu and kept breaking it every year for a couple of years, which taught me a lot. Then eventually I hopped to Arch and I've been running the same setup since. For over 6 years now. I am very lazy, so I don't do anythjng special unless it breaks.
My setup has automatic btrfs snapshots and manual offsite backups with borg.
My workflow is:
every friday evening after work, I do an update and reboot.
If everything works, I do a borg backup. Most update fridays are like this and end here.
If it's broken (this year it's been 2 times so far, last year iirc 3 times) I read the journal log, find the cause, fix it by live booting an arch usb stick and chrooting into mt system and following the archlinux forum or reddit or news. (For example recently, there was a kernel bug with btrfs, someone on reddit posted a mailing list link with a command that solved it)
Sometimes there is an issue with an app I have, especially if it's from the AUR. Often a reinstall fixes it, otherwise I fix the PKGBUILD and let the maintainer know what was broken.
After it is broken, I go through all the .pacnew files and merge them (The wiki says you should do it after every update, but I'm lazy)
After I fixed it, I do a borg backup.
If it takes too long to fix or I am especially lazy, I restore a btrfs snapshot and try next week. Usually the issue is resolved by then or somebody solved it on reddit.
So yeah it's quite involved, but I got better at it with time and again, most of the time everything just works and I can enjoy weekly improvements or new features to play with.
I am a bit on the fence which advice to give you. Either keep it and run with it for a while longer or install a simpler gaming focused distro. It's up tp you really.
thank you for telling me your workflow. with bit of time i think i can follow your workflow as its quite simple (at least sound like it)
yeah, about that. it seems i mixed wiki as tutorial and was but intimidated when i saw how to do manual terminal config for controller setup, graphic driver, and other stuffs. in my mind that just getting the base app is not enough, you need to find the specific perquisite and getting them one by one.
i decided that ill keep playing with arch until it breaks then ill see if i want to give it another go or try bazzite. i love tinkering but software tinker is a bit out of my depth