Good call lol. Fixed.
- 0 Posts
- 78 Comments
sudo pacman -Syu
And done, usually. Lol
brax@sh.itjust.worksto Linux@lemmy.ml•What problems does Linux have to overcome to get more users32·1 month agoYou need to dumb shit down for the majoirty. Jist look at the downward spiral of popular software, and how little the masses really care about ownership or ability to tinker and control what they use.
If you want the masses to use Linux, then you’ll need a distro that is as useless as Windows. No technical errors, no forward-facing power user features.
Plus, you’ll bring the big corps into Linux with a their shit ideas like rootkits, SaaS, etc. Because if the masses are in Linux, they’ll be following the money.
brax@sh.itjust.worksto Linux@lemmy.ml•What problems does Linux have to overcome to get more users66·1 month agoI think it’s more users need to realize that an OS that is easier to use in every way is not a more difficult OS to use.
But also, I’m okay gatekeeping Linux, as bringing the masses over just means enshitification and turning it into Windows again. Fuck that.
What’s the point then? Just to try each one for a few weeks to pick the one you like the most? In that case, it makes sense
Again, so you don’t plan on installing anything extra or downloading stuff off the web? Lol.
I tried running arch in about 115GB of space, it wasn’t too bad but I had my /home directory on a separate drive. There’s no way I could get away with my OS+Home Directories on something as laughably small as that, unless I was just testing for a few weeks.
So you don’t plan on installing any additional packages or downloading anything off the internet?
brax@sh.itjust.worksto Linux@lemmy.ml•Linux has over 6% of the desktop market? Yes, you read that right - here's how25·2 months agoOnly use TTY
brax@sh.itjust.worksto Linux@lemmy.ml•Why does Arch seem to have a cult like following?18·2 months agoI left Ubuntu for Arch because I got sick of Arch having everything I wanted and Ubuntu taking ages to finally get it. I was tired of compiling shit all the time just to keep up to date.
Honestly glad I made the change, too. Arch has been so much better all around. Less bloat and far fewer problems.
Because using your freedom to promote options that restrict freedom means helping to remove your freedom. But hey, what do the Linux elders know? Clearly the new people into Linux are far smarter…
Flatpaks, appimages, snaps, etc: why download dependencies once when you can download them every time and bloat your system? Also, heaving to list installed flatpaks and run them is dumb too, why aren’t they proper executables? “flatpak run com.thisIsDumb.fuckinEh” instead of just ./fuckinEh
No thanks. I’ll stick to repos and manually compiling software before I seek out a flatpak or the like.
This shit is why hobbies and things should be gatekept. Just look at how shit PC design is these days. Now they’re coming after the OS.
brax@sh.itjust.worksto Linux@lemmy.ml•bashcrawl: learn Linux commands by playing a simple text adventure1·3 months agoYeah, I thought that was a bit weird, too. Going as basic as explaining how to use
ls
andcat
and how to run an executable, but not mentioning how to make an executable actually be executable.I thought maybe it was just something wacky with my Termux install that made me have to chmod it all.
I also found it weird how the game didn’t manage HP and inventory for you. There must have been better ways for it to show you how to use session variables…
brax@sh.itjust.worksto Linux@lemmy.ml•bashcrawl: learn Linux commands by playing a simple text adventure2·3 months agoI found I had to
chmod u+x
the binaries, but they worked fine. You need to make sure you call them as./filename
(assuming you are in the same directory as the file)IE:
chmod u+x treasure
./treasure
brax@sh.itjust.worksto Linux@lemmy.ml•Microsoft Tried To Steal A Project And Almost Got Away With It....171·3 months agoForked it, renamed it, and changed nothing but the license on it.
What’s stopping it from becoming the defacto version putting the original into the point where it’s no longer worth maintaining, then Microsoft pulls it and sells it as a subscription service?
I don’t have anything too fancy. I use [theFuck(https://github.com/nvbn/thefuck) to handle typos, and I have some variables set to common directories that I use.
For me it’s been the availability of packages, and how up-to-date things are. The AUR is a gamechanger.
Getting my first computer up wasn’t too bad - really no more time to configure it than anything else, and you can just toss your packages to a a text file and your dotfikes to GitHub. Didn’t take long at all to get my second computer set up
Makes sense. I went from Suse to Mepis, stuck with it for a bit after they transitioned to Ubuntu before just going full Ubuntu, but I was getting frustrated by how long it took for their repos to catch up. I’ve been on Arch for a year or two now and it’s been fantastic.
I ran Ubuntu for like 15 years and was especially recently getting frustrated by how far behind the packages always were. I’m full in on Arch - everything about it has been a much better experience.
PowerShell’s
import-csv
andexport-csv
are too dang powerful. Doing batch processing in PS is so cool.