Welcome.
Thank you!
You need to end your sentences with “I use Arch btw”, read the Arch wiki for more info
I use Arch btw
That was close…
Everyone’s welcome to the party pal
I started messing with Linux, then became a developer. Whatever draws your interest!
So the next step is to take up farming?
Specifically goats
You say that, but try getting help on StackExchange when you clearly don’t know what you’re doing.
Stackx might not be the best place for Linux help. Can be a pretty unforgiving place.
Lemmy is a lot more friendly and people will try to help you out, even if you don’t know what your doing.
Honestly I’m gonna go against what people usually say and say that Arch is better to start with than Ubuntu, as long as you’re not afraid of command line or editing txt files. Whether it’s Arch or Ubuntu, as a noob you’re going to be doing a lot of wiki reading and copying and pasting of commands.
Personally though, a big difference between the two I found is that after a couple of years of copying and pasting commands in Ubuntu, I still didn’t really understand anything about how Linux works behind the scenes. Whereas Arch had me feeling like I too could be a sysadmin, if I felt like it, within a week.
And maybe things are different these days with Ubuntu, it’s been a few years, but I find that Arch has a way more enthusiastic and helpful user base. And the Arch wiki is practically a bible. Whereas searching for problems and solutions in Ubuntu can feel a bit like searching for problems and solutions in Windows, where you’ll probably get copy pasted generic solutions or someone telling you to restart your PC.
I feel like with the Arch distributions like EndeavourOS and CachyOS it’s a lot easier nowadays.
As a developer and sysadmin, I welcome you.
I’m old (not much, though) but back in my day it happened the same thing with people like me. Only that instead Arch+Hyprland it was Compiz Fusion+Beryl because the cube and the flames was the tits.
Also I just happen to be a graphic designer so hopefully this post of yours helps into letting die that idea that Linux is only for devs and sysadmins.
It’s actually how IT career ladder looks from right to left
Why hate on the sysadmin?
Hate? Where hate? I’m working as sysadmin
You put sysadmins below developers.
Well duuuuh, how else will you admin a system without a dev developing the system to admin
After over a decade of using it exclusively at home and partially at work I still googled how to add users to a group last week.
Well yeah. You barely use groups on a personal machine - maybe once and done for audio and VMs, depending on what distro you use - and at work you’d automate that shit, probably have it centralised.
I try to remember commands backwards by how they look(<command> <flags> <arguments>), if they are short, have capital letters and so on… Is that weird? If I give up I open the history file or my good ol’ cheat sheet.
(Tip: Most shells allow you to press Ctrl+R to interactively search through history, meaning you won’t have to open a separate file.)
Oh. My. Word.
I thought I was clever by using
history | grep <bit of command I remember>
I KNEW there had to be a better way!
Was it “groupadd” or “addgroup”…? I can never remember xD
usermod -aG group user
mnemonic: user mod append groupgroupdel
,groupadd
userdel
,adduser