The main difference between the two pages is the method of sending messages. Recieving messages is the same in both.
Send messages to iframe using iframeEl.contentWindow.postMessage
Recieve messages using window.addEventListener('message')
| ## Need to check this more. Could probably automate it and make it an actual script. As is don't run. Could end up banning your self | |
| grep "Failed password for root from" /var/log/auth.log | cut -d " " -f 11 | sort | uniq >> banips | |
| grep "Failed password for invalid user" /var/log/auth.log | cut -d " " -f 13 | sort | uniq >> banips | |
| # Check banips make sure yours isn't there. Could be bad otherwise. | |
| for line in $(cat banips); do echo "iptables -I INPUT -s $line -j DROP" >> iptablesblock; done; | |
| chmod +x iptablesblock |
| /* Define two variables as the loop limits */ | |
| @from : 0; | |
| @to : 10; | |
| /* Create a Parametric mixin and add a guard operation */ | |
| .loop(@index) when(@index =< @to) { | |
| /* As the mixin is called CSS is outputted */ | |
| div:nth-child(@{index}) { | |
| top: unit(@index * 100, px); |
| # ################### | |
| # Jail v3.0.0-SNAPSHOT-b206 config file | |
| # Note: You -must- use spaces instead of tabs! | |
| # ################### | |
| system: | |
| configVersion: 3 | |
| debug: false | |
| language: en | |
| updateNotifications: true | |
| useBukkitTimer: true |
| package com.comphenix.example; | |
| import java.io.ByteArrayInputStream; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.IOException; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.inventory.Inventory; | |
| import org.bukkit.inventory.ItemStack; | |
| import org.bukkit.util.io.BukkitObjectInputStream; |
| # Block Skype ads | |
| 127.0.0.1 *.msads.net | |
| 127.0.0.1 *.msecn.net | |
| 127.0.0.1 *.rad.msn.com | |
| 127.0.0.1 a.ads2.msads.net | |
| 127.0.0.1 ac3.msn.com | |
| 127.0.0.1 ad.doubleclick.net | |
| 127.0.0.1 adnexus.net | |
| 127.0.0.1 adnxs.com | |
| 127.0.0.1 ads1.msn.com |
| /* | |
| EXAMPLE MESSAGE | |
| /poll "question?" "option 1" "option 2" | |
| */ | |
| /** Global Helpers | |
| * | |
| * console - A normal console instance | |
| * _ - An underscore instance |
Get personal access token from github
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
I travel a lot so I'm down to like 30 minutes of packing per any kind of trip. I always bring one carry-on suitcase for any trips up to 2 weeks (that I never check in unless forced) -- I have an Away suitcase because it's got a built-in (removable) battery, and amazing wheels.