linux

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

cryptix, in Mozilla Firefox 119 Is Now Available for Download, Here's What's New

Waiting for vertical tabs…

iusearchbtw,
@iusearchbtw@lemmy.sdf.org avatar

Tree Style Tabs forever, baby! Simple vertical tab bars can’t even hope to compete.

possiblylinux127, in Your favorite web UI for your linux server?

ssh?

deadcatbounce,
@deadcatbounce@reddthat.com avatar

He wasn’t speaking loudly at all.

andruid, in Your favorite web UI for your linux server?

Cockpit has been my go too, very quick to just get up and working plus including a web terminal for the rest of what you need.

Pantherina, in Back to linux!

I think Windows does some things well, that are just worse in KDE

  • Ctrl+Alt+Delete, Taskmanager is actually privileged and can force close running apps. On KDE the same apps exist but they are not privileged enough. EDIT: of course it is privileged, but it doesnt even open if the “Desktop” hangs. There seems to be no privilege isolation, nothing left as security space for these tasks.
  • The UI is more stable, the bars dont weirdly load, App Windows just open in full size and not fly around. When an app crashes I can still use the cursor (often)

The Rest is crap, like everything. Updates are horrible and intrusive without a single reason. Immutable updates are so much better, regular Linux Distros probably cant compare regarding security.

DidacticDumbass,

I have tried to use and like KDE so many times… I always go back to XFCE or GNOME.

eshep, in Bluez trying to connect to my PC?

@JokeDeity Seeing a device called "Bluez" trying to connect to your computer (in some undefined way) doesn't necessarily mean it has anything to do with bluez.

ScrambleVerdict, in Ryzen 7950x vs 7950x3d for an all rounder setup?

The cache matters a lot. That’s basically why the x3d chips are so great at gaming. With over clocking you’ll always get a lower clock than the stock boost clock with these newer chips. That’s why PBO (precision boost overdrive) in combination with CO (curve optimiser) will give the most performance. Both chips can do this.

Tl;Dr: get the x3d.

Oha, in MIcrosoft teams

Webapp works fine on firefox and chromium

Lettuceeatlettuce, in GPU upgrade for linux workstation
@Lettuceeatlettuce@lemmy.ml avatar

I’ve been running a 6700xt for the last year and a half and it’s been great! Plays everything I want at high/ultra 1080p, anywhere from 160-240FPS depending on the game and settings.

I record gameplay no problem too with OBS. I’m on Nobara Linux, a gaming-focused Fedora Distro, haven’t had a single issue so far with it.

Sentau, in GPU upgrade for linux workstation

I am assuming you currently use linux. Do you currently use CUDA with freecad and solidworks(which I am assuming you use through WINE or a VM). AMD generally has better raw performance at same price but has nothing equivalent to CUDA at this point. There is ROCm and plans for CUDA through ROCm but GPU support for ROCm is hit or miss. You also have openCL but performance is nowhere near as good as using CUDA even if the GPU using CUDA is weaker. AMD. will provide a much better gaming and day to day usage experience though

afk, in Xwayland rootful - part1
@afk@ttrpg.network avatar

I wonder if this would help with HiDPI monitors and Xwayland apps looking blurry

afk,
@afk@ttrpg.network avatar

Turns out that kind of?

Xwayland rootful - part 2 …blogspot.com/…/xwayland-rootful-part-2.html

sebastiancarlos, in [Question] Which shell prompt do you use and why?

https://lemmy.sdf.org/pictrs/image/938229ad-4c04-413b-b2ae-18925e5b0e6e.png

.bashrc:


<span style="color:#323232;"># Prompt
</span><span style="color:#323232;"># "Make it simple, just the dollar sign"
</span><span style="color:#323232;"># "Say no more, fam"
</span><span style="color:#323232;"># - if error code is not 0, then prepend [N] where N is the error code
</span><span style="color:#323232;"># - if user is root, use red and #
</span><span style="color:#323232;">blue='e[34m'
</span><span style="color:#323232;">red='e[31m'
</span><span style="color:#323232;">bold='e[1m'
</span><span style="color:#323232;">reset='e[0m'
</span><span style="color:#323232;">PS1='$( status=$?; [ $status -ne 0 ] &amp;&amp; echo "[$status] ")['"$blue""$bold"']$['"$reset"'] '
</span><span style="color:#323232;">
</span><span style="color:#323232;">if [[ $EUID -eq 0 ]]; then
</span><span style="color:#323232;">  PS1='$( status=$?; [ $status -ne 0 ] &amp;&amp; echo "[$status] ")['"$red""$bold"']#['"$reset"'] '
</span><span style="color:#323232;">fi
</span>

.inputrc:


<span style="color:#323232;"># vi mode, change to 'emacs' here if you prefer
</span><span style="color:#323232;">set editing-mode vi
</span><span style="color:#323232;">
</span><span style="color:#323232;"># vi INSERT prompt
</span><span style="color:#323232;">set vi-ins-mode-string "1e[30;44m2 INS 1e[0m2 "
</span><span style="color:#323232;">
</span><span style="color:#323232;"># vi NORMAL prompt
</span><span style="color:#323232;">set vi-cmd-mode-string "1e[30;47m2 NOR 1e[0m2 "
</span>
vivia, in How Ubuntu Linux snuck into high-end Dell laptops (and why it's called 'Project Sputnik')

Earlier this year I was given one of those XPS machines with Ubuntu and decided to install Debian on it. The camera driver was so bad - I can’t remember technical details but you can’t simply get it to run on another kernel, it was a mess of hacks to get it to work. I decided I won’t get a camera driver. “We ship a laptop with Ubuntu” does not necessarily mean working Linux drivers.

EDIT: To add insult to injury, the touch bar suddenly decided to stop responding to input. It’s already bad enough to not have tactile feedback for Esc / Fn keys / Delete / Print Screen.

xcjs,
@xcjs@programming.dev avatar

I bought a used 2018 model over a new current model because of the lack of physical function keys.

Also, Dell, bring back Fn + Left for Home and Fn + Right for End!

Who looked at a great keyboard layout and decided, “I know! I’ll make this Developer Edition hardware more difficult to develop on!”

Pantherina,

Crazy! So it was only the ubuntu kernel, with some akmods or PPA?

vivia,

You needed: kernel driver, closed source userspace driver, GStreamer plugin, v4l2 loopback driver, v4l2 relay daemon copying frames from the GStreamer source into v4l2 loopback. Technically I could have made it work, I just decided not to.

launchpad.net/~oem-solutions-group/…/intel-ipu6github.com/intel/ipu6-camera-bins

Pantherina,

Damn Dell. What the fuck XD

Dotdev, in MIcrosoft teams
@Dotdev@programming.dev avatar

Well you can use the web version.

CameronDev, in MIcrosoft teams

The web interface still works? Might need chrome for it to work, it was broken in firefox last time i tried it.

ProgrammingSocks, in With Firefox on X11, any page can pastejack you anytime

Wow am I glad for my NoScript usage right now. I’m definitely going to be even more restrictive after this.

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