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.

Choctaw , in what is the best privacy distro?
@Choctaw@lemmy.radio avatar

Depends on your use case, but there is Tails OS if you’re a whistleblower or reporter and afraid of state actors, and Parrot Security OS has a lot of security, privacy features as well being a pentest distro. I ran Parrot OS for a while and it was pretty good. Good things for privacy, use a VPN to mask your IP as well as using privacy proxy search engines. I tend to not trust many of the VPN companies that were being gobbled up with one linked to Israeli intelligence, so I run my own Wireguard server, Pi-Hole/Unbound DNS servers on everything with lots of block lists, and my own Searxng and Whoogle search proxies. And some things I do behind Tor. A state actor can pin me down with my own VPN server which lacks a lot of users, but that’s not my worry and I use it to just mask my home IP and protect me from ISP snooping for normal internet use.

rah , in Anyone still using Sailfish OS ?

Never did use it.

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

Thanks for sharing your experience ;)

sgharms , in Suse Liberty Linux

Just to confirm, SuSE has no ties to SCO and that weird crusade Darl McBride was on, right?

nan ,
@nan@lemmy.blahaj.zone avatar

No. The controversy over SUSE was over Novell making an agreement with Microsoft over patents.

Novell and SCO had their own dueling lawsuits against each other.

sgharms ,

Thanks, the details of the early decade of the year of Desktop Linux are growing murky.

PureTryOut , in Anyone still using Sailfish OS ?
@PureTryOut@lemmy.kde.social avatar

I daily drived the original Jolla Phone. However since I realized that it was even more proprietary (the core apps + UI toolkit Silica is proprietary) than a simple AOSP Android ROM, I decided that my next phone would be a regular Android phone again.

Now I’m dual-booting both postmarketOS and CalyxOS (which is an Android ROM) oh my SHIFT6mq and I have no reason to ever go back to SailfishOS, even though I liked the experience at the time.

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

I suppose you dual boot them because postmarketOS isn’t usable as a daily driver right ?

I liked Sailfish UI a lot, and the fact it was a “standard” Linux with coreutils, git, rsync, etc… by default was the main reason I switched to it. But yeah, I’ve been quite deceived by their recent “updates”. I now have an Xperia 10 III, but there doesn’t seem to be much custom ROMs that support it unfortunately (which is also why sailfish support isn’t great anyway).

PureTryOut ,
@PureTryOut@lemmy.kde.social avatar

For some people it’s definitely usable as a daily driver but not for me yet. I for one require some Android apps and Waydroid isn’t far enough yet, but I also need good suspend/battery saving which isn’t there yet on this particular device.

ReverseModule , in Suse Liberty Linux
@ReverseModule@discuss.tchncs.de avatar

I installed Tumbleweed immediately after seeing this. What a great company! :)

GustavoM , (edited ) in Your best terminal aliases
@GustavoM@lemmy.world avatar

*ahem

alias brb=‘paru -Syu --noconfirm && paru -Sc --noconfirm’

gbin ,

You should name it alias btw=… to fully embrace our stereotype ;).

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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines