Skip to content

Instantly share code, notes, and snippets.

View sbellver's full-sized avatar

Sergio Bellver Aliaga sbellver

View GitHub Profile
@sbellver
sbellver / db_backup_restore.sh
Last active September 26, 2022 20:49 — forked from o5/dump.sh
MySQL / MariaDB Dump & Restore
#!/usr/bin/env bash
# FEATURES: Progress bar with ETA, support multiple databases (dump into separated files) and password as argument
# REQUIREMENTS:
# =============
# GNU Core Utilities, mysql, mysqldump, pv (https://github.com/icetee/pv)
set -e
@sbellver
sbellver / .bash_profile
Last active September 16, 2019 12:50 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management