Skip to content

Instantly share code, notes, and snippets.

@seeker2921
seeker2921 / ubuntu-raid.sh
Created May 17, 2018 23:25 — forked from umpirsky/ubuntu-raid.sh
Install Ubuntu on RAID 0 and UEFI/GPT system
# http://askubuntu.com/questions/505446/how-to-install-ubuntu-14-04-with-raid-1-using-desktop-installer
# http://askubuntu.com/questions/660023/how-to-install-ubuntu-14-04-64-bit-with-a-dual-boot-raid-1-partition-on-an-uefi%5D
sudo -s
apt-get -y install mdadm
apt-get -y install grub-efi-amd64
sgdisk -z /dev/sda
sgdisk -z /dev/sdb
sgdisk -n 1:0:+100M -t 1:ef00 -c 1:"EFI System" /dev/sda
sgdisk -n 2:0:+8G -t 2:fd00 -c 2:"Linux RAID" /dev/sda
#!/bin/bash
address=https://ilo.mysite.com:34043
username=Administrator
password=********
session_key=$(
curl -fsS \
--insecure \
"$address/json/login_session" \
@seeker2921
seeker2921 / gist:a467b767c3f49191d9ba29b0744b4d61
Created February 11, 2018 05:11
Forestry disabled config
# Configuration file
##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Disabling these modules can greatly change how the mod functions.
# Your mileage may vary, please report any issues.
##########################################################################################################
modules {
@seeker2921
seeker2921 / gist:af5d943d70825fe706ad68582daedc6c
Created February 11, 2018 05:10
v5.8.0.242 Disabled Config Crash log - Client
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.133.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b142.jar)
@seeker2921
seeker2921 / gist:07aca8526d4a59813abe588ff988ca57
Created February 11, 2018 05:09
v5.8.0.243 Disabled Config Crash log - Server
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.133.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b142.jar)
FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar)
@seeker2921
seeker2921 / gist:c3318380df53f8aff082c85bafe0e19d
Created February 11, 2018 05:08
v5.8.0.242 Disabled Config Crash log - Server
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.133.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b142.jar)
FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar)