Skip to content

Instantly share code, notes, and snippets.

View Morketh's full-sized avatar
🎶
You know....

Andrew Malone Morketh

🎶
You know....
View GitHub Profile
#!/bin/bash
# Full path to tc binary
TC=$(which tc)
#
# NETWORK CONFIGURATION
# interface - name of your interface device
# interface_speed - speed in mbit of your $interface
# ip - IP address of your server, change this if you don't want to use
@Morketh
Morketh / GWX_Disable.REG
Created October 10, 2015 20:01
Disable Windows 10 Nag pop-up
Windows Registry Editor Version 5.00
[
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Gwx
]
"DisableGwx"=dword:00000001
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 11/2/15 3:49 PM
Description: Ticking block entity
java.lang.IllegalArgumentException: gameProfile must not be null
at forestry.mail.MailAddress.<init>(MailAddress.java:40)
at forestry.mail.PostRegistry.getMailAddress(PostRegistry.java:179)
at forestry.mail.tiles.TileMailbox.getOrCreateMailInventory(TileMailbox.java:92)
[1.7.10]Treecapitator-universal-2.0.4.jar
ABO-MC1.7.10-BC7.1release4.0.3.jar
AgeOfMinecraft-1.7.10-0.0.3a.jar
buildcraft-7.1.13.jar
buildcraft-compat-7.1.1.jar
CodeChickenCore-1.7.10-1.0.7.47-universal.jar
ComputerCraft1.74.jar
Dynmap-2.1-forge-1.7.10.jar
EnderCore-1.7.10-0.1.0.26_beta.jar
EnderIO-1.7.10-2.2.8.381.jar
@Morketh
Morketh / crash-2015-12-01_11.43.33-server.txt
Created December 1, 2015 18:47
Yet Another Crash Report (YACR)
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 12/1/15 11:43 AM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at dan200.computercraft.shared.computer.blocks.TileComputerBase.getFamily(TileComputerBase.java:412)
at dan200.computercraft.shared.turtle.blocks.TileTurtle.createComputer(TileTurtle.java:97)
at dan200.computercraft.shared.turtle.blocks.TileTurtle.createComputer(TileTurtle.java:115)
@Morketh
Morketh / Forestry_LogisticsPipes.log
Created December 1, 2015 19:11
forestry.core.items.ItemCrated
[11:51:28] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@5615c89d). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@767c4047). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@767c4047). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@767c4047). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@767c4047). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe with unknown key (forestry.core.items.ItemCrated@767c4047). Did you remove a buildcraft addon?
[11:51:29] [Server thread/WARN] [LogisticsPipes/]: Detected pipe
2015-12-10 18:58:17.789 - Thread: 1 -> Log Started
2015-12-10 18:58:17.799 - Thread: 1 -> Timezone (local - UTC): -7h
2015-12-10 18:58:17.799 - Thread: 1 -> App Version: 01_112_010
2015-12-10 18:58:17.799 - Thread: 1 -> Steam build: Always true
2015-12-10 18:58:17.799 - Thread: 1 -> Is official: True [NO][IS][NAMP]
2015-12-10 18:58:17.799 - Thread: 1 -> Environment.ProcessorCount: 4
2015-12-10 18:58:17.799 - Thread: 1 -> Environment.OSVersion: Microsoft Windows NT 6.1.7601 Service Pack 1
2015-12-10 18:58:17.799 - Thread: 1 -> Environment.CommandLine: "C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\SpaceEngineers.exe"
2015-12-10 18:58:17.799 - Thread: 1 -> Environment.Is64BitProcess: True
2015-12-10 18:58:17.799 - Thread: 1 -> Environment.Is64BitOperatingSystem: True
@Morketh
Morketh / airtime-check-system.txt
Created December 16, 2015 19:59
airtime-liquidsoap wont start?
AIRTIME_STATUS_URL = http://uss-broadway.clarb.lan:80/api/status/format/json/api_key/%%api_key%%
AIRTIME_SERVER_RESPONDING = OK
KERNEL_VERSION = 3.13.0-71-generic
MACHINE_ARCHITECTURE = x86_64
TOTAL_MEMORY_MBYTES = 985048
TOTAL_SWAP_MBYTES = 1013756
AIRTIME_VERSION = 2.5.1
OS = Ubuntu 14.04.3 LTS x86_64
CPU = AMD Sempron(tm) Processor 3100+
WEB_SERVER = Apache/2.4.7 (Ubuntu)
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="HWiNFO64 v5.10-2700">
<STYLE>
A { text-decoration: none }
A:hover { text-decoration: underline }
TD { font: 80% verdana, tahoma, ms sans serif, arial; color: #000000; vertical-align: text-center; text-align: left }
TD.dn { font: 70% verdana, tahoma, ms sans serif, arial; color: #000000; vertical-align: text-center }
TD.di { font: bold 80% verdana, tahoma, ms sans serif, arial; color: #000000; vertical-align: text-center }
TD.ds { font: bold 80% verdana, tahoma, ms sans serif, arial; color: #000080; vertical-align: text-center }
@Morketh
Morketh / rdns.py
Created December 15, 2015 07:00 — forked from pklaus/rdns.py
This is a Python script that helps you create reverse DNS zone files for the Bind Name Server. See http://goo.gl/CJwly
#!/usr/bin/env python
"""
rdns.py
This is a Python script that helps you create
reverse DNS zone files for the Bind Name Server.
I published it together with this blog post: http://goo.gl/CJwly .
"""