Skip to content

Instantly share code, notes, and snippets.

@kostasx
Created October 20, 2012 19:27
Show Gist options
  • Save kostasx/3924458 to your computer and use it in GitHub Desktop.
Save kostasx/3924458 to your computer and use it in GitHub Desktop.
Linux Server Administrator useful aliases
# Edit your ~/.bash_aliases file:
### Live monitoring of Apache2 web server access logs
alias tlog='tail -f /var/log/apache2/access.log';
### Live monitoring of Apache2 web server error logs
alias terr='tail -f /var/log/apache2/error.log';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment