1
0

Update .bash_aliases

This commit is contained in:
2025-08-02 21:27:58 +00:00
parent 1cc14b1add
commit 03cd4109fd

View File

@@ -28,3 +28,4 @@ alias install_qemuagent='sudo apt update && sudo apt install -y qemu-guest-agent
alias install_stow='sudo apt install -y stow'
alias install_neofetch='sudo apt install -y neofetch'
alias memoryinfo='sudo dmidecode -t memory | grep -i "Type:\|Speed:\|Size:"'
alias raminfo="sudo dmidecode -t memory | awk '/Memory Device/,/^$/' | grep -E 'Size:|Type:|Speed:'"