Learn some command line, server and http tools.
-
A note for Windows users: This course provides a virtual environment to type commands in. However, if you want to later use these commands in practice, you will need to work with Linux CLI as many commands are not supported by Windows
cmd
or PowerShell. You must have already installedgit
from git-scm.com. It offers Git Bash that can be used to type bash commands in.Right click anywhere in file explorer and select
Git Bash here
option.
Finish the course (1) and also read articles (2) and (3) above.
When complete do the following:
- Make a screenshot of your finished lessons from (1)
and put the screenshot in
task_linux_cli
folder in yourkottans-frontend
repo - In your
kottans-frontend
repoREADME.md
:- add header
## Linux CLI, and HTTP
- embed the screenshot or add a link to the screenshot
- list your reflections on all subtasks (what was new to you, what surprised you, what you intend to use in future)
- add header
- Great job! Go ahead and share your progress with others –
post a message in course channel:
Linux CLI and HTTP — #done
(orLinux CLI and HTTP — #p2p_done
if you are p2p course student) and add the link to your repo. This step is important, as it helps mentors to track your progress! - Study Extra Materials below to improve your skills. If you feel it affects your overall course performance consider reverting to those later e.g. when you have all mandatory tasks completed.
- You may skip Optional materials from this task (if any).
When you finish this task you can proceed to the next one.
- Основы командной строки Hexlet (РУС)
- HTTP: Протокол, який повинен розуміти кожний веб-розробник (Частина 1) (УКР)
- HTTP: Протокол, который должен знать каждый веб-разработчик (Часть 1) (РУС)
- How I taught myself to code in eight weeks
- How JavaScript works: Deep dive into WebSockets and HTTP/2 with SSE + how to pick the right path
➡️ Go forward to Git for Team Collaboration