Skip to content

Instantly share code, notes, and snippets.

@menuka94
Last active February 18, 2017 11:53
Show Gist options
  • Save menuka94/86cc7b0ee38e40f5d5aa2e3b3055b237 to your computer and use it in GitHub Desktop.
Save menuka94/86cc7b0ee38e40f5d5aa2e3b3055b237 to your computer and use it in GitHub Desktop.
Linux (Ubuntu) Commands
sudo kill $(sudo lsof -t -i:8000) # kill process on port 8000
sudo dmidecode --type memory
sudo lshw -C memory
sudo dmidecode | grep -A 15 Memory
sudo apt-get install gcc-multilib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment