MaGek Postat Aprilie 18 Postat Aprilie 18 > LINUX_TERMINAL_ENHANCER_v1.0 STATUS: [ROOT_ACCESS_LEVEL_GRANTED] Salut! To be a true Linux power-user, you must master the Terminal. Today, we will optimize your shell environment for maximum speed, efficiency, and that professional "Hacker" look. [01] Speed Up Sudo Execution Reduce the delay when running commands with sudo privileges: # Run this to edit the configuration: sudo visudo Defaults timestamp_timeout=30 # Keeps sudo active for 30 mins to avoid re-typing password! [02] Bash History Optimization Store more commands and prevent duplicates in your history log: # Add these to your ~/.bashrc file: export HISTSIZE=10000 export HISTCONTROL=ignoredups shopt -s histappend [03] System Info Tool (Fastfetch) Show off your system specs like a pro every time you open the terminal: // Execution: sudo apt install fastfetch echo "fastfetch" >> ~/.bashrc [LINUX_MASTERY_RESOURCES] - Official Linux Kernel Documentation - Oh My Zsh Framework - Docker & Virtualization on Linux 1 2
Postări Recomandate