Skip to content

Instantly share code, notes, and snippets.

@rlex
Last active January 31, 2019 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlex/b817073d5b229d541628c440a4d125d3 to your computer and use it in GitHub Desktop.
Save rlex/b817073d5b229d541628c440a4d125d3 to your computer and use it in GitHub Desktop.
snippets
#dump mysql for re-import to slave
mysqldump --opt --single-transaction --comments --hex-blob --dump-date --no-autocommit --master-data --all-databases > master-dump.sql
#Create ISO in MAC OS X from folder
hdiutil makehybrid -iso -joliet -o dell-pkgs.iso tgt
#megacli parse
megacli -PDList -aAll | egrep "Enclosure Device ID:|Slot Number:|Inquiry Data:|Error Count:|state"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment