List of LINUX commands! - Libbna/BLOG_SITE GitHub Wiki
- lsb_release -a
to check the ubuntu version
- sudo systemctl start apache2
to start the apache server
- sudo systemctl status apache2
to check the status of Apache. If it show active in green that means apache is successfully running.
- sudo systemctl stop apache2
to stop the apache server
- sudo systemctl restart apache2
to restart the server