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
| 162.243.230.247 swbfront2pc.available.gamespy.com | |
| 162.243.230.247 swbfront2pc.master.gamespy.com | |
| 162.243.230.247 swbfront2pc.ms6.gamespy.com | |
| 162.243.230.247 available.gamespy.com | |
| 162.243.230.247 master.gamespy.com | |
| 162.243.230.247 gamestats.gamespy.com | |
| 162.243.230.247 key.gamespy.com | |
| 162.243.230.247 peerchat.gamespy.com | |
| 162.243.230.247 motd.gamespy.com | |
| 162.243.230.247 gpsp.gamespy.com |
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
| denzuko@prlxjump:~$ nmap -Pn bbs.dapla.net | |
| Starting Nmap 7.60 ( https://nmap.org ) at 2020-01-26 06:43 CST | |
| Nmap scan report for bbs.dapla.net (52.90.75.190) | |
| Host is up (0.033s latency). | |
| Not shown: 999 filtered ports | |
| PORT STATE SERVICE | |
| 9090/tcp open zeus-admin | |
| Nmap done: 1 IP address (1 host up) scanned in 66.10 seconds |
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
| #!/usr/bin/which python3 | |
| ## Coding Challenge: Nov. 25 (find the hidden message) | |
| ## (C)2019 Dallas Makerspace. All Rights Reserved. | |
| ## Distributed under Modified BSD 3 Class Licence. | |
| ## Author(s): | |
| ## - Dwight Spencer (@Denzuko) | |
| channels = [ | |
| ['48', '61', '70'], | |
| ['70', '79', '20'], |
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
| 00:15:40] [Client thread/INFO] [minecraft/AdvancementList]: Loaded 72 advancements | |
| [00:15:40] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 13094ms behind, skipping 261 tick(s) | |
| [00:15:46] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task | |
| java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: epicsquid.mysticallib.util.ItemUtil.spawnItem(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/item/ItemStack;)V | |
| at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_221] | |
| at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_221] | |
| at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?] | |
| at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?] | |
| at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] | |
| at net.minecraft.server.integrated.Integrat |
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
| UEsDBAoAAAAAAPpwZk9/LNSMHQAAAB0AAAAKAAkALmdpdGlnbm9yZVVUBQABGCjDXW5vZGVfbW9kdWxlcy8KeWFybi5sb2NrCmRpc3QvUEsDBAoAAAAAAPpwZk+61U0LHgAAAB4AAAAKAAkALm5wbWlnbm9yZVVUBQABGCjDXW5vZGVfbW9kdWxlcy8KZGlzdC8KeWFybi5sb2NrClBLAwQKAAAACAD6cGZPjaPvROYAAAA8AQAACgAJAERvY2tlcmZpbGVVVAUAARgow109kM1OwzAQhO9+ij2g3hIjwQEh9QCNiyJKXBmVnxNynG0wOLZlu0UC8e64TcptZnc1n2aXgj+AdR1eG5kwJpARbjf1qmKC3Ig7aHjF3ljzNO9wj8b5AW0i2f8v4OznJH/JMxf3VS2AqpxIFnz9CqX1g+6tCwhf2HqpPkvl7Fb35UeEg5U9ZunsyRTG5ZvjZFUvWPPIxjg65sWg6DTIkohNA5kA2sYkjYHZ7GjDzkK706YjZHlo6DWGgN84tLR3+TJpNRUm7GXNM+Pq/PKCJuVHSlFsgxvm0ycmXqdjyuwY9vQ9JU/+AFBLAwQKAAAACAD6cGZPB2X4TXcCAAAvBAAABwAJAExJQ0VOU0VVVAUAARgow11dUkuP2jAQvvtXjDjtStH2cap6M4lZrIYkcsxSejOJIa5CjGJTxL/vTGB3u5WQYB7fa8xKashdY4dgGUv96Tq6QxfhoXmEr5+/fINfnR0OVzMc8JfxjFV2PLoQnB/ABejsaHdXOIxmiLZNYD9aC34PTWfGg00gejDDFU52DAjwu2jc4JDLQINSDDdjhzTB7+PFjBaXWzAh+MYZ5IPWN+ejHaKJpLd3vQ3wEDsLs/qOmD1OIq01PXMD0Ox1BBcXO3+OMNoQR9cQRwJuaPpzSx5ex707ursCwaf8gSHpOWAC8pnA0bduT992inU673oXugRaR9S7c8RmoOZ0yIRyfPIjBNv3DBkc+p6yvrubdsj6iQ4a7ycK1Ll0/vgxiQts |
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
| // Change these to match one's setup | |
| // - Arduino Pins to trigger for relays | |
| #define RELAYPIN1 4 | |
| #define RELAYPIN2 5 | |
| #define RELAYPIN3 6 | |
| #define RELAYPIN4 7 | |
| // - 10 minutes in milliseconds | |
| #define SLEEPDELAY 600000 |
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
| --- | |
| ## Environment varables | |
| ### DATAVOLUME ::= :alphanum: | |
| ### NETWORK ::= <"public"|"internal"> | |
| ### MODPACK_URL ::= <curseforge url, cdn url,>".zip" | |
| version: '3.7' | |
| volumes: | |
| data: | |
| external: 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
| #!/usr/bin/env python | |
| # | |
| # Usage: ansible-log-analyzer.py [LOGFILE] | |
| import re | |
| import sys | |
| from datetime import datetime, timedelta | |
| TASK_RE = re.compile(r'(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}) p=\d+ u=[\w-]* \|\s*TASK: \[(.*)\]') |
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
| #cloud-config | |
| # vim: syntax=yaml | |
| # | |
| # The current version of cloud-init in the Hypriot rpi-64 is 0.7.9 | |
| # When dealing with cloud-init, it is SUPER important to know the version | |
| # I have wasted many hours creating servers to find out the module I was trying to use wasn't in the cloud-init version I had | |
| # Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html | |
| # Set your hostname here, the manage_etc_hosts will update the hosts file entries as well |