linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

lord_ryvan, in What is this windows 95?

I was spinning up Chrome

There’s your problem, shit eats resources like a mofo.

Also stop using Chrome, stop giving it market share, Google is trying to DRM the whole Internet into using Chrome. LibreWolf on desktop, Fennec on mobile, both support all your addons, too!

ultra,

Librewolf is a bit extreme, regular firefox will do.

5714, in Btw, I'm..

Behold: I’m the archvegan!

macallik, in SHARE WITH THE CLASS: What aliases are you using?

(Bash-Specific)

App-Specific

alias battery='upower -i $(upower -e | grep 'BAT') | grep -E "state|to full|percentage"' # Get the battery level of my laptop server when I ssh into it

alias audio="yt-dlp -f 'ba' -x --audio-format mp3" # Download the audio version of a youtube video

alias wttr="curl wttr.in/Chicago" # Get the weather of my city in the terminal

Terminal Navigation

alias ba2sy="cp ~/.bash_aliases ~/Sync/" # copy my current iteration of my aliases to my shared syncthing folder so that it's accessible across devices

alias sy2ba="cp ~/Sync/.bash_aliases ~/" # replace the current iteration of my aliases w/ the synced version from my syncthing folder

alias mba='micro .bash_aliases' # open my aliases file in the modernized version of 'nano'

alias reload="source ~/.bashrc" # Quickly refresh my system so that the latest alias file is loaded

alias l='exa --group-directories-first -hlras modified --no-user --icons' # exa is a prettier version of ls. Options toggled: Human-readable, long format, reverse output, show hidden files/folders, sort by modified, hide the 'user' column since I'm the only one that uses the computer, and show the icons to make it look fancy```

Replaced Commands

alias cat='batcat --theme=ansi ' # Replace generic output of cat w/ a formatted version. This is bat (batcat in Debian)

alias rm='trash ' # Instead of auto-deleting files, put them in the 'trash' bin for 30 days, then delete.

Server & Docker-related

alias lazy='/home/macallik/.local/bin/lazydocker' # Run Docker

alias pad='ssh MyPad20334' # shorthand to ssh into my server

RaivoKulli,

I wonder if you can be a madlad and symlink your bash-aliases to a synced file.

tvcvt,

Not a symlink, but you can add source /path/to/aliases one your bashrc file to load them from another file. I do that and keep all of my dot files in a hit repo.

FluffyPotato, in SHARE WITH THE CLASS: What aliases are you using?

I rawdog every single command, I use no aliases at all.

phx, in Defaults insults
  • Login as a user.
  • Delete the user while still logged in
  • Run command

You should get a message “you don’t exist, go away”

Not sure if that one is still around but I know one person who ran a script with “deluser $USER” and it ate root resulting in fun messages like that

cypherpunks, in Defaults insults
@cypherpunks@lemmy.ml avatar

the famous “This incident will be reported” error was briefly removed last year before being replaced with a less ominous version.

Martin, in Defaults insults

There’s also the naughty programmer getting spanked by EFL

https://lemmy.ml/pictrs/image/e5d388f6-6d82-459b-8a90-901210a7cca1.png

Pfnic, in Defaults insults

That’s some bare metal system breakage I can get behind

9488fcea02a9, in Defaults insults

php has a log message about killing children, i think i saw once

jsdz, in Ask Lemmy: Traditional vs natural mouse scrolling; which do you use?

It’s a good thing Apple doesn’t make cars. They’d put the gas pedal on the left just to be different, and claim it’s more “natural” that way.

helixdaunting,

Don’t give Tesla any ideas.

Cpo,

Yeah, they would probably let you pay a small fee per month for this feature.

ConfusedLlama, in I had a journey
@ConfusedLlama@kbin.social avatar

rant:

I have been using Linux since 2006, a lefty and against the super-rich and big corporations since I remember (to the point of avoiding their products like the plague), also never having understood or accepted gender roles and other stupid traditional concepts, yet never turned into a communist 🤷

It baffles me that so many people think that respecting gender equality, understanding the evil in big corporations and avoiding them, valuing community and being tolerant (except for intolerance) and against discrimination somehow equals communism... I say this because I've been called a communist by many people who know me, while I have always rejected it explicitly!

/rant

fosforus, in I had a journey

I was feeling the last part had some more story behind it so I went ahead and found this:

https://sopuli.xyz/pictrs/image/bad10f85-869c-4bb2-a0ca-cfd0e9bcc83e.png

Seems like I’m a full-blown woke communist too

darcy,
@darcy@sh.itjust.works avatar

er… did torvalds just say trans rights? based alert

fosforus,

I think he said trans rights in the wording that >90% of people would agree with.

Barbarian,
@Barbarian@sh.itjust.works avatar

Doesn’t read like he’s an actual communist, more insulting people (rightly so) that would call liberals communists.

agent_flounder,

I’m definitely woke af. And proud of it.

I have come to think that when profits are at odds with health, happiness, the good of society and humanity, then either a non profit foundation needs to be running it or it needs to be in the hands of the government—but a much less corrupt one. And I believe oligopolies need to be broken up and anti trust laws greatly expanded and enforced. Then we can deal with the oligopoly / plutocracy. We set a maximum wage (including all earnings) and tax 100% above that. Penalties for regulatory breaches include jail time. For corporations. With corporations reigned in, oligopolies and oligarchies crumbled, we can prevent regulatory capture and corruption. Campaign finance is abolished and it is paid for out of public funds. We abolish first past the post voting in favor of scientifically determined better alternatives to ensure voters actually have a variety of choices.

Idk wtf that makes me except maybe a ranting lunatic lol

yogthos, in I had a journey
@yogthos@lemmy.ml avatar

Linux and open source in general completely blow apart capitalist arguments that profit motive is necessary for innovation and technological advancement. Open source ecosystem primarily run by volunteers has produces some of the most interesting and innovative technologies that we’ve seen. The reality is that people make interesting things because they’re curious and they enjoy making stuff. Pretty much nobody makes anything interesting with profit being the primary motive.

zabadoh,

I disagree somewhat.

A lot of high tech development comes with a greed motive, e.g. IPO, or getting bought out by a large company seeking to enter the space, e.g. Google buying Android, or Facebook buying Instagram and Oculus.

And conversely, a lot of open source software are copies of commercially successful products, albeit they only become widely adopted after the originals have entered the enshittified phase of their life.

Is there a Lemmy without Reddit? Is there a Mastodon without Twitter? Is there LibreOffice without Microsoft Office and decades of commercial word processors and spreadsheets before that? Or OpenOffice becoming enshittified for that matter? Is there qBittorrent without uTorrent enshittified? Is there postgreSQL without IBM’s DB2?

The exception that I can see is social media and networked services that require active network and server resources, like Facebook YouTube, or even Dropbox and Evernote.

Okay, The WELL is still around and is arguably the granddaddy of all online services, and has avoided enshittification, but it isn’t really open source.

yogthos,
@yogthos@lemmy.ml avatar

The idea that these things wouldn’t exist without commercial analogs is silly. You do realize that things like BBS boards and IRC existed long before commercial social media platforms right? In fact, we might’ve seen things like social media evolve in completely different directions if not for commercial platforms setting standards based on attracting clicks, and monetizing users.

robot_dog_with_gun,

all the for profit things we use are worse because they are for profit.

most of the time a site or service UI is made worse it’s because AB testing found the worse UI wastes user’s time and the metrics read that as engagement.

yogthos,
@yogthos@lemmy.ml avatar

Exactly, most of the bloat on commercial sites isn’t there for the benefit of the user, but rather in order to monetize them. It’s ads, trackers, metrics, and all the other garbage that you don’t actually want.

FaeDrifter,

capitalist arguments that profit motive is necessary for innovation and technological advancement

I don’t know who is arguing this because it’s incredibly stupid. The greatest scientific minds of history, the mathematicians, the physicists, the inventors, were not capitalists, they’re people with passion for their work.

If we move to a society that guarantees basic human needs and good education, we’re only going to have more scientists and engineers that progress technology even faster.

agent_flounder,

And while we are at it… novelists, poets, painters, musicians, philosophers, …

Thorned_Rose,
@Thorned_Rose@kbin.social avatar

Capitalists argue this because it gives them the appearance of a moral high ground.

Eshittification shows how untrue this - capitalism by its very nature will always devolve into worse and worse offerings because it's reliant on squeezing out ever more profit.

Capitalism will only ever puh out the bare minimum of technological advancement. And keeping people in indentured labour (aka employees) to the capitalist system so that they either have no time to come up with innovations themselves or they own the intellectual property of any indentured workers means that the overwhelming majority of innovation is monopolised by capitalism too. Which also contributes to the appearance of pushing advancement.

ThereRisesARedStar,

Also without open source the capitalist tech sector would collapse

SquiffSquiff, in Why does the breeze theme have 50 dependencies?

I’d check that you’re actually installing the most appropriate package. For instance on Ubuntu there’s kid3 which is a MP3 tag application that will pull in the entire k desktop environment. Or you can install kid3-qt which packages its own version of those dependencies and doesn’t pull an entire desktop environment in if you’re using a non-kde environment.

darklamer, in Why does the breeze theme have 50 dependencies?
@darklamer@lemmy.dbzer0.com avatar

When you’re not telling us which package you’re trying to install in which packaging system, the only meaningful answer is: you’re trying to install the wrong package.

DJSpunTheDisc,

Sorry. I’m using pacman (default in Arch Linux) and I’m trying to install the breeze qt theme package, breeze.

darklamer,
@darklamer@lemmy.dbzer0.com avatar

Really, an Arch user who didn’t mention that they’re using Arch, there’s certainly a meme hiding here somewhere!

ReveredOxygen,
@ReveredOxygen@sh.itjust.works avatar

the original post talks about pacman

RickyRigatoni,
@RickyRigatoni@lemmy.ml avatar

but how could we be sure they weren’t talking about the game

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #