linux

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

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”.

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>
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.

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.

sovietknuckles, in Microsoft published a guide on how to install Linux.
@sovietknuckles@hexbear.net avatar

You could not live with your own OS. Where did that bring you?

tux-shining Back to me

asexualchangeling, in Microsoft published a guide on how to install Linux.

I’m reminded of Google’s financial support for Firefox, so as to dissuade the idea that they are a monopoly

0x0, in Microsoft published a guide on how to install Linux.

So the Embrace-Extend-Extinguish continues…

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.

MonkderZweite, in Linux holds a market share of approximately 14% in India.

I find the concept of ‘market share’ applied to FOSS projects quite confusing.

Pantherina, in TIL You can use `systemd-analyze plot > plot.svg` to plot the service startup time to find bottlenecks

My bottleneck at boot is my damn Bios… I am so hyped about flashing Heads on my Thinkpad T430.

Even the old legacy Lenovo bioses where very fast at startup. The UEFI (with extremely nice secure-boot settings too) of an AMD Acer starts up in like 2 seconds. My old intel Thinkpad T430 needs like 4 seconds.

And then my Lenovo T495 bullshit UEFI comes. No secure boot configuration at all, I have no idea how to boot from USB sticks, and this thing needs nearly 10 seconds to boot! Linux compared, a full Desktop OS, needs 3 seconds to show SDDM (after the LUKS dialog)

Pantherina, in TIL You can use `systemd-analyze plot > plot.svg` to plot the service startup time to find bottlenecks

Systemd can generate SVGs? Damn thats “bloat” but also unexpectedly fancy

anoklola, in Most of us hate Microsoft, and yet many of us use VSCode
@anoklola@mastodon.world avatar

@flashgnash also edge is a great browser we just hate it because of the way they force you to use it

h_a_r_u_k_i, in Most of us hate Microsoft, and yet many of us use VSCode
@h_a_r_u_k_i@programming.dev avatar

I hate Google but they gave us Go, Kubernetes. I hate Amazon but they gave us AWS. I plainly hate those companies, but adore the brilliant engineers that work there.

germanatlas, in TIL You can use `systemd-analyze plot > plot.svg` to plot the service startup time to find bottlenecks
@germanatlas@lemmy.blahaj.zone avatar

the only “bottleneck” i currently have is plymouth-quit-wait.service, which takes 3.9 seconds. i can live with that

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