-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 2.1 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=">
<link rel="stylesheet" href="../../style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.0/gsap.min.js" async></script>
<script src="../../js/text-bounce.js" async></script>
<title>Command Line</title>
</head>
<div class="body">
<!-- Title goes below: -->
<h1>More Resources to Learn about Command Line</h1>
<!-- Content here: -->
<p>That completes the introduction to command line for Basic Training. If you'd like to continue learning more about command line, please see the resources below:</p>
<ul>
<li><a href="https://help.ubuntu.com/community/CommandlineHowto" target="_blank">Command Line How-To</a></li>
<li><a href="https://help.ubuntu.com/community/UsingTheTerminal" target="_blank">Using the Terminal</a></li>
<li><a href="https://missing.csail.mit.edu/2020/course-shell/" target="_blank">MIT: Your Missing CS Semester: The Shell</a> and <a href="https://missing.csail.mit.edu/2020/shell-tools/" target="_blank">Shell Tools</a></li>
<li><a href="https://www.theodinproject.com/lessons/foundations-command-line-basics" target="_blank">The Odin Project: Command Line Basics </a></li>
<li><a href="https://agstakingco.gitbook.io/ethereum-2-0-ubuntu-for-beginners/#linux-terminal-basic-commands" target="_blank">Ubuntu for Beginners: Linux Terminal Basic Commands</a> </li>
<li><a href="https://www.codecademy.com/learn/learn-the-command-line" target="_blank">Code Academy: Learn the Command Line</a></li>
</ul>
<!-- Be sure to alter the link below to add in correct Module and Lesson Number -->
<div class="footer">
<a href="https://github.com/ConsenSys-Academy/basic-training/edit/main/M2-unix-linux/L6/index.html" target="_blank">Edit this page on Github</a>
<div class="discord">
<img class="discord-logo" src="../../img/discord.svg" alt="Discord logo" ><a href="https://discord.gg/FrHSjSn9dX" target="_blank">Questions? Ask on Discord! </a>
</div>
</div>
</div>
</html>