

If you dare, you can automated it with some simple scripting. If I had more than 20 or 30, I’d probably go that route.
Musician, mechanic, writer, dreamer, techy, green thumb, emigrant, BP2, ADHD, Father, weirdo
https://www.battleforlibraries.com/
#DigitalRightsForLibraries
If you dare, you can automated it with some simple scripting. If I had more than 20 or 30, I’d probably go that route.
Yeah, that sounds like a better long-term solution for you. Once you change your workflow, you shouldn’t have to do it again anyway!
Not a fix, but a workaround I use when symbols and punctuation are treated this way: I use lowercase letters to precede folder names to get the sort I want.
aFolder1
bFolder2
Not elegant, but it works in your case. You could also try other file managers, like Thunar to see if they manage sorting differently
Worst timeline? Could be…
Man, Google really does suck now. It feels nearly impossible to get something like a how-to deep in the Debian FAQs to come up, as it mostly surfaces this auto-generated SEO crap
By design. The longer you’re Googling, the more ads they can sell.
…Ben Gomes – a long-tenured googler who helped define the company during its best years – lost a fight with Prabhakar Raghavan, a computer scientist turned manager whose tactic for increasing the number of search queries (and thus the number of ads the company could show to searchers) was to decrease the quality of search. That way, searchers would have to spend more time on Google before they found what they were looking for.
Why is green bad and red good? Seems like the color choices are as odd as the opinions in the list.
I can’t believe its already been almost thirty years since SSH was created! Time to further harden your servers and clients by removing (now) insecure KEX algos.
My tip would be to try a few distros before you settle on one. Ubuntu was it for me about seven years ago, but I used mint for a few years and am using MX with xfce now.
Also, sudo !!
is pretty useful when you forget to sudo
the previous command. It means “super user do the last command I just boneheadedly forgot to do that to”
I’d use the
find
command piped tomv
and play with some empty test folders first. I’m not familiar with Nemo, though I’ve used it for a short while. I’ve never tried the bulk renaming features if they exist.Depending in how much variation you have in the preceding underscores, REGEX may be useful, but if its just a lot of single underscores you can easily trim them with a single version of the script.
Edit: corrected second command typo. I think there’s a rename command I haven’t used in ages that may have args to help here too, but I’m away from the PC