Skip to content

Instantly share code, notes, and snippets.

@IGLOU-EU
IGLOU-EU / midjourney_backup.sh
Last active December 19, 2024 01:12
✨ A simple script to backup your Midjourney archives by downloading JSON data and images. Easy to set up with clear instructions, it ensures your creative work is safely stored. Contributions and feedback are welcome!
#!/bin/bash
## LICENCE ##
# Copyright (C) 2024 Kara Adrien
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@IGLOU-EU
IGLOU-EU / flibitPackaging.md
Created August 6, 2022 22:22 — forked from flibitijibibo/flibitPackaging.md
Hope you like reading ldd output!

A week ago I was CC'd in on a thread about Linux packaging, and how to avoid doing it the wrong way (i.e. RPM, Deb, etc.). I've always used MojoSetup and I've never forced distributions to do any additional work, but this is still a new concept to a lot of people. Additionally, Amos suggested that I expand on Itch's FNA appendix, so here's a guide on how I package my games.

This is a bit of an expansion on my MAGFest 2016 presentation, which you can find here:

http://www.flibitijibibo.com/magfest2016/

https://www.youtube.com/watch?v=B83CWUh0Log

I would recommend looking at that first! After that, read on...