brew install {package_name}brew rm {package_name}brew updatebrew outdatedbrew upgrade {package_name}brew cleanupbrew list --versions
composer global require {package_name}composer global remove {package_name}
apm install {package_name}
node --version#
rvm listrvm use systemrvm use {version}# Example version: 2.0.0which rubyruby --versionrvm install {version}# Example version: 2.0.0which gemgem update --systemgem install {gemname}gem install {gemname} --no-document# Faster than regular installgem listgem outdatedgem update {gemname}gem cleanup
cmd-shift-:# Brings up spellcheck
:q# Exit vim
⌘K V# Markdown Previewcode {app name}# Open App via Terminal- https://code.visualstudio.com/docs/editor/command-line # Full List
- https://support.rackspace.com/how-to/checking-system-load-on-linux/
uptime# Check the load on the servergrep processor /proc/cpuinfo | wc -l# List the number of processorstop# Displays real time information regarding server usagevmstat# Shows swap usage in KB