-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.bash_history
500 lines (499 loc) · 7.77 KB
/
.bash_history
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
rm -rf userstore-link-TEST/
ls -las
git status
git commit -am "removing dirs"
ls
pwd
cd simplelink/
ls
more simplelink.iml
ls
cd target/
ls
cd classes/
ls
cd com/symplified/
ls
cd simplelink/
ls
cd service/
ls
cd ../
cd client/
ls
cd ../../../../
cd ../../
ls
ls
mkdir war
ls
cd war/
ls
mkdir WEB-INF
ls
mv applicationContext.xml web.xml ./WEB-INF/
ls
ls
cd ../
ls
cd target/
ls
cd maven-archiver/
ls
more pom.properties
cd ../
ls
cd simplelink-9.6.0-SNAPSHOT/
ls
cd META-INF/
ls
cd ../WEB-INF/
ls
cd lib/
ls
cd ../../../
ls
ls -las
git status
cd ../../
ls
ls -las
cd ../
ls
more .gitignore
cd singlepoint/
ls
git status
git add .
git status
ls
git commit -am "First successful build of SimpleLink war"
git push origin new-maven-structure
git status
git commit -am "Fixing parent config in module poms"
git push origin new-maven-structure
git status
git commit -am "Making RPM an on-demand build"
ls
cd simplelink/
ls
cd target/
ls
cd surefire-reports/
ls
more com.symplified.singlepoint.AppTest.txt
more TEST-com.symplified.singlepoint.AppTest.xml
ls
c d../
ls
cd ../
ls
cd maven-archiver/
ls
cd ../
ls
cd surefire
ls
cd ../
ls
cd surefire-reports/
ls
open TEST-com.symplified.singlepoint.AppTest.xml
ls
cd ../
ls
cd simplelink-9.6.0-SNAPSHOT/
ls
cd META-INF/
ls
cd ../../
ls
cd test-classes/
ls
cd ../
cd ../
ls
ls
cd target/
ls
cd cobertura/
ls
more cobertura.ser
cd site
ls
cd site
ls
cd ../
cd site/
ls
cd cobertura/
ls
open index.html
cd .vagrant.d/
ls
more license-vagrant-vmware-fusion.lic
ls -las
vagrant plugin list
ls
rm license-vagrant-vmware-fusion.lic
rm LICENSE
cp -R "/Library/Preferences/VMware\ Fusion/license-fusion-50-e1-201202" ./
cp -R /Library/Preferences/VMware\ Fusion/license-fusion-50-e1-201202 ./
ls
more license-fusion-50-e1-201202
chmod 777 license-fusion-50-e1-201202
ln -s ./license-fusion-50-e1-201202 license-vagrant-vmware-fusion.lic
ls -las
vagrant help
VAGRANT_LOG=INFO vagrant help
vagrant box list
cd
cd dev/
ls
cd symplified/
ls
svn stat
cd svn/trunk/
svn stat
cd ../../
cd egithub/
ls
git clone [email protected]:Symplified/symplified-main.git
ls
cd symplified-main/
ls
git status
git checkout
git status
git checkout -b mgile-maven-experimental
git commit -am "branching"
git push origin mgile-maven-experimental
ls
cd Prototype-Spikes/
ls
cd ../
ls
more bootstrap_build.sh
ls
more build_functions.sh
ls
more local_dependencies.sh
ls
more bootstrap_build.sh
ls
em build_functions.sh
ls
cd Singlepoint/
ls
cd ../../../
cd egithub/
ls
git clone [email protected]:mgile/multi-module-test.git
cd multi-module-test/
ls
git checkout -b new-maven-structure
git push origin new-maven-structure
ls
mkdir -p singlepoint
ls
cd singlepoint/
ls
mkdir studio
mkdir identity-router
mkdir login-server
mkdir idr-controller
ls
ls
mkdir -p shared
ls
ls
cd ../
ls
cp -R ./singlepoint/ ./
ls
cd singlepoint/
ls
rm -rf ./*
ls
cd ../
ls
ls
ls
touch ./pom.xml
ls
mv idr-controller/ identity-router-controller
ls
rm -rf identity-router identity-router-controller/ login-server/ shared/ singlepoint/ studio/
ls
rm pom.xml
ls
ls
ls
cd ../
ls
cd symplified-main/
ls
git pull origin master
ls
git status
rm -rf ./SimpleLink/.idea/
rm -rf ./SimpleLink/simplelink.iml
ls
cd SimpleLink
ls
more pom.xml
emn pom.xml
pwd
cd ../Adapter/
ls
cd Utils/
ls
cd src/com/symplified/adapter/
ls
cd utils/
ls
cd configcreation/
ls
cd ../../../
cd ../../../
cd ../
ls
cd API/
ls
cd src/com/symplified/
ls
cd adapter/
ls
cd api/
ls
cd util/
ls
more InsecureTrustManager.java
cd ../../../../..
ls
cd ../../../
ls
cd SimpleLink
ls
cd war/
ls
cd WEB-INF/
ls
cd ../
ls
cp -R ./WEB-INF/ ~/dev/symplified/egithub/multi-module-test/singlepoint/simplelink/war/
ls
cd
ls
ls
cd .ssh/
ls
more known_hosts
lscd
cd
more .aliases
man hdiutil
cd dev/
ls
cd symplified/
ls
cd egithub
ls
cd symplified-main/
ls
cd Appli
cd Appliance/
ls
cd ../
ls
cd Service/Appliance/
ls
cd src/
ls
cd ../
ls
cd
cd dev/symplified/svn/trunk/
ls
cd Appliance/
ls
cd ../Service/Appliance/
ls
more sonar-project.properties
cat ~/.ssh/id_rsa.pub | pbcopy
dig buildmaster.symplified.net
nslookup buildmaster.symplified.net
nslookup buildmaster.dev.symplified.net
cd dev/symplified/egithub/multi-module-test/
ls
git status
git add singlepoint/simplelink/src/main/resources/
git status
git commit -am "Adding resources directory"
git push origin new-maven-structure
ls
ls
cd singlepoint/
touch README.md
git commit -am "README.md"
git push origin new-maven-structure
git add README.md
git commit -am "README.md"
git push origin new-maven-structure
emn README.md
more ../README.md
ls
git status
git commit -am "Test text"
git push origin new-maven-structure
git commit -am "Adding overview text"
git push origin new-maven-structure
git commit -am ""
git commit -am "changing headers to h2"
git push origin new-maven-structure
git status
cd ../../../
cd egithub/
ls
cd symplified-main/
ls
git status
git push origin mgile-maven-experimental
cd dev/github/prelude/
ls
em init.el
emn
emd
emn
cd ../
ls
cd ../symplified/
ls
mkdir -p github
cd github/
ls
git clone [email protected]:SympEng/test-repo.git
echo "hello world" > testfile.txt
more testfile.txt
ls
mv testfile.txt ./test-repo/
ls
cd test-repo/
ls
git status
git add testfile.txt
git commit -am "DVCS-1 Adding test file with hello world text"
git push origin master
git checkout -b test-test
nano testfile.txt
git status
git commit -am "DVCS-2 Adding test-test branch and modifying testfile"
git push origin test-test
emn
emd
emn
cd ~/Downloads/iso/ubuntu/
ls
ls /dev/disk1s1
which dd
sudo dd if=./ubuntu-12.10-desktop-amd64.iso of=/dev/disk1s1
sudo dd if=./ubuntu-12.10-desktop-amd64.iso of=/dev/disk1s1
sudo dd if=./ubuntu-12.10-desktop-amd64.iso of=/dev/disk1s1
hdiutil convert-format UDRW -o ./ubuntu-12.10-desktop-amd64.img ubuntu-12.10-desktop-amd64.iso
hdiutil convert -format UDRW -o ./ubuntu-12.10-desktop-amd64.img ubuntu-12.10-desktop-amd64.iso
ls
ls -lasF
mv ubuntu-12.10-desktop-amd64.img.dmg ubuntu-12.10-desktop-amd64.img
ls -las
diskutil -h
diskutil
diskutil list
diskutil unmountDisk /dev/disk1s1
sudo dd if=ubuntu-12.10-desktop-amd64.img of=/dev/rdisk1s1 bs=1m
diskutil eject /dev/disk1s1
sudo dd if=ubuntu-12.10-desktop-amd64.iso of=/dev/rdisk1s1 bs=1m
diskutil eject /dev/disk1s1
diskutil unmountDisk /dev/disk1s1
sudo dd if=ubuntu-12.10-desktop-amd64.iso of=/dev/disk1s1
hdiutil convert -format UDRW -o ./ubuntu-12.10-desktop-amd64.img ubuntu-12.10-desktop-amd64.iso
ls
diskutil list
sudo dd if=./ubuntu-12.10-desktop-amd64.img.dmg of=/dev/rdisk1 bs=1m
ifconfig
cd Downloads/
ls
jar -h
mkdir gconn
cd gconn/
cp ../googleapps-connector-1.1.0.0-SNAPSHOT-sources.jar ./
ls
jar -x googleapps-connector-1.1.0.0-SNAPSHOT-sources.jar
ls
ls -las
jar -xv googleapps-connector-1.1.0.0-SNAPSHOT-sources.jar
jar -t googleapps-connector-1.1.0.0-SNAPSHOT-sources.jar
ls -las
unzip googleapps-connector-1.1.0.0-SNAPSHOT-sources.jar
ls
cd org/forgerock/openicf/connectors/
ls
cd googleapps/
ls
emn GoogleAppsConnector.java
emd
emn GoogleAppsConnector.java
cd dev/symplified/egithub/
ls
cd multi-module-test/
ls
git status
ifconfig
nslookup github.symplified.net
nano ~/.aliases
ls ~/.ssh
nano ~/.aliases
source ~/.aliases
nano ~/.aliases
source ~/.aliases
oam-ec2
telnet 74.92.220.191 443
cd dev/symplified/egithub/
ls
cd multi-module-test/
ls
cd singlepoint/
ls
git status
cd ../.../
ls
cd ..
cd ..
ls
git clone [email protected]:Symplified/xamarin-component.git
ls
cd xamarin-component/
ls
more .gitignore
ls
ls
rm -rf Symplified.Auth/
ls
ls
cd Symplified.Auth/
ls
ls
cd
cd .ssh/
ls
cp ~/Downloads/mgile.pem ./mgile-symplified-aws.pem
ls
ls -las
chmod 600 mgile-symplified-aws.pem
ls -las
ssh -i mgile-symplified-aws.pem [email protected]
ssh -i mgile-symplified-aws.pem [email protected]
nano ~/.aliases
source ~/.aliases
oam-ec2