Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Last active August 29, 2015 13:56
Show Gist options
  • Save JuniorLima/9111867 to your computer and use it in GitHub Desktop.
Save JuniorLima/9111867 to your computer and use it in GitHub Desktop.
Comandos SSH - Ubuntu
Exclue arquivos terminados em 'pyc' do diretório altosnoticia
find altosnoticia/ -name '*.pyc' -exec rm {} \;
Ver erros do NGINX
/var/log/nginx/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment