Skip to content

Instantly share code, notes, and snippets.

@afro-coder
Created May 31, 2022 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afro-coder/11b8aa6208fec5893dd5abf2bb555370 to your computer and use it in GitHub Desktop.
Save afro-coder/11b8aa6208fec5893dd5abf2bb555370 to your computer and use it in GitHub Desktop.
Linux Basic Administration challenge

Boot up the linux virtual machine

  • Install apache (Use package manager to figure this out)
    • Start the apache service
    • Create a file that will replace the index file in your apache server
    • Check the port of the apache server
    • Check how many processes are being run by apache
  • Install nginx (Use package manager to figure this out)
    • Start the nginx systemd service
    • Test the service
    • Create an index file for nginx and replace the default file
  • Find out the current file system usage
  • Find out the usage of the home directory
  • Find out which are the top 10 files in the system that are occupying disk space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment