Skip to content

Advanced system optimization tool for Linux (Ubuntu, Mint, Zorin, Debian). Automates performance tuning for CPU scaling, network speed (BBR + DNS), and memory management via ZRAM to maximize hardware efficiency.

Notifications You must be signed in to change notification settings

qhero256/Fastrin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🚀 Fastrin: Ultimate Linux Optimizer

Version Platform License Author

The definitive script to make any Linux system fly. > El script definitivo para hacer volar cualquier sistema Linux.


🇪🇸 Descripción en Español

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.

🔥 Características "Fast Mode"

  • 🚀 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.

📥 ¿Cómo instalar y usar?

Tienes dos formas de usar Fastrin. Elige la que prefieras:

Opción A: Vía GIT (Recomendada)

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.sh

Opción B: Descarga Manual (Si descargaste el ZIP o el archivo)

Si 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.sh

⚠️ Aviso Legal

Este script modifica parámetros del Kernel. Úsalo bajo tu propio riesgo. Recomendamos reiniciar el equipo tras finalizar la optimización.


🇬🇧 Description in English

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.

🔥 "Fast Mode" Features

  • 🚀 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.

📥 How to install and use?

You have two ways to use Fastrin. Choose the one you prefer:

Option A: Via GIT (Recommended)

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.sh

Option B: Manual Download (If you downloaded the ZIP or file)

If 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.sh

⚠️ Disclaimer

This script modifies Kernel parameters. Use it at your own risk. We recommend restarting the computer after finishing the optimization.


Made with ❤️ by Qhero

About

Advanced system optimization tool for Linux (Ubuntu, Mint, Zorin, Debian). Automates performance tuning for CPU scaling, network speed (BBR + DNS), and memory management via ZRAM to maximize hardware efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages