linux

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

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

No if you leave it running and don’t use it.

library_napper, in Thoughts on this?
@library_napper@monyet.cc avatar

Please dont just post screenshots of text. Post a link to the content.

papertowels,

Or do both!

flashgnash, in Linux tablet?

I have tried with a couple myself and come to the conclusion that right now you’re probably better off buying an android tablet, putting a de-googled version of android on it and running termux if you need Linux on it

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

An overarching principle of security is that of minimum privilege: everything (every process, every person) should have the minimum privileges it needs to do what it does, and where possible, that privilege should be explicitly granted temporarily and then dropped.

This means that any issue: a security breach or a mistake can’t access or break anything except whatever the component or person who had the issue could access or break, and that that access is minimal.

Suppose that you hit a page which exploits the https://www.hkcert.org/security-bulletin/mozilla-firefox-remote-code-execution-vulnerability_20230913 vulnerability in Firefox, or one like it, allowing remote code execution. If Firefox is running as root, the remote attacker now completely controls that machine. If you have SSH keys to other servers on there, they are all compromised. Your personal data could be encrypted for ransom. Anything that server manages, such as a TV or smart home equipment, could be manipulated arbitrarily, and possibly destroyed.

The same is true for any piece of software you use, because this is a general principle. Most distributions I believe don’t let you ssh in as root for that reason.

In short: don’t log in to anything as root; log in as a regular user and use sudo to temporarily perform administrator actions.

P.S. your description of the situation shows you don’t know the nature of vulnerabilities and security - if you’re running servers then this is something you should learn more about in short order.

d3Xt3r, in I have started using fedora silverblue

I am also thinking about making my own image based on silverblue. there is a video made by bigpod a youtuber about how to make your own custom ublue image

Before you create your own uBlue image, I highly recommend checking out some of the existing images here: universal-blue.discourse.group/t/…/340 or here.

Personally, as a gamer, I use Bazzite, but recently I’ve rebased to a fork of it with my own customisations, and it’s been amazing.

Distrobox > Toolbox btw. Both use podman behind the scenes but Distrobox is a bit more easier to use/fleshed out for desktop usage (eg makes it easy to export/integrate container apps with your the host).

I’d also recommend checking out Nix for installing any packages not on Flatpak or your Distrobox distro, as Nix has its own advantages since it’s you’re running real application binaries directly on your host OS, instead of an exported script (as in the case of Distrobox), so you get better/direct access to system resources and won’t face some of the quirks/bugs you may get from running a containerised app.

YaxPasaj, in What's your favorite music player on Linux?

DeaDBeeF Player, I like lightweight and simple music players.

wingsfortheirsmiles,

My fave too as it’s closest to foobar, critically with the tagging interface I prefer. Have you added any additional plugins to your install? I tried adding a few (music library, Discord Rich Presence) but must be the right sort of stupid not to understand the instructions. facepalm

earmuff, in What's your favorite music player on Linux?

Since I‘m only listen to music on Apple Music, I use Cider.

Oha, in What's your favorite music player on Linux?

Feishin, Audacious and Strawberry

Stillhart, in Friendly reminder

Linux noobie here. Any tips on what to search for for instructions on how to do this? Bonus points if it has a GUI and is easy to use.

neidu2, (edited )

Timeshift. It has an easy to understand GUI that doesn’t really need much of an intro: You create snapshots of your system files and configs that can be restored if/when you bungle it up.

cmnybo,

Timeshift works best if you use BTRFS for your root partition because snapshots can be taken instantly. I have mine setup to automatically take a snapshot every day.

Stillhart,

Thanks, all setup!

Catsrules,

Never used it myself and i am still a linix noob but what is the restore process if your OS isnt bootable?

If their like a rescue environment you boot into or something?

neidu2,

There are many approaches, depending on what broke. In my case the system was fine, just xorg being completely borked. So I logged into the console and fixed it.

If regular console doesn’t work, something really went bad during boot, for which there’s single-user mode which is kind of similar to safe mode from Windows 98 (I’m sure there’s something similar in newer windows versions).

And of that doesn’t work, there’s the minimalistic rescue shell.

And if that doesn’t work, you can boot from a USB or some other external media and try to fix your system from that, maybe even using chroot to use the system somewhat normally.

jjlinux,

As long as your file system is on BTRFS, timeshift is, I O, the easiest backup app for Linux, specially if you’re just getting your feet wet in it.

dan,
@dan@upvote.au avatar

Why does Timeshift only support btrfs? Is it just a lack of developers? LVM supports snapshots too, even if you’re just using ext4. ZFS supports snapshots too.

MangoKangaroo,

Timeshift supports rsync snapshots. No btrfs needed :)

jjlinux,

Thanks for letting me know. It’s never worked on any FS other than BTRFS for me, I’ll give it another shot.

eksb, in What's your favorite music player on Linux?
@eksb@programming.dev avatar

mpd + ncmpc

I am but a simple man. All my music is FLAC. It is arranged neatly in folders. I just want to select an album to play. I do not need album covers, playlists, search, streaming, tags, lyrics, analyzers, or scrobbling.

wesker,
@wesker@lemmy.sdf.org avatar

Agreed, with the exception of album covers. I like it all to look nice on my Hidizs when I’m on the go.

Twig, (edited )
@Twig@sopuli.xyz avatar

More of a gmpc kinda person. Unless there’s a better GUI for mpd out there?

There’s always mpdas for scrobbling

Jordan_U, in Did deep sleep broke for anyone else recently or is it just me?

This talk introduces sleepgraph, a tool that might help you debug your s2ram issues.

The talk may also convince you that, for your specific hardware, s2idle might be better than s2ram:

youtu.be/Pv5KvN0on0M

Tushta,

running sleepgraph crashes the computer same way deep sleep does 😖

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

First it was Amarok, then Clementine, and now it’s Strawberry.

1993_toyota_camry,
@1993_toyota_camry@beehaw.org avatar

Same, though I also enjoyed guayadeque for a period.

Murdoc,

I use Clementine because it lets me rate my songs. Does Strawberry do that? If it does I’ll give it a try.

lemmyvore,

Strawberry is basically a fork of Clementine from when it was abandoned.

christophski,

I had no idea clementine I as abandoned! I wasn’t paying close attention. Time to jump to strawberry

k4gie, (edited )

Ditto. It’ll be interesting to see what improvements there are. But mostly I use Shuttle on my phone to listen

Edit: wiki.strawberrymusicplayer.org/…/Differences_from…

The only thing dropped that I might have used is artist info.

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

I simply play music using mpv.

EccTM, in What's your favorite music player on Linux?

Tauon Music Box. I just point it at my Navidrome instance and hit shuffle usually.

currawong,
@currawong@lemmy.ml avatar

I’ve been using Tauon for years now and I still love it.

kusivittula, in What's your favorite music player on Linux?

i use foobar because i can’t live without dolby headphone

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