Skip to content

Instantly share code, notes, and snippets.

View dayne's full-sized avatar

Dayne Broderson dayne

View GitHub Profile
@dayne
dayne / swathviewer.sh
Created November 3, 2017 22:04
a command line launcher for swathviewer
#!/usr/bin/env bash
# Enable completions
# Usage: gina swathviewer
# Summary: Downloads and starts swathviewer
# Help: Options:
# --force-download # force redownload of the client
if [ "$1" = "--complete" ]; then
echo --force-download
exit
@dayne
dayne / Drive_MIgration.md
Last active December 4, 2017 04:19
Migrating Windows to a new drive

Migrating an OS drive to a new drive

Sometimes it is nice to migrate an existing operating system drive to a new drive without having to reinstall or do weird migration things with odd commercial/custom software.

Why do this? A few reasons: My old spinning disk isn't as much fun as a new SSD. My SSD is too small and I need wiggle room!

The following are the steps needed for migrating a windows OS drive to a new drive. Covering two different scenarios:

  1. Scenario 1: Current existing drive smaller than new drive
  2. Scenario 2: Existing drive is larger than new drive.
@dayne
dayne / README.md
Last active January 31, 2018 02:20
chef-client-13.7 and firewall cookbook sad for iptables

Using this GIST to capture a few debug sessions for a support ticket firewall issue#185

@dayne
dayne / AWIPS 17.2.1 on C7 - debugging.md
Last active March 31, 2018 01:14
Debugging AWIPS 17.2.1 on Centos 7

AWIPS 17.2.1

Getting basic CentOS ready for AWIPS II

  • Clean install of CentOS 7.4.1708
  • Grab the AWIPS 17.2.1 RPMS and setup a repo for them

yum groupinstall "AWIPS II Standalone"

As expected it failed with netcdf dependancies:

@dayne
dayne / SevTech.md
Last active December 13, 2021 04:26
SevTech Setup Client & Server Notes
---- Minecraft Crash Report ----
WARNING: coremods are present:
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
CorePlugin (SmoothFont-1.12.2-1.15.jar)
This file has been truncated, but you can view the full file.
[00:04:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:04:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:04:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2707 for Minecraft 1.12.2 loading
[00:04:39] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.4.0-36-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
[00:04:39] [main/INFO] [FML]: Searching /home/minecraft/sevtech-3.0.8/sevtech-server-3.0.8/./mods for mods
[00:04:39] [main/INFO] [FML]: Searching /home/minecraft/sevtech-3.0.8/sevtech-server-3.0.8/./mods/1.12.2 for mods
[00:04:39] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[00:04:39] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[00:04:39]
@dayne
dayne / 0.readme.md
Last active July 12, 2018 06:39
sevtech crash

Upon relaunch after the crash the it crashed again with same issue seen before and reported over at DarkPacks/SevTech-Ages#3085

[22:34:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[22:34:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 51%
[22:34:58] [Server thread/ERROR] [ForgeMultiPartCBE]: Missing mapping for part with ID: minecraft:redstone_torch
[22:34:58] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NullPointerException: null
        at codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer.onLoad(MultipartSaveLoad.scala:29) ~[MultipartSaveLoad$TileNBTContainer.class:?]
@dayne
dayne / 0-WSL-SSH-README.md
Last active September 17, 2023 19:01
WLS-Helpers

Install linux subsystem Ubuntu 18.04

See Microsoft's WSL install guide for windows 10 for details.

Work-in-progress - command line only install:

  • Open Powershell as Administrator and run:
    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  • Open Windows App Store
    • Search for "Ubuntu" and install Ubuntu 18.04

(work in progress - command line install steps):