Skip to content

Instantly share code, notes, and snippets.

@robertmarsal
Last active December 17, 2015 01:49
Show Gist options
  • Save robertmarsal/5531544 to your computer and use it in GitHub Desktop.
Save robertmarsal/5531544 to your computer and use it in GitHub Desktop.
Linux Cheat Sheet
---
Compression
---
# Create folder.tar.bz2 from folder
tar -cvjf folder.tar.bz2 folder/*
---
Mysql
---
# Dump selected table
mysqldump -u xxxx -p -h xxxx database table > table.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment