Skip to content

Instantly share code, notes, and snippets.

View Serial-Comma's full-sized avatar
🥰
It all goes tumbling down...tumbling down...tumbling down...

Oxford Comma Serial-Comma

🥰
It all goes tumbling down...tumbling down...tumbling down...
View GitHub Profile
@Serial-Comma
Serial-Comma / gist:eef81e5c7bdb8f145f280f52c389e824
Last active November 18, 2023 11:04
how i got my printer to work (Brother-MFC-L3770CDW)
//To use the printer
sudo pacman -S cups print-manager lib32-gcc-libs nss-mdns
yay -S brother-mfc-l3770cdw
sudo systemctl enable --now cups avahi-daemon.service
//Edit the file /etc/nsswitch.conf and change the hosts line to include mdns_minimal [NOTFOUND=return] before resolve and dns:
//hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
@Serial-Comma
Serial-Comma / howtoactuallyinstallmineos.txt
Last active November 18, 2023 11:11
How to ACTUALLY install MineOS (step-by-step, CentOS 8)
//How got it to work
//Prerequisites:
//Download the Centos Stream 8 iso to a USB and install onto your target machine (Its easy as it has a GUI)
//Pick the 'Server with GUI' option as the Base enviroment when they ask for your software selection, as it made it easy and has some cool features
//Get into root
sudo -i
//Install nvm (makes installing node easier)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Serial-Comma
Serial-Comma / debug.log
Created May 20, 2021 09:57
Server crashes with [20May2021 09:33:18.451] [Server thread/ERROR] [com.ma.ManaAndArtifice/]: M&A Warding Candle: Caught EntityMobGriefingEvent event but the entity parameter is null even though the getEntity() method is not flagged as @nullable. Allowing the event through because without this parameter there is no way to check a warding candle …
This file has been truncated, but you can view the full file.
[20May2021 09:38:40.943] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.17, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[20May2021 09:38:40.947] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_292 by Oracle Corporation
[20May2021 09:38:40.954] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[20May2021 09:38:40.965] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[20May2021 09:38:41.006] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[20May2021 09:38:41.015] [main/DE