There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

SinJab0n , in Firefox 115 Now Available With Intel GPU Video Decoding On Linux

Yes

CsXGF8uzUAOh6fqV , in Your best terminal aliases
@CsXGF8uzUAOh6fqV@lemmy.world avatar

Selection of my fish abbreviations for comfy terminal creatures:

<pre style="background-color:#ffffff;">
<span style="color:#323232;"># MISC -----------------
</span><span style="color:#323232;">abbr -a la 'exa -la'
</span><span style="color:#323232;">abbr -a p 'python'
</span><span style="color:#323232;">abbr -a v 'nvim'
</span><span style="color:#323232;">abbr -a rmd 'rm -rf'
</span><span style="color:#323232;">abbr -a feh 'feh --scale-down -d'
</span><span style="color:#323232;">abbr -a ka 'doas killall'
</span><span style="color:#323232;">abbr -a fp 'ffplay'
</span><span style="color:#323232;">abbr -a ff 'firefox'
</span><span style="color:#323232;">abbr -a tree 'exa -T'
</span><span style="color:#323232;">abbr -a libver 'dpkg -l | grep'
</span><span style="color:#323232;">abbr -a ex 'chmod +x'
</span><span style="color:#323232;"># specific file and directory based
</span><span style="color:#323232;">abbr -a notes 'nvim ~/.vimwiki/index.md'
</span><span style="color:#323232;">abbr -a idir 'cd ~/some/important/dir'
</span><span style="color:#323232;">abbr -a fishconf 'nvim ~/.config/fish/config.fish'
</span><span style="color:#323232;">abbr -a vimconf 'nvim ~/.config/nvim/init.vim'
</span><span style="color:#323232;">abbr -a i3conf 'nvim ~/.config/i3/config'
</span><span style="color:#323232;"># PACMAN ---------------
</span><span style="color:#323232;">abbr -a pin 'doas pacman -S'
</span><span style="color:#323232;">abbr -a pun 'doas pacman -Rns'
</span><span style="color:#323232;">abbr -a pss 'pacman -Ss'
</span><span style="color:#323232;">abbr -a pls 'pacman -Qd'
</span><span style="color:#323232;">abbr -a aurls 'paru -Qm'
</span><span style="color:#323232;">abbr -a pct 'pacman -Q | wc -l'
</span><span style="color:#323232;">abbr -a syu 'paru -Syu'
</span><span style="color:#323232;">abbr -a pcl 'paccache -r -k 1; paru --cc;'
</span><span style="color:#323232;">abbr -a pfd 'pacman -Qs'
</span><span style="color:#323232;"># GIT ------------------
</span><span style="color:#323232;">abbr -a ga 'git add -A; git status'
</span><span style="color:#323232;">abbr -a gr 'git reset'
</span><span style="color:#323232;">abbr -a gd 'git diff'
</span><span style="color:#323232;">abbr -a gc 'git commit -m'
</span><span style="color:#323232;">abbr -a gdc 'git diff HEAD~0 --stat'
</span><span style="color:#323232;">abbr -a gl 'git log'
</span><span style="color:#323232;">abbr -a gb 'git branch'
</span><span style="color:#323232;">abbr -a gp 'git push origin'
</span><span style="color:#323232;">abbr -a gch 'git checkout'
</span><span style="color:#323232;">abbr -a gam 'git commit --amend - m'
</span><span style="color:#323232;">abbr -a gcl 'git clone'
</span><span style="color:#323232;"># RUST -----------------
</span><span style="color:#323232;">abbr -a cc 'cargo clippy --all-features'
</span><span style="color:#323232;">abbr -a ccc 'cargo check'
</span><span style="color:#323232;">abbr -a cb 'cargo build'
</span><span style="color:#323232;">abbr -a cr 'cargo run'
</span><span style="color:#323232;">abbr -a cbr 'cargo build --release'
</span><span style="color:#323232;">abbr -a crr 'cargo run --release'
</span><span style="color:#323232;">abbr -a ct 'cargo test'
</span><span style="color:#323232;">abbr -a ctt 'cargo tarpaulin --ignore-tests --skip-clean'
</span><span style="color:#323232;">abbr -a bacon 'bacon clippy-all -w'
</span><span style="color:#323232;">abbr -a cil 'cargo install --path ./'
</span><span style="color:#323232;">abbr -a cia 'cargo install-update -a'
</span><span style="color:#323232;">abbr -a ca 'cargo add'
</span>
MoriGM OP ,
@MoriGM@feddit.de avatar

I maybe steal your rust aliases What is bacon by the way?

CsXGF8uzUAOh6fqV ,
@CsXGF8uzUAOh6fqV@lemmy.world avatar

Bacon is just compiler output but it “stays open” in your terminal and refreshes after you save your file; It is nice if you use something a bit minimal like vim without language server but you don’t want to compile manually every time.

SexualPolytope , in Your best terminal aliases
@SexualPolytope@lemmy.sdf.org avatar

I don’t use aliases. Since I use fish as a login shell, I use abbreviations. I have a lot of them configured. But I think my favorite one is yeet which expands to paru -Rcns.

MoriGM OP ,
@MoriGM@feddit.de avatar

What a nice abbreviation of the conventional way of declaring the minimanalasation of a command. I need to check out fish but i don't really know about it so much.

wasabi , in Your best terminal aliases
alias clearswap='sudo swapoff -a && sudo swapon -a'
alias grep='grep --color=auto'
alias ls='ls --color=auto --group-directories-first'
alias la='ls -lAh --color=auto --group-directories-first'
alias timestamp='date +%Y-%m-%dT%H-%M-%S'

lemmymarud , in Anyone still using Sailfish OS ?

Not using SFOS anymore, but I had a real good time with my Xperia XA2 compared to the 10 Mark II because of issues with the aarch64 platform.

One thing that was WAY below Android was the camera quality. A lot of the work happens on a software level that is unpolished on SFOS. GPS was having constant issues (lagging sometimes 30s to 1 minute behind real position) and crashes, and so on…

I got rid of it to come back to stock Android and my XA2 is also running android now as I gave it to my daughter.

But I’m quite interested about the answers you will get.

wgs OP ,
@wgs@lemmy.sdf.org avatar

My experience with the XA2+ was pretty great, and the phone camera wasn’t that bad for my use case. I truly enjoyed the experience and wanted the same with the 10 III, but it seems worse than with the XA2

notthebees , (edited ) in Firefox 115 Now Available With Intel GPU Video Decoding On Linux

It’s probably both as all modern Intel gpus have video decoding and encoding hardware

xycu , in Your best terminal aliases

alias ll=“ls - l”

My most-used, by far, for decades.

TheyCallMeHacked ,

This and alias la=“ls -lhA”

walthervonstolzing ,
@walthervonstolzing@lemmy.ml avatar

In addition to this, I have lat & las with -t & -s sorting added respectively.

nihilomaster ,

For just a second I thought this was Loss

InverseParallax , in Firefox 115 Now Available With Intel GPU Video Decoding On Linux

Probably both, the drivers are almost the same, just need a kernel flag.

If so that’s great for everybody… well almost everybody period, most notebooks have Intel gpus even if they have Optimus too.

CrypticCoffee , in Suse Liberty Linux

I hope it suceeds. As someone who uses OpenSuse Tumbleweed for a year now, I cannot recommend it enough. Solid company, and great work.

InverseParallax , in Suse Liberty Linux

If this rhel bs leads to suse taking over dominance, then amen.

It will be nice to have a new enterprise Linux overlord that isn’t a massive bag of dicks.

HopperMCS ,

Sometimes I wonder if we’re not being fair to RedHat, but then I remember at the same time they didn’t go under in 2008 like Sun did, and they didn’t take the hit many others did due to COVID.

vacuumflower ,

So sad for Sun. Just touching their products as they were before getting eaten by Oracle is an amazing experience.

Also very nice artistic language in visual design, I know this is not the most important thing.

HopperMCS ,

I shouldn’t be irrationally angry about a corp going under, but the people working there had some drive you just don’t see these days.

vacuumflower ,

I mean, RH became dominant by not initially being a bag of dicks.

So if SUSE becomes the main enterprise vendor (to more precisely address RH’s role, one can say “root enterprise vendor”), then its enshittification is just a matter of time.

Other than that, I like Tumbleweed, it just works, and, unlike Fedora, without bullshit.

Still the whole corporate atmosphere makes me wary. SUSE is good, we just shouldn’t put all our eggs into one basket (and should fix that with RH).

InverseParallax ,

Could not agree more. My only argument in favor of suse is that they’ve been here since the beginning and never fucked about.

Thats a rare record in any tech game.

But many choices always beats 1, maybe somebody sane should make an enterprise debian, I’m just worried they might somehow manage to kill the golden goose, debian’s sanity is critical to linux’s viability as a non-bullshit os.

vacuumflower ,

Agree about SUSE, it’s really amazing.

Yes, Debian and also Gentoo. Slackware may not be dead, but out of race in the sense of being a stabilizer as one of the “main” (culturally, not in numbers) distributions, and Arch has lost most of sanity it had (not much to begin with).

InstantWeasel ,

I like Tumbleweed, it just works, and, unlike Fedora, without bullshit.

What’s up with that? I have been on the same installation of Fedora since 2021, doing disto upgrades since then. Am I lucky? And I’ve been using a Win10 VM with Passthrough devices without issues as well.

Plasma , in Your best terminal aliases
@Plasma@lemmy.ml avatar
<pre style="background-color:#ffffff;">
<span style="color:#62a35c;">alias </span><span style="font-weight:bold;color:#795da3;">..</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">'cd ..'
</span>
oldfart ,

AmigaOS style!

coleman ,

My variant (u mean “up” in my head)

<pre style="background-color:#ffffff;">
<span style="color:#323232;">alias u  ='cd ..'
</span><span style="color:#323232;">alias uu ='cd ../..'
</span><span style="color:#323232;">alias uuu='cd ../../..'
</span>
Plasma , in Your best terminal aliases
@Plasma@lemmy.ml avatar
<pre style="background-color:#ffffff;">
<span style="color:#62a35c;">alias </span><span style="font-weight:bold;color:#795da3;">..</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">'cd ..'
</span>
MoriGM OP ,
@MoriGM@feddit.de avatar

Classic but gold I also use alias ...="cd ../.."

wasabi ,

You should give shopt -s autocd a try.

greybeard , in OpenRGB: Open source, cross-platform RGB lighting control that doesn't depend on manufacturer software

I receive a fancy gaming computer from someone, and it was littered with LEDs. OpenRGB let me turn them all off, it really does a good job.

InverseParallax , in NixOs why?

Cloud systems invented this concept called ‘declarative environments’ basically you describe the software in a container or os and the container orchestrator builds it for you. The same every time, you just give it a recipe.

Nixos is that for desktops.

It takes away a lot of the bullshit, experimentation and breaking of a classic os.

That being said, I always considered that the fun part, so ymmv.

It’s like docker for server applications, it takes care of everything for you behind the scenes and just works (ish).

bahmanm , in Your best terminal aliases
@bahmanm@lemmy.ml avatar
<pre style="background-color:#ffffff;">
<span style="color:#323232;">alias et='emacsclient -ct'
</span><span style="color:#323232;">alias ec='emacsclient -cn'
</span><span style="color:#323232;">alias make='make --warn-undefined-variables'
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines