linux

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

Evil_incarnate, in I made a mistake **RESOLVED**

I recommend next time to use btrfs. With / and /home (at least) as separate subvolumes. Each subvolume will use the space it needs, and no more. If you have a 500Gb SSD with 300Gb in /home, and 20 in / they both have 180Gb they can use.

And when you manage to fill the 500Gb, it’s easy to just add another drive to the volume.

GravitySpoiled,

Thx for eli5 the advantage of btrfs

Discover5164, in I made a mistake **RESOLVED**

what file system are you using?

CMDR_Horn,
@CMDR_Horn@lemmy.ml avatar

ext4

Hellmo_Luciferrari,
Hiro8811, in I made a mistake **RESOLVED**

We’ll dunno much but wouldn’t the UUID of the drive partition change?

CMDR_Horn,
@CMDR_Horn@lemmy.ml avatar

I don’t believe it does, if It does though I can report back

lemmyvore,

If you resize the partition? No, the UUID gets allocated when the partition is created and stays the same for the lifetime of the partition. It only changes if you explicitly change it manually. Which is something that’s only needed very rarely.

For example I had to do it when I migrated my root disk to a larger SSD by cat-ing the entire disk to the new one and I wanted to keep both connected for a while (so I can boot into the old one in case anything went wrong). I had to change the UUID of the partition on the new disk but I still ran into some obscure grub issues and had to boot a system rescue live stick into the new disk to update grub properly. Overall it’s not a very good idea, in the future I think I’ll stick to rsync -avx root into the new partition.

4am,

Wait you can cat an entire device to another like that? I’ve always been told to use dd

ShortN0te,

In my case it actually changed after i resized it. It was unexpected and broke my system. After i adjusted the UUID in the boot config it worked again.

lemmyvore,

That’s really unusual and yeah I can see how that would surprise you. What tool did you use to resize it?

ULS, in Linus Torvalds interview Reader's Digest - 2001

Yeah… But his real article was on page 86.

Donjuanme, in Linus Torvalds interview Reader's Digest - 2001

I hate that I can’t get through all the trash that has been the readers digest for the last 2 decades. Maybe my memory is tinted, but it seems like it’s not what it used to be. Maybe my perspective has shifted.

poinck, in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux

This website consists only of ads, why bother sharing it?

halm,
@halm@leminal.space avatar

I see zero ads on 9to5linux, why bother going online without an adblocker?

TwinTusks,
@TwinTusks@bitforged.space avatar

See, these are the people where websites generate their revenue.

BlanK0,

Use ublock origin, it will change your life

lemmyreader,

Yes, this! uBlock Origin rocks.

Andy, in Arch Linux-Based SystemRescue 11 Toolkit Released: Here's What's New | Linux...
@Andy@programming.dev avatar

A good live recovery distro that can mount bcachefs is one thing I’ve been waiting for before using that filesystem for a new install.

That this will have Arch tools (including arch-chroot, probably) makes this even better.

1984, in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux
@1984@lemmy.today avatar

It’s really slow progress on these things. Someone should make a better file browser with features like Dolphin for Gnome.

leopold, (edited )

Nemo? Thunar?

1984,
@1984@lemmy.today avatar

No. :) Those are even less full featured than nautilus.

mlg,
@mlg@lemmy.world avatar

My dude nautilus didn’t even have its own open in terminal button until 2022.

dukatos,

Thunar is a way, way better…

kugmo, in Arch Linux-Based SystemRescue 11 Toolkit Released: Here's What's New | Linux...
@kugmo@sh.itjust.works avatar

I’ve always used gparted from a live USB if I needed to do a disk clone or rescue, but good to see a new release for this.

Parodper, (edited ) in The 9 Smallest Linux Distros That Are Super Lightweight

Honestly, just use Debian. It can run under 200MB of RAM (default install), so it beats all distros on the list except for TinyCore and SliTaz, and it actually has packages.

utopiah,

Indeed was my first thought when I didn’t see on the list.

QuazarOmega, in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux

Cool, but is copy path to file a thing yet?

BlanK0,

Not sure 🤔, I have been using a lot ranger lately

beeng,

Try “lf”. It’s ranger written in go. == lots faster.

QuazarOmega,

Ranger is amazing, I never thought to use it as my default file manager

yianiris,
@yianiris@kafeneio.social avatar

worker sucks less

@QuazarOmega @BlanK0

QuazarOmega,

This Worker? That’s interesting, though it’s nit really to my taste

sv1sjp,
@sv1sjp@lemmy.world avatar

++ as well as searching on a folder simply by the first letter, without searching everywhere

galmuth,

They intentionally removed this feature years ago. It was possible to reenable via a dconf setting for a while but I believe that was also eventually removed.
So annoying.

drz,

It’s absolutely insanity that this feature was removed. I stopped using Nautilus because of this.

Doods,

++ Compact view (as Nemo calls it)

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

What do you mean with “copy path to file”? Do you mean “copy to clipboard”, as in, store the absolute path of a file to the clipboard?

Last time I needed this, all I needed to to was copy a file/folder and paste it in a text editor. Drag and drop also worked for most programs, though some tools weren’t d&d aware and don’t accept input that way.

I don’t use this feature often, though, so it may have changed since I last tried. It also tended to prepend protocols like dav:// or smb:// when copying files from shares rather than copying the path to the place these shares were mounted.

infeeeee, (edited )

Yes, Gnome is context aware if you ctrl+c a an image file, and you paste it to a text editor it will paste it as a path, if you paste it in an image editor it will be pasted as an image, if the program supports it (e.g. it works in Krita, but not in Pinta)

Drag and drop is not working because of Wayland. Between 2 windows of the same app, e.g. Nautilus it’s working.

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

Putting the following with executable permissions inside ~/.local/share/nautilus/scripts/SCRIPTNAME adds a right click menu to Nautilus that serves the same purpose:


<span style="color:#323232;">#!/bin/bash
</span><span style="color:#323232;">
</span><span style="color:#323232;">CLIPBD=''
</span><span style="color:#323232;">[[ "${XDG_SESSION_TYPE}" == "x11" ]] && CLIPBD='xsel -ib'
</span><span style="color:#323232;">[[ "${XDG_SESSION_TYPE}" == "wayland" ]] && CLIPBD='wl-copy --trim-newline' && wl-copy --clear
</span><span style="color:#323232;">
</span><span style="color:#323232;">echo -n "${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}" 
</span><span style="color:#323232;">  | tee >(xargs -I {} notify-send "Path Copied:" "{}") 
</span><span style="color:#323232;">  | ${CLIPBD}
</span>

The ‘notify-send’ bit isn’t necessary; it just puts up a notification.

Mentioning only because it’s a simple demonstration of a pretty easy way to extend Nautilus for all kinds of purposes; w/o messing around with the pygobject interface. (There’s supposed to be an xdg standard for file manager extensions like this, but managers use their own custom folders, syntax, etc. for such extensions. I think pcmanfm adheres to the standard; Dolphin requires a .desktop file somewhere; Thunar, Caja, & Nemo work similar to Nautilus.)

lefaucet,

Bad ass! Thank you for this wisdom

possiblylinux127, in Multiseat gaming with two identical RTX 3060s on EndeavorOS

Honestly multiseat is not really the easiest solution in this case. Install proxmox with two VMs

Eric_Pollock,
@Eric_Pollock@lemmy.world avatar

Are there any guides for doing this? I can’t seem to find any, and I have zero experience with Proxmox

Max_P, (edited )
@Max_P@lemmy.max-p.me avatar

It would be if it wasn’t for NVIDIA, as usual. On Intel/AMD, you assign the seats, the displays light up and you’re good to go, pretty much works out of the box, especially on Wayland.

But for NVIDIA yeah maybe a VM is less pain since NVIDIA works well with VFIO.

Sethayy, in Multiseat gaming with two identical RTX 3060s on EndeavorOS

Not sure if it’ll solve the issue but you could try docker/podman with x11docker to separate the 2 instances (ie only allow them to see 1 gpu/peripherals), cause it seems like theyre stepping on each others toes rn

possiblylinux127, in Problems on problems - Mint can't see my wifi card.

What’s lspci say

pastermil, in Arch Linux-Based SystemRescue 11 Toolkit Released: Here's What's New | Linux...

Not sure if rebasing to rolling release distro would be the best decision. Interesting regardless.

gerdesj,

It’s been around for a very long time. It used to be Gentoo based.

pastermil,

I did not know that.

I guess when system recovery is the only use case, you won’t need an update.

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