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
| aws s3 sync . s3://<your_bucket> --profile <name_your_profile> |
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
| SELECT order_id,product_name,qty | |
| FROM orders | |
| WHERE foo = 'bar' | |
| INTO OUTFILE '/var/lib/mysql-files/orders.csv' | |
| FIELDS TERMINATED BY ',' | |
| ENCLOSED BY '"' | |
| LINES TERMINATED BY '\n'; |
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
| #check the name of the minions | |
| sudo salt-run manage.up | |
| #update source for salt master. | |
| sudo salt-run git_pillar.update | |
| #check the state first. | |
| sudo salt '*' state.apply test=True | |
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
| Combine searches | |
| marathon OR race | |
| Search for a specific site | |
| site:.gov | |
| site:uol.com | |
| search parts of url | |
| inurl:old "index of" "wp-config.php" |
OlderNewer