start new:
tmux
start new with session name:
tmux new -s myname
| /* | |
| Automatically click all "Verify your email" links in the welcome e-mail from | |
| Nintendo Pokémon Trainer Club's signup e-mails. | |
| Only unread emails in inbox will be processed. | |
| All processed e-mails will be marked as read if verification was successful, | |
| and optionally moved to trash if it's enabled in your settings. | |
| How to use: | |
| 1. Login to Gmail |
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
| # foremost hellofriend.jpg | |
| => check file structure, we found a zip | |
| # cd output/zip/ | |
| # file 00000226.zip | |
| => try to unzip it | |
| # unzip 00000226.zip | |
| => it ask a password, but a file named WhoAmI.png can be extracted, and with some guessing find "fsociety" | |
| => several files extracted : | |
| inflating: WhoAmI.png | |
| creating: Hello_friend/ |
| #!/bin/sh -e | |
| # | |
| # NOTE: Since Docker 1.10 (February 4, 2016), it has been possible to configure the | |
| # Docker daemon using a JSON config file. On Linux, this file is normally located at | |
| # /etc/docker/daemon.json. You should use this JSON config method if you are running | |
| # a version of Docker that is at least 1.10! | |
| # Here is an example configuration that sets the docker0 bridge IP to 192.168.254.1/24: | |
| # { | |
| # "bip": "192.168.254.1/24" | |
| # } |