linux

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

kib48, in Mozilla Might Finally Enable Firefox's Wayland Backend Soon

it’s not already enabled??

shadowintheday, in Mozilla Might Finally Enable Firefox's Wayland Backend Soon

Firefox is surprisingly one of the few programs that has no/almost no glitches in wayland with nvidia.

imgel,

The total of human days of work amounts to something like 1000 years+. Its a an incredible project.

30p87,

And it needs even less memory than Electron, even if it runs as an own instance with a different profile! I replaced Discord with it a year ago and it’s much better in literally every way. I just wish there would be a FF alternative for Electron.

atetulo, in What's the point of terminal file managers (mc, ranger, nnn, etc)?

It’s really annoying navigating a filesystem in the shell.

Either you remember exactly where a file is located, have a reference, or you’re going to be doing a lot of “ls, cd, ls, cd”.

GnuLinuxDude, in Why You Can't Currently Download Ubuntu 23.10
@GnuLinuxDude@lemmy.ml avatar

As an aside remark, it’s really funny how everyone has to elaborate what the fuck they’re talking about when they talk about Twitter.

In a post on X (formerly Twitter) Ubuntu explains the situation

could have just been written as

In a tweet, Ubuntu explains the situation

but the epic genius elon decided to destroy all brand recognition. Truly incredible thing to witness. Twitter literally got its own branded terms into common lexicon and he just set it all on fire.

lurch,

Their stupid ass logo looks too much like the old X11 logo. At least Xorg has a cirlcle thing. 😤

Shdwdrgn, in ShellBot Uses Hex IPs to Evade Detection in Attacks on Linux SSH Servers

Does anyone know of a linux tool that can immediately ban an IP address if they try to log in to ssh with specific user names? I see a ton of attempts in my logs for names like fax, mysql, admin, and of course root. Fail2ban only works if the same IP makes repeated attempts but I’m betting if I could generate a list from these failed attempts it would probably correlate with standard blocklists of compromised hosts. For that matter, is there a way to use an RBL to limit addresses that ssh will even accept? Of course none of these attempts have a chance of logging in, but it would still be nice to further limit my exposure for any future attacks.

this_is_router, in Ubuntu 23.10 is out
@this_is_router@feddit.de avatar

Thanks but no thanks. I’ll stay with my debian unstable: less snap bullshit, no advertising in motd and newer packages (systemd 254 for example)

who said debian uses old packages again?

GenderNeutralBro,

I’m about to jump from Ubuntu back to good ol’ Debian. I was planning on testing, but I’ve heard a few times recently that people are running unstable for day-to-day desktop use. Is there any particular reason you went with unstable instead of testing? Any issues so far?

this_is_router,
@this_is_router@feddit.de avatar

most of the time it works every time. :)

I’m using debian unstable as a desktop OS on all of my 3 regularly used systems: 2 notebooks and 1 desktop. And debian 11 on citrix virtual desktop at work. debian stable on around 200 servers.

I rarely have bigger issues in my day to day usage of unstable which includes surfing, gaming and coding. at the moment my bluetooth headset microphone doesn’t work, which i guess is due to some changes to pipewire but only on my desktop. both my work and private notebook seem to not have issues.

this is one of the worst problems i had in the last 8 years. other then that, if you use apt-listbugs to exclude any updates with serious bugs by pinning them until a bugfree version gets released, you wont have any more issues then you get with arch for example.

backhdlp, in What's the point of terminal file managers (mc, ranger, nnn, etc)?
@backhdlp@lemmy.blahaj.zone avatar

They’re better than


<span style="color:#323232;">cd something
</span><span style="color:#323232;">ls
</span><span style="color:#323232;">cd something-else
</span><span style="color:#323232;">ls
</span><span style="color:#323232;">cd ../..
</span><span style="color:#323232;">ls
</span>
apt_install_coffee, in Calling all Linux enthusiasts! Help us create a comprehensive guide to Linux firewalls and security!

I build Linux routers for my day job. Some advice:

  • your firewall should be an appliance first and foremost; you apply appropriate settings and then other than periodic updates, you should leave it TF alone. If your firewall is on a machine that you regularly modify, you will one day change your firewall settings unknowingly. Put all your other devices behind said firewall appliance. A physical device is best, since correctly forwarding everything to your firewall comes under the “will one day unknowingly modify” category.
  • use open source firewall & routing software such as OpenWRT and PFSense. Any commercial router that keeps up to date and patches security vulnerabilities, you cannot afford.
cole,
@cole@lemdro.id avatar

opinions on Ubiquiti routers?

apt_install_coffee,

I had an EdgeRouter X for years before I started my job. They are solid devices, and I’d definitely put them above most consumer routers.

Because they only charge for the hardware, they will eventually run into the same disincentive to provide consistent timely updates. If you do buy an Ubiquiti or similar enthusiast brand, do still keep an eye out for the CVEs that don’t get patched.

tal, in What's the point of terminal file managers (mc, ranger, nnn, etc)?
@tal@lemmy.today avatar

I use dired in Emacs.

I assume you mean “why use these instead of file-manipulation commands in bash?”

I use both.

There are a handful of tasks that are easier in dired than bash.

  • Making small modifications to filenames that aren’t amenable to programmatic changes. You can just toggle the read-only flag on a dired buffer, edit the filenames, and then hit C-c C-c when done.
  • Marking a set of files to perform an operation on where that set cannot trivially be expressed using tools in bash. Think, oh, “which movies do I like enough to want to keep around”. This is especially handy when moving a number of files to another directory, which I think is why people often like the two-pane approach of orthodox file managers. Dired is not an OFM, but it can act like that if you have two dired windows open, using the other as the default target for the operation.
  • Dealing with filenames containing obnoxious-to-type characters like weird Unicode stuff. If I want to delete the one file in a directory whose name consists of a bunch of kanji, it’s easier to just manually select it in a list.
  • Navigating where I usually want to see the contents of each directory. I’ll often navigate around in dired while building up up an emms playlist. Browsing a list of movies to play.

EDIT: It’s also not really a file manager, but I do use ncdu to see what’s taking up space on a disk. I’ll also use du -h|sort -h|less, but ncdu is, like file managers, more convenient when just browsing around the tree and looking at each as one does so, while manually selecting a few items to operate on (deleting).

EDIT2: I’ll also add that virtually all of the people I know in person who love OFMs – I’m in the US – are from Eastern Europe, moved to the US from Russia, Ukraine, Romania, etc. I dunno why that is. Maybe just spreading along language lines. Maybe there are or were issues with switching between Cyrillic and Latin character stuff akin to my above irritation with kanji. But someone from Eastern Europe might have more input to answer your question.

EDIT3: The link I provided above for OFMs has a very long discussion from the author on why he likes OFMs (though not all terminal file managers are OFMs, many, like Midnight Commander, are). Reading it, I’d say that there’s a lot of overlap with how Emacs works with dired+TRAMP+eshell and some other Emacs packages, though they accomplish similar goals in a different way – sort of making integrated functionality that spans network file transfer, file management, text editing, file archive access, console commands, with a common toolset available for all. Would be quicker to learn an OFM than Emacs, though Emacs is gonna provide a considerably-larger set of functionality if you’re willing to spend the time on it.

EDIT4: There are also a number of OFMs in Emacs, like Sunrise Commander, so I guess I shouldn’t really treat it as an either-or matter.

dino,

Is it common than whenever somebody brings up “emacs” its a wall of text? Please don’t take seriously.

barrett9h, in Calling all Linux enthusiasts! Help us create a comprehensive guide to Linux firewalls and security!
  1. Install OpenBSD
  2. ???
  3. Profit!
possiblylinux127,

No thanks. I like to stay on the beaten path

drwho,

That’s understandable. However, pf (OpenBSD’s firewall system) is incredibly logical and easy to use. I never expected to write a fully operational (bloody thing worked the first time I tried it!) firewall ruleset on a two hour flight from scratch.

Artemis, in Richard Stallman has cancer
@Artemis@lemmy.sdf.org avatar

My dad is recovering from cancer and it was a hard fight, I sincerely wish the best for Stallman.

Jumuta, in How to disable S0ix and enable S3 Sleep on Ubuntu 22.04 on Dell Latitude 3410

what does

cat /sys/mem_sleep

give you?

garam,
@garam@lemmy.my.id avatar

it’s mem and other, I forgot, but it’s normal I think.

doom_and_gloom, (edited ) in Why is Debian the way it is?
@doom_and_gloom@lemmy.ml avatar

deleted_by_author

  • Loading...
  • Holzkohlen,

    I’d always argue for Linux Mint Debian Edition, especially for noobs. Regular Mint is fine too, but they have not announced its future as far as I know. What with Ubuntu going all in on snaps and all that. Personally I think they should just make LMDE the default Mint and call it a day. Let Mint 21.3 be the last version and then go all in on the debian base.

    reinar, in Microsoft published a guide on how to install Linux.
    @reinar@distress.digital avatar

    why not? it’s not like there is any competition.
    Microsoft is making more money off Linux with Azure than several red hats combined.

    stepanzak,

    Yes, but people find this interesting because historically, Microsoft was actively trying to destroy Linux (look up Halloween documents) and even said that Linux is cancer.

    sb56637, in SpiralLinux - It's really Debian underneath the hood!

    Hi everyone, SpiralLinux creator here. Another thing that motivated the creation of this set of spins is the diversity of hardware, even in my own machines. I personally don’t like having to switch to a completely different distro for a specific computer just because of hardware support issues. Some devices might need a newer kernel for certain components to work, whereas other hardware works better with the older kernel from Debian Stable. So SpiralLinux offers a hybrid approach, Debian Stable base system with the Debian Stable kernel included on the live ISO, but the much newer kernel version from Debian Backports is also available on the ISO. This can make the difference between the image booting or not, or between having internet connectivity or not, and it makes it more likely that SpiralLinux will work across the entire range of a user’s computers.

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