Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
tutorial
2015-06-19-R3-Linux101
Commits
5cc8a60b
Commit
5cc8a60b
authored
Jun 19, 2015
by
Christophe Trefois
Browse files
Add SSH images
parent
691da025
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5cc8a60b
...
...
@@ -10,23 +10,29 @@
#### Download your Terminal if you don't have one already.
+
**Windows**
+
**Windows**
(you will need both)
+
PuTTy (use Windows installer)
[
download
](
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
)
+
MobaXterm
[
download
](
http://mobaxterm.mobatek.net/download-home-edition.html
)
> Remarks: In Windows, there is a default command line, called command prompt. However, the names of many commands is different and some commands do not exist. For that reason, use another terminal, such as MobaXterm.
+
**Mac**
+
iTerm2
[
download
](
https://www.iterm2.com/downloads.html
)
+
Terminal
+
**Linux**
+
Terminal
### 2. Generate your SSH key
#### Background information
+
What is SSH?
<img
src=
"images/screen3.png"
width=
600
>
*
What is a SSH key pair?
<img
src=
"images/screen4.jpg"
width=
400
>
#### Key generation
+
**Windows**
...
...
@@ -95,11 +101,16 @@ This task has been done already by your awesome R3 team.
*
In which folder am I? (Hint: pwd)
*
What is the contents of the current folder? (Hint: ls)
*
Creating my first file (Hint: touch)
*
Creating my first folder (Hint: mkdir)
*
Creating my first folder
called "myFirstFolder"
(Hint: mkdir)
*
How do I enter my folder? (Hint: cd)
*
Moving my first file to the new folder (Hint: mv)
*
Copying
****
(Hint: cp)
## A couple remarks on file / folder names
*
Try not to use spaces
*
Try to capitalize some words for easier reading
*
for instance: thislongfoldernameisnotveryreadable, but ThisLongFolderNameIsQuiteReadable
## Learn more about any *nix command
***
*
Go to your home folder (Hint: cd
<no
arguments
>
)
...
...
@@ -110,7 +121,7 @@ This task has been done already by your awesome R3 team.
***
*
Logout of the VM (Hint: logout)
*
Go to training folder (./linux-training) (Hint: cd)
*
Copy file1.txt to “my
f
irst
f
older” on the VM (Hint: scp –P 8022 first.lastname@1079.2.191:/myfirstfolder/)
*
Copy file1.txt to “my
F
irst
F
older” on the VM (Hint: scp –P 8022 first.lastname@1079.2.191:/myfirstfolder/)
## Start a simple program:
***
...
...
images/screen3.png
0 → 100644
View file @
5cc8a60b
34.8 KB
images/screen4.jpg
0 → 100644
View file @
5cc8a60b
113 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment