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
@Obydux
Obydux / Fabric-Quilt-Server-Optimization.md
Last active May 7, 2025 11:55
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

@madkoding
madkoding / install-docker-deepin.sh
Last active February 13, 2025 17:32
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"