Last active
May 13, 2026 06:36
-
-
Save AndreiCherniaev/f0bf37da61a0ae000055919284adb19f to your computer and use it in GitHub Desktop.
[Debian] install must-have aliases for virtual machine
This file contains hidden or 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
| echo "alias upd='sudo apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update && sudo apt upgrade --autoremove -y'" >> "$HOME/.bash_aliases" | |
| echo "alias lowpwr='sudo cpupower frequency-set -g powersave'" >> "$HOME/.bash_aliases" | |
| echo "alias t='sudo apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update && sudo apt autoremove -y && sudo hwclock --hctosys'" >> "$HOME/.bash_aliases" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment