-
Notifications
You must be signed in to change notification settings - Fork 0
/
three
92 lines (44 loc) · 1.11 KB
/
three
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Edit from Github
This is third line
Second Line
git config --global help.autocorrect 1
git config --global code.editor "vim"
git config --global user.name "lokendras"
git config --global user.email "[email protected]"
vi .gitignore
git status
git add .
git commit -m "added git ignore"
git status
touch temp abc.txt xyz.py ravi
git status
git log --pretty=format:"%h - %an - %ar - %s"
touch newf
git add .
git status
git stash
git status
touch oldf
git add .
git stash
git status
git stash list
git shash show stash@{0}
git stash apply stash@{0}
https://guides.github.com/activities/hello-world/
https://github.com/lerndevops/samplejavaapp
pmd, checkstyle, findbug
cobertura
BuildPipeline
Artifactory
SonarQube Scanner
-P metrics pmd:pmd
DTR - Docker registry for Enterprise
docker rm -f `docker ps -aq`
"ansible awx" for UI
Trainer - Ravindranath
Docker has rolling updates
F5 is a load balancer
https://github.com/lerndevops
https://github.com/leaddevops
apache-benchmark for load testing