At my job, we run goharbor.io and use its Replications feature to do just that.
At my job, we run goharbor.io and use its Replications feature to do just that.
~/src/${reponame}
Try goharbor.io, that’s what I use. I think (but I’m not sure) that Forgejo/Gitea and Gitlab can also cache images.
I have limited Python experience, but I always thought that’s what virtualenvs and requirements.txt files are for? When I used those, I found it easy enough to use.
Cloud-init. The config yaml is rather straight forward, but I can’t convince my VM to execute it, and it’s driving me nuts.
This is my day job, so I’d like to weigh in.
First of all, there’s a whole community of GLAM institutions involved in what is called Digital Preservation (try googling that specifically). Here in Germany, a lot of them have founded the Nestor Group (www.langzeitarchivierung.de) to further the case and share knowledge. Recently, Nestor had a discussion group on Personal Digital Archiving, addressing just your use case. They have set up a website at https://meindigitalesarchiv.de/ with the results. Nestor publishes mostly in German, but online translators are a thing, so I think you will be fine.
Some things that I want to address from your original post:
Come back at me if you have any further questions.
237216938 logging off.
Metube might be right for you.
I’m not sure. It just might be if you count all the things that you can do with Jinja2, but I really hope it’s not.
Neither does mine, but, I keep it to test a new tool from time to time.
Ansiblings for Ansible (yes, I know this isn’t a programming language)
Rest of the list:
DNS tools:
Good stuff for pentesters and security researchers:
### .bashrc
### CUSTOM FUNCTIONS
# https://www.linuxjournal.com/content/boost-productivity-bash-tips-and-tricks
ftext () {
grep -iIHrn --color=always "$1" . | less -R -r
}
duplicatefind (){
find -not -empty -type f -printf "%s\n" | sort -rn | uniq -d | \
xargs -I{} -n1 find -type f -size {}c -print0 | \
xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate
}
generateqr (){
# printf "$@" | curl -F-=\<- qrenco.de
printf "$@" | qrencode -t UTF8 -o -
}
deleted by creator
bash
, because I never had the time to learn anything else.
shebang.bash
is just fine for me, though I’ve customized it using Starship and created some aliases to have colored/pretty output where possible.shellcheck
before running your scripts in production, err on the side of caution, set -o pipefail
. There are best practices guides for Bash, use those and you’ll probably be fine.set -x
inside your Bash script or bash -x scriptname
on the CLI for debugging. Remember that you can always fallback to interactive CLI to test/prepare commands before you put them into your script. Think before you type. Test. Optimize only what needs optimization. Use long options for readability. And remember: Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows your address.I switched to fish because it has tab completion Yeah, so does Bash, just install it.
Oh, I also “curate” a list of Linux tools that I like, that are more modern alternatives to “traditional” Linux tools or that provide information I would otherwise not easily get. I’ll post i
Debian-Packages available
no Deb pkg avail
___
Uuuuh, weird, I love it!
With a username like this, I’d give all my hosts and servers moon names. Like the moons of Jupiter (Io, Europa, Ganymede, and Callisto).
Depends on your definition of “we”…