The definitive script to make any Linux system fly. > El script definitivo para hacer volar cualquier sistema Linux.
Fastrin es una herramienta de optimización avanzada creada para Zorin OS, Ubuntu, Linux Mint y Debian. Su objetivo es exprimir el máximo rendimiento posible de tu hardware de forma segura, mejorando la velocidad de internet, la respuesta del sistema y la gestión de memoria RAM.
- 🚀 Internet de Fibra: Implementa algoritmo BBR de Google + DNS 1.1.1.1 + TCP FastOpen.
- ⚡ CPU sin Freno: Fuerza el modo "Performance" y prioriza la interfaz gráfica para cero lag.
- 🧠 RAM Inteligente: Configura ZRAM con compresión ZSTD (Ideal para PCs con poca RAM).
- 💾 Disco Rápido: Desactiva la escritura de metadatos (
noatime) para lecturas instantáneas. - 🎨 Cuidado Visual: Optimiza los FPS sin eliminar las animaciones del sistema.
Tienes dos formas de usar Fastrin. Elige la que prefieras:
La forma más fácil y rápida. Abre tu terminal y ejecuta:
git clone https://github.com/qhero256/fastrin.git
cd fastrin
chmod +x fastrin.sh
sudo ./fastrin.shSi descargaste el archivo manualmente o lo creaste en Windows, usa estos comandos para evitar errores de formato:
# 1. Ve a la carpeta de descargas (o donde esté el archivo)
cd ~/Descargas
# 2. Corrige el formato de Windows a Linux (Vital para evitar errores)
sed -i 's/\r$//' fastrin.sh
# 3. Da permisos de ejecución
chmod +x fastrin.sh
# 4. Ejecuta el optimizador
sudo ./fastrin.shEste script modifica parámetros del Kernel. Úsalo bajo tu propio riesgo. Recomendamos reiniciar el equipo tras finalizar la optimización.
Fastrin is an advanced optimization tool created for Zorin OS, Ubuntu, Linux Mint, and Debian. Its goal is to safely squeeze the maximum possible performance out of your hardware, improving internet speed, system responsiveness, and RAM management.
- 🚀 Fiber Internet: Implements Google's BBR algorithm + 1.1.1.1 DNS + TCP FastOpen.
- ⚡ Unleashed CPU: Forces "Performance" mode and prioritizes the graphical interface for zero lag.
- 🧠 Smart RAM: Configures ZRAM with ZSTD compression (Ideal for PCs with low RAM).
- 💾 Fast Disk: Disables metadata writing (
noatime) for instant reads. - 🎨 Visual Care: Optimizes FPS without removing system animations.
You have two ways to use Fastrin. Choose the one you prefer:
The easiest and fastest way. Open your terminal and run:
git clone https://github.com/qhero256/fastrin.git
cd fastrin
chmod +x fastrin.sh
sudo ./fastrin.shIf you downloaded the file manually or created it on Windows, use these commands to avoid formatting errors:
# 1. Go to the downloads folder (or wherever the file is)
cd ~/Downloads
# 2. Fix Windows-to-Linux formatting (Vital to avoid errors)
sed -i 's/\r$//' fastrin.sh
# 3. Grant execution permissions
chmod +x fastrin.sh
# 4. Run the optimizer
sudo ./fastrin.shThis script modifies Kernel parameters. Use it at your own risk. We recommend restarting the computer after finishing the optimization.
Made with ❤️ by Qhero