Skip to content

Instantly share code, notes, and snippets.

@kudosqujo
Created December 2, 2020 23:54
Show Gist options
  • Save kudosqujo/ab595311003b9ccae29c6e239a579ce5 to your computer and use it in GitHub Desktop.
Save kudosqujo/ab595311003b9ccae29c6e239a579ce5 to your computer and use it in GitHub Desktop.
[Linux Tips] #linux #cheatsheet #tips
cat /proc/meminfo # print memory info about the machine
sudo /etc/init.d/<app> start # start an app/service
sudo /etc/init.d/<app> stop # stop an app/service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment