Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# some useful commands to collect system infomation.
# Reference:
# http://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/
# http://www.binarytides.com/linux-commands-hardware-info/
# Check kernel,OS,CPU
uname -a