rrconkle

joined 1 year ago
[–] rrconkle 2 points 3 days ago

Try swapping the positions of -name ‘*-FLAIR’ and -type d

[–] rrconkle 4 points 3 weeks ago (3 children)

Yes, just give the step as the third number: {1..10..2}

[–] rrconkle 7 points 3 weeks ago (5 children)

Bash can do discontinuous ranges

$ echo {{1..3},{7..8}}
1 2 3 7 8
[–] rrconkle 10 points 1 month ago
237
Al rule (lemmy.zip)
 
[–] rrconkle 1 points 1 month ago (1 children)

That's what I was saying. Dolphin is getting info about partitions from udisks. Gparted is getting that info on its own. So if udisks is having problems, dolphin will have problems, but Gparted won't.

An option to hide a drive should show up when you right click on it

[–] rrconkle 2 points 1 month ago (3 children)

Ok.

My best guess is that something happened with the udisks daemon. A reboot will probably fix this. (G)parted probably doesn't use udisks, so that's why it kept working fine

Those letters and numbers are the partition UUID. Every partition has one and just used for identification.

[–] rrconkle 5 points 1 month ago* (last edited 1 month ago) (5 children)

What is the output of lsblk -f?

Edit: What distro are you using aswell?

254
monster rule (lemmy.zip)
[–] rrconkle 31 points 3 months ago
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
[–] rrconkle 18 points 4 months ago

First command fails because -name is case-sensitive

[–] rrconkle 46 points 4 months ago* (last edited 4 months ago)

That's not how /dev/null works.

Try this:

sudo cat /dev/zero > /Windows

[–] rrconkle 1 points 6 months ago (1 children)

Hmm, I don't use a window manager so i've never used that but how are you setting GTK_USE_PORTAL=1, I have mine in /etc/environment

view more: next ›