Skip to content

Instantly share code, notes, and snippets.

View yogaxv's full-sized avatar
🏠
Working from home

Yoga Prasetiyo yogaxv

🏠
Working from home
View GitHub Profile
@yogaxv
yogaxv / ContextCmder-Disable.reg
Created October 4, 2018 01:57 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7/8
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@mikedamoiseau
mikedamoiseau / backup-db.sh
Last active November 27, 2022 07:23
Script to backup a MySQL database and send the dump by email and/or scp
#!/bin/bash
# ----------------------------------
# DEFINED - Global variables
# ----------------------------------
# defined temporary folder
DBBACKUP="dbbackup"
# database configure