Skip to content

Instantly share code, notes, and snippets.

View Davi-zzz's full-sized avatar
:shipit:
Busyyyyyyyyyy

Davi S Moraes Davi-zzz

:shipit:
Busyyyyyyyyyy
View GitHub Profile
@madkoding
madkoding / install-docker-deepin.sh
Last active July 19, 2024 10:18
Install Docker-CE script for Deepin Linux
#!/bin/bash
echo "Starting Docker installation on Deepin Linux..."
# Define a mapping from Deepin version to Debian version
map_deepin_to_debian() {
if [ "$1" -lt 20 ]; then
echo "stretch"
elif [ "$1" -ge 20 ]; then
echo "buster"
@Obydux
Obydux / Fabric-Quilt-Server-Optimization.md
Last active July 10, 2024 10:11
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

Lithium - A mod designed to drastically improve the general performance of Minecraft without breaking things.

VMP - A mod designed to improve general server performance at high playercount.