Update .bash_aliases
This commit is contained in:
@@ -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_stow='sudo apt install -y stow'
|
||||||
alias install_neofetch='sudo apt install -y neofetch'
|
alias install_neofetch='sudo apt install -y neofetch'
|
||||||
alias memoryinfo='sudo dmidecode -t memory | grep -i "Type:\|Speed:\|Size:"'
|
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:'"
|
||||||
|
|||||||
Reference in New Issue
Block a user