Skip to content

Instantly share code, notes, and snippets.

@wescleymatos
Last active May 29, 2018 16:54
Show Gist options
  • Save wescleymatos/0a999dd9ec5863cf263d50c718da4e74 to your computer and use it in GitHub Desktop.
Save wescleymatos/0a999dd9ec5863cf263d50c718da4e74 to your computer and use it in GitHub Desktop.
Lista de comando Linux
# Verificar o tamanho do disco
fdisk -l /dev/sda
# Procurar um processo pelo nome
ps aux | grep solr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment