Last active
January 31, 2019 14:01
-
-
Save rlex/b817073d5b229d541628c440a4d125d3 to your computer and use it in GitHub Desktop.
snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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