- Removes all exited containers
- Deletes unused images
- Stops all running containers
- Removes all containers
- Deletes all images
| <meta name="msapplication-tap-highlight" content="no" /> |
| <meta http-equiv="refresh" content="5; url=https://example.com/download.php"> |
| header("refresh:7;url=https://example.com/download.php"); | |
| // optionally print a hint here (You will be redirected in about 7 seconds. If not, click here.) |
| <br pagebreak="true" /> |
| <div style="page-break-after: always;"></div> |
| # SSH Login Notification for Pushover | |
| # Add to end of /etc/profile | |
| if [ -n "$SSH_CLIENT" ]; then | |
| TITLE="${USER}@$(hostname -f)" | |
| TEXT="$(date): SSH login to ${USER}@$(hostname -f)" | |
| TEXT="$TEXT from $(echo $SSH_CLIENT|awk '{print $1}')" | |
| curl -s \ | |
| -F "token=API-TOKEN" \ |
| var path = require('path'); | |
| var fs = require('fs'); | |
| var getMostRecent = function (dir, cb) { | |
| var dir = path.resolve(dir); | |
| var files = fs.readdir(dir, function (err, files) { | |
| var sorted = files.map(function(v) { | |
| var filepath = path.resolve(dir, v); | |
| return { | |
| name:v, |
| duke: | |
| image: "beevelop/corci-server:latest" | |
| ports: | |
| - "8080:8080" | |
| larry: | |
| image: "beevelop/corci-android:latest" | |
| links: | |
| - "duke:corci" |
| cat file.png | openssl base64 | tr -d '\n' | pbcopy |