Skip to content

Instantly share code, notes, and snippets.

@Obydux
Obydux / Fabric-Quilt-Server-Optimization.md
Last active June 5, 2025 13:37
Fabric/Quilt Server Optimization

Fabric/Quilt Server Optimization

This has updated for 1.20.4, all of the optimization mods mentioned here are compatible with each other and don't affect vanilla behaviour by default.

Mods

@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active June 2, 2025 09:40
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there