Skip to content

Latest commit

 

History

History
130 lines (90 loc) · 4.27 KB

tutorial-template.md

File metadata and controls

130 lines (90 loc) · 4.27 KB
SPDX-License-Identifier path slug date title short_description tags author author_link author_img author_description language available_languages header_img
MIT
/tutorials/tutorial-template
tutorial-template
2030-01-01
A great Tutorial Template! 👍
This is a tutorial template, including frontmatter (the first few lines before the actual content). Please fill in as much as possible. If you dont know what to put somewhere, just leave it empty, the Community manager will fill it for you.
Development
Lang:Go
Lang:JS
Your Name
Manipulating arrays of characters in modern text editors that need more RAM than we used to do a flight to the moon. But it's super awesome...
en
Please enter all available languages of the tutorial according to ISO 639-1 here.
URL to a header image (optional)

Introduction

The first paragraph or paragraphs are there for you to explain what your tutorial will do. Please don't simply list the steps you will be following, a table of contents (TOC) with the steps will be automatically added. Make sure users know exactly what they will end up with if they follow your tutorial, and let them know if they need any specific prerequisites. You can link to other tutorials that your tutorial builds on, and add recommendations for what users should know.

Prerequisites

If there are any prerequisites for your tutorial, please make sure there is already a tutorial explaining that, and then make sure to link to that other tutorial at the beginning of yours.

Step 1 -

Steps are the actual steps users will be taking to complete your tutorial. Each step should build on the previous one, until the final step that finishes the tutorial. It is important not to skip any steps, no matter how obvious or self-explanatory they may seem. Feel free to include screenshots, to show exactly what the user should be seeing. The amount of steps will depend entirely on how long/complicated the tutorial is.

Quick introduction.

Start by...

Then...

Finally...

Step 2 -

More instructions.

Step 2.1 -

Here is a code example

var s = "JavaScript syntax highlighting";
alert(s);

Step 2.2 -

Another code example

s = "Python syntax highlighting"
print s

Step 3 - (Optional)

Yet more instructions.

Terminology

  • Username: holu (short for Hetzner OnLine User)
  • Hostname: <your_host>
  • Domain: <example.com>

Server:

  • IPv4: <10.0.0.1>
  • IPv6: <2001:db8:1234::1>

Gateway:

  • IPv4: <192.0.2.254>
  • IPv6: <2001:db8:1234::ffff>

Client private:

  • IPv4: <198.51.100.1>
  • IPv6 <2001:db8:9abc::1>

Client public:

  • IPv4: <203.0.113.1>
  • IPv6: <2001:db8:5678::1>

Step N -

More instructions.

Conclusion

A short conclusion summarizing what the user has done, and maybe suggesting different courses of action they can now take.

License: MIT