• 0 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle

  • Well, you already have a laptop, so here’s a rough outline. Do research around each topic, instead of just doing them, as you’ll learn things that you can use as a basis for the next step.

    1. Install some form of Linux, either desktop or server distro. Ubuntu, Fedora, OpenSUSE, etc.
    2. Learn how to SSH into it, and install packages from the default repos.
    3. Install a web server, such as nginx and get a html page to show up on your PC when you enter the IP address of the server (the laptop is now called the server at this point - servers are any computer that you use to run unattended services from other computers, so laptops can be called servers too)
    4. Install a recursive DNS server and configure your router to advertise it during DHCP.
    5. Using the now working DNS server, get that same html file to show up on your PC by entering a custom name in your browser (something like http://mylaptopserver.local/