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
| Question: | |
| Tell me about a time that you strongly disagreed with your | |
| manager on something you deemed to be very important to the | |
| business. What was it about and how did you handle it? | |
| Answer: | |
| I think the most prevalent example would be the mentality in which my | |
| previous manager and I had towards potential problems related to | |
| monitoring, logging and security weaknesses. It seemed to me that he | |
| had more of a reactive oriented mentality, where as I thought it was |
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
| AUIBuild | |
| ActionPanelAssets | |
| AmazonCertifiedDetailPageAssets | |
| AmazonCustomBuyBoxAssets | |
| AmazonCustomCommonAssets | |
| AmazonCustomPreviewerAssets | |
| AmazonPopoversAUIShim | |
| AmazonsChoiceAssets | |
| Assets | |
| BabyRegistryDPAssets |
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
| 3p-fabricjs | |
| 3p-promise | |
| A | |
| Airy | |
| AmazonCustom:BrowserSpecific:DisableBFCache | |
| CountryNames | |
| DigitalDashAddListeners | |
| DigitalDashCreateForm | |
| DigitalDashUtils | |
| EDPUtils |
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
| DigitalDashAutoAction | |
| DigitalDashPopoverManager | |
| ac-popover-metrics | |
| ac:olp:init | |
| add-to-cart-refresh | |
| addSuppliersButton | |
| aloha.carrierCompatibility.onStart | |
| attach-dss-js | |
| atwl-dropdown | |
| atwl-huc |
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
| var PrefixedLog = function( prefix, style ) { | |
| if ( ! prefix || typeof prefix !== 'string' ) return; | |
| this.prefix = prefix; | |
| this.prefixFormat = '[%c%s%c]'; | |
| this.style = (typeof style === 'string' ? style : 'color: grey; font-weight: bold'); | |
| this.unstyle = 'color: none; font-weight: none'; | |
| }; | |
| PrefixedLog.prototype.initArgs = function(){ |
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
| declare -A CFG | |
| CFG[tmp.prefix]="ip-dns-parse" | |
| CFG[tmp.file.file-list]="files-to-parse.list" | |
| CFG[tmp.file.grep-results]="grep-results.list" | |
| CFG[tmp.file.pruned-grep-results]="pruned-grep-results.list" | |
| CFG[output.result]="./results" |
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
| #!/usr/local/bin/bash | |
| declare -A CFG | |
| #CFG['ignore.filetype'] | |
| # Grep for DNS and IP records | |
| # grep -IERnHis --exclude-dir={.git,.gitmodules} '(192\.168\.78\.[0-9]{1,3}|10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|\.(mywebsite|abcstaging)\.com)' liberty-{cron,magento,misc,models,portal,reports,services,ship{,-{client,server}},sweet,ups,warehouse} > ip-dns-references.txt |
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
| [Tue Aug 14 09:46:02| 0:000]{1:193}jdoe@MacBook-Pro:/Volumes(✓)$ df /Volumes/Secure | |
| Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on | |
| /dev/disk4s1 35372096 1566528 33805568 5% 0 0 100% /Volumes/Secure | |
| [Tue Aug 14 09:46:06| 0:000]{1:194}jdoe@MacBook-Pro:/Volumes(✓)$ ls /Volumes/Secure | |
| chemdocs credentials data.tar.gz.enc scripts test test-data test-data.tar.gz.enc tor | |
| [Tue Aug 14 09:46:09| 0:000]{1:195}jdoe@MacBook-Pro:/Volumes(✓)$ cd /Volumes/Secure | |
| [Tue Aug 14 09:46:11| 0:000]{1:196}jdoe@MacBook-Pro:/Volumes/Secure(✓)$ ls | |
| . | |
| [Tue Aug 14 09:52:28| 0:000]{1:27}jdoe@MacBook-Pro:/Volumes/Secure(✓)$ ls . | |
| . |
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
| # Create encrypted folder with password specified in the command (CHANGEME) | |
| tar cz -P -C ./data ./ | openssl enc -aes-256-cbc -salt -pass "pass:CHANGEME" -a -A -e -out encrypted-compressed-archive.tar.gz.enc | |
| # Decrypt above file | |
| openssl enc -aes-256-cbc -a -A -d -pass "pass:CHANGEME" -in ./encrypted-compressed-archive.tar.gz.enc | tar xz -C ./data | |
| # Same thing as the above, but password isn't specified (which means the password will be requested) | |
| tar cz -P -C ./data ./ | openssl enc -aes-256-cbc -salt -a -A -e -out encrypted-compressed-archive.tar.gz.enc | |
| openssl enc -aes-256-cbc -a -A -d -in ./encrypted-compressed-archive.tar.gz.enc | tar xz -C ./data |
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
| [ | |
| [ | |
| [ | |
| null, | |
| null, | |
| null, | |
| null, | |
| {}, | |
| {}, | |
| {} |