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
| # Encrypt file | |
| openssl enc -in file.tar.bz2 -out file.tar.bz2.enc -e -aes256 -k password | |
| # Decrypt file | |
| openssl enc -in file.tar.bz2.enc -out file.tar.bz2 -d -aes256 -k password |
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
| ruby -run -e httpd . -p 9090 |
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
| --color | |
| --require spec_helper | |
| --require ~/.unbundled_require | |
| --format Fuubar |
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
| D, [2019-09-25T08:11:47.351640 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.insert | STARTED | {"insert"=>"test", "documents"=>[{"a"=>0.8066219628621961, "_id"=>BSON::ObjectId('5d8b05239bc38582daab80a7')}], "ordered"=>true} | |
| D, [2019-09-25T08:11:47.351912 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.insert | SUCCEEDED | 0.000s | |
| D, [2019-09-25T08:11:47.352277 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.serverStatus | STARTED | {"serverStatus"=>1} | |
| D, [2019-09-25T08:11:47.353111 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.serverStatus | SUCCEEDED | 0.001s | |
| noTimeout cursors before iteration: 0 | |
| D, [2019-09-25T08:11:47.353758 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.find | STARTED | {"find"=>"test", "filter"=>{}, "batchSize"=>10, "noCursorTimeout"=>true} | |
| D, [2019-09-25T08:11:47.354139 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.find | SUCCEEDED | 0.000s | |
| D, [2019-09-25T08:11:47.354506 #99034] DEBUG -- : MONGODB | 127.0.0.1:27017 | admin.getMore | STARTED | {"getMo |
OlderNewer