I repurposed one of his old laptops (that overheats, sadly) as frontend, making room for an Ubuntu partition.
I installed the trusty #recoll to index text documents and emails.
For images, I ended up using #KPhotoAlbum, that has very flexible tagging possibilities, making it useful on more than photo albums. Chronological view and image stacking are also great.
I used #Geeqie, then more recently #Czkawka for finding image #duplicates, that I then stacked manually in KPhotoAlbum.
#recoll #KPhotoAlbum #geeqie #Czkawka #duplicates
anyone know anything about #data #deduplication. i have 1 hard drive where I've gathered everything all my #backups, music, docs, emails etc etc etc. but i have a few copies of everything. want a program that simply scans the #drive, deletes all #duplicates, and keeps a copy of only 1 of everything. does the damn thing exist as i cant find anything simple enough? #techHelp #ComputerHelp #software #tech #techie
#data #deduplication #backups #drive #duplicates #techhelp #computerhelp #software #tech #techie
I needed to remove all duplicates from ~/.bash_history, and since it contains the date and time for each command, I ended up with lots of dates and times with no commands (since they were duplicates and got removed).
And I didn't want to check 34k+ of lines manually. So, I wrote a Python script to solve that.
in case you're interested, here is the code: https://gitlab.com/ds.python/useful-scripts
#BASH #history #bashhistory #python #duplicates #duplicate #dedup #code #python3 #linux #gnulinux
#bash #history #bashhistory #python #duplicates #duplicate #dedup #code #python3 #linux #gnulinux
I found one that seems promising: #geeqie - it does not start to index something (like #digikam) and is able to move and bulk-rename fotos. It can even find #duplicates
#foto #linux #fotoapp #deleting #renaming
#geeqie #digikam #duplicates #foto #linux #fotoapp #deleting #ReNaming
What are your favorite iOS 16 features? β vowe dot net
https://vowe.net/2022/09/13/what-are-your-favorite-ios-16-features/
Ein paar gute Tipps ΓΌber neue Features von #ios16 #Shaarliπ« π± #photocrop #haptikfeedback #duplicates
https://ripf.de/m/akukxxx
#duplicates #haptikfeedback #photocrop #shaarli #iOS16
User manual β rmlint (2.8.0 Maidenly Moose) documentation https://rmlint.readthedocs.io/en/latest/ #duplicates #filesystem #opensource #rmlint #remove #search #script #linux #rm
#duplicates #filesystem #opensource #rmlint #remove #search #script #linux #rm
I just learned that the below setting in ~/.bashrc de-duplicates my bash history quite nicely:
HISTCONTROL=ignoreboth:erasedups
You learn something new every day.