Skip to content

Instantly share code, notes, and snippets.

@Obydux
Obydux / Fabric-Quilt-Server-Optimization.md
Last active July 31, 2025 16:13
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 July 8, 2025 00:13
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