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
e141a141
Commit
e141a141
authored
Jun 15, 2015
by
Sergio Coronado
Browse files
add more
parent
88dc0cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e141a141
...
...
@@ -53,3 +53,30 @@
1.
Logout of the VM (Hint: logout)
2.
Go to training folder (./linux-training) (Hint: cd)
3.
Copy file1.txt to “my first folder” on the VM (Hint: scp –P 8022 first.lastname@1079.2.191:/myfirstfolder/)
## Start a simple program:
***
1.
Intro to command, parameters
2.
How to zip my folder? Unzip?
3.
wget -> untar -> changes -> re-pack
## Text editor
***
1.
nano
2.
Others, like vim, emacs, Atom, Sublime, etc…
## File System explore
***
1.
mc
## Scripts – bash
***
1.
Simple
`bash`
script
## Basic git (source control)
***
1.
add
2.
commit
3.
push
4.
pull
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