linux

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

MyNameIsRichard, in What's your favorite music player on Linux?
@MyNameIsRichard@lemmy.ml avatar

Clementine

GustavoM, (edited ) in Is it actually dangerous to run Firefox as root?
@GustavoM@lemmy.world avatar

That’d be the same as asking if leaving your house front door open is dangerous – it depends. If an ill-intended individual sees it open however, s/he won’t think twice to trash your home.

SuperSpruce, in Linux reaches new high 3.82%

Windows 11 has irked me on my main laptop. I still use it due to various applications (not just games) that require Windows, but the slowness of the OS and the tracking drive me away from it. I installed Linux on another drive on the laptop.

Additionally, I purchased a desktop from my friend, and completely wiped Windows from it to install Linux (KDE Neon). I realized there is nothing that I’d want from that desktop, possibly aside from a couple of games my more powerful laptop can run, that Linux cannot run.

UnityDevice, in Thoughts on this?

I remember having this realisation about Mir, but only after we collectively ran it off the cliff wall. The main reason everyone piled on Mir was that it was thought that Canonical would be priming Linux desktop for fragmentation with two competing standards.

But in fact, Mir was providing a solution to the fragmentation Wayland was bringing. Now we have 3, 4, 5 Mir-s, all with slight incompatibilities. Want a feature? Better hope all of them decide to implement the extension after someone proposes it. We know how well that worked in the past.

This is also ironic because the detractors of Xorg constantly talked about the issues with Xorg extensions and how many of them there were. But I never really had to look up which extensions Xorg supported, while I have had to do that with Wayland compositors.

Jordan_U,

The main reason that I piled on Canonical was that they kept on spreading FUD about Wayland to try to promote / justify Mir rather than discussing in good faith.

The worst part about Mir was always Canonical.

gnuhaut, in Is it actually dangerous to run Firefox as root?

On a typical home user desktop linux setup, there’s virtually no difference between your regular user and root.

Access to your data, emails, passwords, installing software (in /home), access to LAN and so on are already possible without root permissions, so there really is not a whole lot that an attacker cannot do even without root.

And then, if you use sudo or su (or whatever) to switch to root with a password, escalating to root privileges is basically trivial for an attacker. An attacker can divert your PATH to compromised binaries. They could just replace “sudo” with their own little script that steals your password.

tcit, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@tcit@beehaw.org avatar

Just use an app like Authenticator importing the Aegis export file.

colourlesspony, (edited ) in Linux tablet?

I’ve been enjoying ubuntu on my surface go 2. You can pick one up used for less than $200. Go for an 8gb model. Everything worked for me except the webcam.

node815, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?

You can also mirror your Android screen via Scrcpy github.com/Genymobile/scrcpy

Open Aegis, go to settings and then disable screen security. (Enabling screen security helps protect against and malicious screen capturing by malware)

From there, it will show your Aegis screen on your PC. It requires ADB access so it depends on if you have that installed or can install it. But the link can get you through that part. :)

ILikeBoobies, in New Linux user here. Is this really how I'm supposed to install apps on Linux?
bazsy, in Help on BTRFS setup

Do I need to disable compression on my swap subvolume?

Short: No

Long: it doesn’t matter when mounting multiple subvolumes of the same btrfs partition the options from the first one (usually /) will apply to all. So even if you disable it, that will be ignored.

The old way of creating swap shows the chattr +C line which disables CoW. The same method should work for your Downloads folder since CoW is needed for snapshotting.

baseless_discourse, (edited ) in New Linux user here. Is this really how I'm supposed to install apps on Linux?

What distro are you running? I think you should be able to just find the app in the app store.

If not, the webside includes the download link literally in the first paragraph: mullvad.net/en/download/vpn/linux

Just download and double click the package, that should bring up your app store, and then click install you will be fine.

people_are_cute, (edited ) in Happy new year of the Linux Desktop!
@people_are_cute@lemmy.sdf.org avatar

Have you guys fixed your graphics stack to keep up with current High-DPI and HDR displays yet? No? LOL happy new year of the eyesore desktop to you too

finestnothing,

What are you even going on about? Proprietary Nvidia graphics drivers updates are released at basically the same time as the windows version, and amd has always worked flawlessly. I have 2 2k 144hz monitors with HDR and both work and look just as good on Linux as on Windows.

The only issues with high dpi monitors is that some apps don’t both detecting the monitor dpi and need to be adjusted manually… but there are very few that that is still an issue for, and windows has the same problem because it’s an app problem not an OS problem

people_are_cute, (edited )
@people_are_cute@lemmy.sdf.org avatar

Some apps? “Very few” apps? Buddy, you either aren’t running much software at all or are delusional. Entire Desktop Environments to this day have ass fractional scaling that can’t render things correctly without eating up resources and making them look horribly blurry. Fonts look terrible and have bad kerning even with all anti-aliasing settings correctly set. Even colors are dull across the board by default. Not to mention there will always be random glitches and your graphics card fan will always be on full power unless you turn it off because of shit throttling even with official Nvidia drivers.

Just try using browsers and file managers between Linux distros and Windows on default settings on medium-tier, 5-year-old machines side-by-side, the difference will be starkly visible - from responsiveness and animations to general look quality.

princessnorah, (edited )
@princessnorah@lemmy.blahaj.zone avatar

Why come into the Linux community just to start an argument? It’s not 2010 anymore, the brand faction internet tribalism is so bloody tiring these days.

people_are_cute,
@people_are_cute@lemmy.sdf.org avatar

It’s not just to start an argument. I have tried so, so hard to shift to Linux. Nuked perfectly working setups just to take the jump to the “free” side (including Arch, btw).

It all only ended in frustration and disappointment. So everytime people toot “year of the Linux desktop” it only makes me laugh.

princessnorah, (edited )
@princessnorah@lemmy.blahaj.zone avatar

Then don’t use it 👍

priapus,

Stating problems you’ve had as if they are things that will effect everybody makes you looks very silly. I could do the same thing by stating that Windows is garbage because it doesn’t boot with rebar enabled and it bluescreens non stop. It’s also consistently slower to boot, open any software, and less responsive overall. The default file manager is also pathetic, and the software management is frustrating.

It sounds like you had some significant problems with your setup, but the way you’re describing it, it sounds like you didn’t properly troubleshoot it.

GNOME and Plasma both have great fractional scaling support with Wayland. I have never had whatever problems you’re describing with font rendering. On my machine it looks slightly better than windows, and slightly worse than MacOS. I used an Nvidia GPU with Linux for 4 years and never had any performance problems with the official driver.

Please realize your experience isn’t the be-all and end-all that decides whether using Linux can be a good experience.

bjoern_tantau, in Is there such a thing as split-screen grep?
@bjoern_tantau@swg-empire.de avatar

I usually solve this kind of problem by piping to less or a logfile and then just searching in there. You can get it to refresh new content by pressing the End key twice. Or maybe less just needs the -f flag or something similar. I’m too lazy to look it up.

savedbythezsh, (edited )

less can enter a grep-like mode by hitting /

Edit: it’s & for the grep mode, / is search.

caseyweederman,

More info: / only searches from cursor to end of file. ? searches from cursor to start of file.

savedbythezsh,

Oops yeah I just edited my comment, put the wrong symbol!

Atemu, (edited )
@Atemu@lemmy.ml avatar

That’s not at all grep-like. Grep is a line filter, not a character sequence highlighter.

savedbythezsh,

Oops sorry it’s &! / is find

canadaduane, in Is there such a thing as split-screen grep?
@canadaduane@lemmy.ca avatar

ChatGPT suggests the following:

  1. Run tmux
  2. rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | tee /tmp/rsync_output.txt
  3. Ctrl+B % # splits screen vertically
  4. Ctrl+B right-arrow-key # moves to right split
  5. tail -f /tmp/rsync_output.txt | grep denied

Not quite a one-liner, but I can see how tmux is a big help here.

mkwarman,

I know this isn’t an answer you’re looking for, but I’ll at least say that I find tmux to be infinitely useful and highly recommend checking it out

s38b35M5,
@s38b35M5@lemmy.world avatar

Tmux is also good for long operations, as tmux is running as a server and you can close the terminal while tmux chugs away. Others can also connect to the tmux session through ssh and share screens.

wuphysics87,

Don’t feed the beast.

wuphysics87, in New Linux user here. Is this really how I'm supposed to install apps on Linux?

Not at my computer, but you might check if there is a snap or flatpak

Darkpepito_tux,
@Darkpepito_tux@lemmy.world avatar

(flatpak only :p )

where_am_i,

snap yourself in half

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