alias ll="ls -ahl"

alias apachestart="sudo service apache2 start"
alias apacherestart="sudo service apache2 restart"