Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 305 Bytes

linux.md

File metadata and controls

16 lines (14 loc) · 305 Bytes

General Linux knowledge

Check ram info

For information about how much ram is available:

cat /proc/meminfo

For detailed hardware information about your ram:

nix shell nixpkgs#dmidecode -c sudo dmidecode --type 17

Check what filesystems are supported

cat /proc/filesystems