Skip to content

Instantly share code, notes, and snippets.

@huxili
huxili / mysql-docker.sh
Created November 24, 2019 21:07 — forked from spalladino/mysql-docker.sh
Backup and restore a mysql database from a running Docker mysql container
# Backup
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
# Restore
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
@huxili
huxili / Subfolder to git repo.md
Created September 19, 2018 05:34 — forked from korya/Subfolder to git repo.md
Convert subfolder into Git submodule
@huxili
huxili / fuck-openldap.sh
Created November 30, 2016 10:47 — forked from jaseg/README.md
Convert openldap .schema files to .ldif files
#!/usr/bin/env bash
# convert OpenLDAP schema file to LDIF file
#
# Copyright 2012 NDE Netzdesign und -entwicklung AG, Hamburg
# Written by Jens-U. Mozdzen <[email protected]>
# Copyright 2014 jaseg <[email protected]>
#
# Permission is granted to use, modify and redistribute this file as long as
# - this copyright notice is left unmodified and included in the final code