linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
I did that as a beginner a few times but now I'm able to resolve everything I need to with the good old terminal.
sometimes i just cant be bothered figuring out why systemd isnt starting a graphical interface, or whatever, and reinstalling doesnt take very long if you have a home partition
Figuring out? It's right there in the logs.
Fast disks are spoiling the next generation. Back in the day, 2 minutes reading could save you half an hour of reinstalling. But if reinstalling takes about the same amount of time, I guess there's no more incentive to actually learn something.
I am new to desktop linux. It is a pain to not know certain troubleshooting steps as I do mostly for server linux.
For example, not knowing what the gui consists of, which applications are essential and which are not.
In that case I would like to recommend you install Arch at least once. Not to actually use in production, but it made a lot of things click for me that help me with server stuff too. Just follow along with the install guide on the wiki inside of a VM.
If you really want to know what applications are essential I'd install a window manager and not just install the gnome package. Though even just installing your favourite DE will work fine.
I've heard other people recommend Gentoo and Linux from scratch as well for this purpose since they go even deeper, but that may be too much to start off with and I haven't done that myself
Haven't reinstalled a distro in probably a decade.
Same. And I never fucking will. I will learn how to fix it if it kills me.
The last time I reinstalled a distro to fix an issue was Ubuntu 6.06 Dapper Drake.
- What distro?
- Are you hiring? If not, are you mentoring?
- I make a great [food]!
- Or have you just been stuck using Windows for the past ten years?
Cannot relate to that. I modify the crap out of my Arch install and keep it in perfect condition all the time.
In enterprise, this usually is the way. No sense wasting engineer hours troubleshooting something in prod when you can use Ansible to replace the system and restore data in 10 minutes (while your redundant system handles the load of course).
Who made this, a windows user? Friggin meme is backwards
I really had to chuckle when reading the comments.
Linux broke, had to reinstall: -"we do this in bussiness too!"
Windows broke. had to reinstall: -"LOL! Shitty Windows, install Linux!"
my current install is 3 yrs old, if you select a decent distro and dont fuck with its internals it works pretty well.
i suspect most of the people complaining are either on a meme distro or they poke too much into the system
You seem to implying that doing anything other than using preinstalled apps like the web browser is "poking too much into the system" and are therefore idiots. As I have had a system break just by installing or upgrading packages on Ubuntu. Now I always use ZFS on root and make snapshots of everything beforehand.
Reinstalling is the Windows way of solving problems.
Additionally, going full Linux and then trying to install Windows again is a nightmare (but I guess that's not really what we're talking about here).
I learned the hard way to never trust windows to not destroy other disks. One time it decided to place the boot partition on a disk it saw having a unknown file system. Turns out it was a disk on a raid-array. After that I physically unpower all other disks before installing windows.
The only time I've ever done this on Linux was 20 years ago, trying to f with XF86 before I understood it.
I mean, who doesn't use snapshots these days? BTRFS / ZFS has saved me days of grief.
As an Arch user, BTRFS has saved me SO much pain, suffering, and time. BTRFS is a LIFESAVER!
You need to rethink your reinstall process. My root is on a separate drive from my home directory. My home directory has a script that installs all of my basic software, along with any specific config files that don't reside in my home directory naturally. I can reinstall the system in about an hour.
Yeah, I use NixOS so my whole system is defined in a couple config files, so when reinstalling I can just point the installer at my config and get (pretty much) the exact same system. Same packages, git config, aliases, package versions, firewall rules, kernel version, etc, only thing missing is a couple dotfiles I haven't switched over yet but those are synced using Syncthing anyways.
Surprising to me so I must do some things right :
- dedicated /home partition
- OS on SSD, new OS on fast USB stick
- backup on another physical disk of important data (usually a subset of /home )
- other partition for OS testing
- other working device for instructions and search online (mobile phone is usually enough)
- documented setup for complex tools, e.g /home/Prototypes where you might have container setups, e.g docker-compose.yml
Usually if you have this in place its a matter of hour, at most. Sure in 1h you will not have ALL the apps you need perfectly configured but, for me at least, enough to feel at "home" again. It's usually about having ~/.bashrc or ~/.tridactilrc in place but if you do have /home on another partition, it's basically "free".
I have only really done this while i used windows, on linux i have always been able to find a solution that didn't require reinstalling; on windows on the other hand i had a time where it just started to bluescreen at every boot out of nowhere...
Goddammit I'm literally right now trying to decide if I want to spend an entire day wiping and reinstalling the OS in my main PC or if I can live with the current glitches for now. Full disclosure, in my case the glitchy behaviour is entirely on me trying to tinker with the OS and accidentally breaking stuff, not an issue with Linux or the distro.
It is normal for a beginner to only have 1 tool in their debugging toolbox π€·ββοΈ
Git good and solve the problems you create.
i only reinstall when it's a hard to fix issue and i wanted to try out another distro anyway, so about 0.8distrohops/year
Fixing a small bug, then reinstall everything...
So true, I just had a bug and after reinstalling I go to find out it was just a driver issue. Screw nivdia.
wiping my entire system once every 6 months or something because it just feels faster and "fresher"
Snapshots
When you install, partition your drive. /home
goes on its own partition and will probably be the largest one. Then you can wipe the /
partition and reinstall all you want, takes 15 minutes