This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
to update pacman mirrors `sudo reflector --verbose --latest 20 --sort rate --save /etc/pacman.d/mirrorlist --protocol https --threads 10 --fastest 20` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. alises (add with gedit and change gedit theme to Solarized Dark` | |
alias uc='sudo apt autoremove && sudo apt autoclean && sudo apt clean' | |
alias uf='watch -n.1 "cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq"' | |
alias us='sudo intel-undervolt apply' | |
alias uu='sudo apt update && sudo apt upgrade' | |
alias uuu='sudo apt-get update -y > ~/.terminal_update.txt && sudo apt-get upgrade -y >> ~/.terminal_update.txt && sudo apt-get autoremove -y >> ~/.terminal_update.txt && sudo apt-get autoclean -y >> ~/.terminal_update.txt && sudo apt-get clean -y >> ~/.terminal_update.txt && notify-send "Task Complete" && exit' | |
# important package installations | |
sudo apt install make | |
sudo apt install cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2022-02-11T17:22:57.913Z","extensionVersion":"v3.4.3"} |