-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zsh_history
502 lines (500 loc) · 29.6 KB
/
.zsh_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
501
502
: 1630341699:0;ls
: 1630341744:0;cd $HOME
: 1630341748:0;wget https://beta.xonotic.org/autobuild/Xonotic-`date +%Y%m%d --date="3 days ago"`.zip
: 1630341892:0;unzip Xonotic-`date +%Y%m%d --date="3 days ago"`.zip
: 1630341945:0;mkdir -p $HOME/.xonotic/data/
: 1630341945:0;cd $HOME/.xonotic/data/
: 1630341945:0;wget -r http://xonotic.us.to/xonotic/
: 1630341972:0;rm ~/.xonotic/ -r
: 1630341982:0;mv /root/.xonotic ~/
: 1630342046:0;exit
: 1630342251:0;cd $HOME
: 1630342252:0;touch asdf
: 1630342254:0;ll
: 1630342257:0;rm asdf
: 1630342270:0;chown xonotic:www-data ~ -R
: 1630342422:0;whoami
: 1630342429:0;mkdir -p /home/xonotic/www
: 1630342429:0;cd /home/xonotic/www
: 1630342431:0;ll
: 1630342610:0;ln /etc/systemd/system/xonotic.service /home/xonotic
: 1630342693:0;ls
: 1630342694:0;cd ..
: 1630342698:0;cd www
: 1630342710:0;ln -s /home/xonotic/.xonotic/data /var/www/html/xonotic
: 1630342714:0;ll /var/www/html/xonotic
: 1630342734:0;systemctl start lighttpd
: 1630342876:0;ll $HOME/.xonotic/data/data
: 1630342887:0;ll $HOME/.xonotic/data/
: 1630342899:0;chmod 700 $HOME/.xonotic/data/data
: 1630342944:0;cd ..
: 1630342972:0;ls
: 1630343000:0;ll
: 1630343019:0;ls www
: 1630343076:0;cat ~/.xonotic/data/server.cfg
: 1630343355:0;for i in $HOME/.xonotic/data/*.pk3; do if unzip -l $i | grep -q '\.bsp$'; then echo -en "$(unzip -l $i | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343417:0;IFS=$'\n' for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343427:0;IFS=$'\n'; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343452:0;IFS=$'\n' for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343484:0;touch $HOME/.xonotic/data/ERRRRRRR\ ORRRRRRRRR.pk3
: 1630343485:0;IFS=$'\n' for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343490:0;IFS=$'\n'; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343508:0;for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done
: 1630343515:0;bash
: 1630343776:0;cat ~/.xonotic/data/server.cfg
: 1630343894:0;IFS=$'\n'; echo -en "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -en "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630343947:0;IFS=$'\n'; echo -en "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -e "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630343962:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630343975:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630344019:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep '\.bsp$'; then fi; done; echo "\""
: 1630344042:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630344088:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ') "; fi; done; echo "\""
: 1630344131:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | tr '\n' ' ' | sed "s/\.bsp$//g") "; fi; done; echo "\""
: 1630344169:0;FS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\""
: 1630344172:0;IFS=$'\n'; echo -n "g_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\""
: 1630344196:0;\nIFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630344199:0;IFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630344216:0;systemctl start xonotic
: 1630344239:0;~
: 1630344239:0;ll
: 1630344248:0;cat Xonotic/xonotic-linux-dedicated.sh
: 1630344266:0;cd Xonotic
: 1630344273:0;./xonotic-linux-dedicated.sh
: 1630344280:0;ps aux | grep dark
: 1630344283:0;ps aux | grep xono
: 1630344288:0;kill 52796
: 1630344349:0;exit
: 1630344757:0;ls
: 1630344763:0;cat .xonotic/data/server.cfg
: 1630344807:0;ls .xonotic/data/*
: 1630344810:0;ll .xonotic/data/*
: 1630345552:0;rm Xonotic-20210827.zip
: 1630345571:0;ll
: 1630345575:0;du -csh *
: 1630345658:0;du -csh ./
: 1630345661:0;du -csh ./ *
: 1630345663:0;du -csh ./*
: 1630346490:0;MAPUPDATE=;IFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630346766:0;ps aux | grep xono
: 1630346836:0;for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q 'csprogs$'; then echo -en "$i"; fi; done
: 1630346841:0;for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q 'csprogs'; then echo -en "$i"; fi; done
: 1630346846:0;whoami
: 1630346874:0;for i in $HOME/Xonotic/data/*; do if unzip -l "$i" | grep -q 'csprogs'; then echo -en "$i"; fi; done
: 1630346887:0;for i in $HOME/Xonotic/data/* ; do if unzip -l "$i" | grep -q 'csprogs'; then echo -en "$i"; fi; done
: 1630346898:0;for i in $HOME/Xonotic/data/*.pk3 ; do if unzip -l "$i" | grep -q 'csprogs'; then echo -en "$i"; fi; done
: 1630346903:0;for i in $HOME/Xonotic/data/*.pk3 ; do if unzip -l "$i" | grep 'csprogs'; then echo -en "$i"; fi; done
: 1630356228:0;MAPUPDATE=;IFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630356247:0;vim ~/.xonotic/data/server.cfg
: 1630356596:0;cd ~
: 1630356604:0;vim .gitignore
: 1630356608:0;ls
: 1630356611:0;ll .*
: 1630356622:0;vim .gitignore
: 1630356635:0;rm .ssh -r
: 1630356640:0;vim .gitignore
: 1630356656:0;cat key_0-public-fp.txt
: 1630356671:0;cat .xonotic/key_0-public-fp.txt
: 1630356685:0;vim .gitignore
: 1630356714:0;git init
: 1630356719:0;exit
: 1630429296:0;cd ~/.xonotic/data
: 1630429296:0;ll
: 1630429300:0;wget http://dl.xonotic.fps.gratis/cubes-x03-r02_melano1.pk3
: 1630430360:0;cat ~/Xonotic/server/server.cfg
: 1630430390:0;vim ~/.xonotic/data/server.cfg
: 1630430401:0;MAPUPDATE=;IFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630430417:0;vim ~/.xonotic/data/server.cfg
: 1630430431:0;vim .gitignore
: 1630430435:0;vim ~/.xonotic/data/server.cfg
: 1630430441:0;vim ~/Xonotic/server/server.cfg
: 1630430469:0;vim ~/.xonotic/data/server.cfg
: 1630430478:0;vim ~/Xonotic/server/server.cfg
: 1630430506:0;vim ~/.xonotic/data/server.cfg
: 1630430522:0;vim ~/Xonotic/server/server.cfg
: 1630430615:0;vim ~/.xonotic/data/server.cfg
: 1630430623:0;vim ~/Xonotic/server/server.cfg
: 1630430636:0;vim ~/.xonotic/data/server.cfg
: 1630430664:0;vim ~/.xonotic/data/rcon_password.cfg
: 1630430673:0;chmod 700 ~/.xonotic/data/rcon_password.cfg
: 1630430678:0;vim ~/.xonotic/data/server.cfg
: 1630430712:0;mv ~/.xonotic/data/rcon_password.cfg ~/.xonotic/data/secret.cfg
: 1630430714:0;vim ~/.xonotic/data/server.cfg
: 1630430725:0;vim ~/Xonotic/server/server.cfg
: 1630430885:0;vim ~/.xonotic/data/rcon_password.cfg
: 1630430887:0;vim ~/Xonotic/server/server.cfg
: 1630430897:0;vim ~/.xonotic/data/server.cfg
: 1630431049:0;systemctl start xonotic
: 1630431266:0;echo >>& asdf
: 1630431269:0;echo asdf >>& asdf
: 1630431274:0;cat asdf
: 1630431277:0;rm asdf
: 1630431292:0;date
: 1630431466:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh >>& /home/xonotic/xonotic.log'
: 1630431473:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh >& /home/xonotic/xonotic.log'
: 1630431613:0;man tee
: 1630431670:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh 2>&1 >(tee /home/xonotic/xonotic.log)'
: 1630431683:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh >(tee /home/xonotic/xonotic.log) 2>&1'
: 1630431687:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh >(tee /home/xonotic/xonotic.log)'
: 1630431693:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh &> >(tee /home/xonotic/xonotic.log)'
: 1630431724:0;sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh 2>&1 | tee /home/xonotic/xonotic.log'
: 1630431731:0;cat /home/xonotic/xonotic.log
: 1630431738:0;man tee
: 1630431782:0;screen -h
: 1630431800:0;which screen
: 1630431813:0;/usr/bin/screen /bin/sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh 2>&1 | tee -a /home/xonotic/xonotic.log'
: 1630431827:0;for i in $HOME/Xonotic/data/*.pk3 ; do if unzip -l "$i" | grep 'csprogs'; then echo -en "$i"; fi; done
: 1630431831:0;exit
: 1630431898:0;/usr/bin/screen /bin/sh -c 'echo -en "\n\n\n$(date)\n\n\n" >> /home/xonotic/xonotic.log; /home/xonotic/Xonotic/xonotic-linux-dedicated.sh 2>&1 | tee -a /home/xonotic/xonotic.log'
: 1630431936:0;screen -r
: 1630431939:0;man screen
: 1630432209:0;screen -ol
: 1630432211:0;screen -l
: 1630432213:0;exit
: 1630432247:0;screen -ls
: 1630432254:0;screen -r xonotic-server
: 1630432356:0;cd ~
: 1630432359:0;ls www/
: 1630432361:0;ll www/
: 1630432409:0;vim www/index.html
: 1630435702:0;vim .gitignore
: 1630435719:0;ls
: 1630435723:0;ls .
: 1630435728:0;ls -a
: 1630435737:0;rm .bash*
: 1630435739:0;ls -a
: 1630435762:0;rm .zcompdump*
: 1630435775:0;vim .gitignore
: 1630435796:0;vim .profile
: 1630435800:0;ls -a
: 1630435806:0;cat .lesshst
: 1630435820:0;vim .profile
: 1630435824:0;vim .gitignore
: 1630435968:0;rm .git -r
: 1630435975:0;git clone https://github.com/ballerburg9005/xonotic.us.to
: 1630435992:0;mv xonotic.us.to/.git ./
: 1630435996:0;rm xonotic.us.to -r
: 1630436026:0;vim .zsh_history
: 1630436193:0;git config --global user.email "[email protected]"
: 1630436204:0;git config --global user.name "Xonotic Server"
: 1630436217:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "$GIT"; git push
: 1630436228:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436244:0;vim .git/config
: 1630436259:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436298:0;~
: 1630436300:0;ls
: 1630436308:0;vim www/index.html
: 1630436825:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436838:0;rm .zcompdump*
: 1630436840:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436929:0;git config http.postBuffer 524288000
: 1630436930:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436969:0;git config http.postBuffer 1048576000
: 1630436971:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630436987:0;git config --global http.postBuffer 1048576000
: 1630436988:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630437006:0;vim www/index.html
: 1630437033:0;git gc --aggressive
: 1630437095:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630437109:0;export GIT_HTTP_MAX_REQUEST_BUFFER=100M
: 1630437129:0;export GIT_HTTP_MAX_REQUEST_BUFFER=1000M
: 1630437130:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630440445:0;du -csh .xonotic/data/*
: 1630440456:0;du -csh .xonotic/
: 1630440462:0;du -csh .* *
: 1630440475:0;vim .gitignore
: 1630440485:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630445914:0;git gc --aggressive
: 1630445975:0;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630448210:0;python
: 1630613365:0;~
: 1630613366:0;ls
: 1630613375:0;cat ~/.xonotic/data/server.cfg
: 1630613589:0;for i in $HOME/Xonotic/data/*.pk3 ; do if unzip -l "$i" | grep 'csprogs'; then echo -en "$i"; fi; done
: 1630613627:0;find ~/ -name '*.pk3' sh -c 'if unzip -l "$i" | grep "csprogs"; then echo -en "$i"; fi'
: 1630613633:0;find ~/ -name '*.pk3' -exec sh -c 'if unzip -l "$i" | grep "csprogs"; then echo -en "$i"; fi'
: 1630613639:0;find ~/ -name '*.pk3' -exec sh -c 'if unzip -l "$i" | grep "csprogs"; then echo -en "$i"; fi' \;
: 1630613654:0;find ~/ -name '*.pk3'
: 1630613677:0;find ~/ -name '*.pk3' -exec sh -c 'if unzip -l "'{}'" | grep "csprogs"; then echo -en "'{}'"; fi' \;
: 1630613759:0;ls
: 1630613761:0;whoami
: 1630613766:0;mv Xonotic Xonotic_old
: 1630613769:0;wget https://dl.xonotic.org/xonotic-0.8.2.zip
: 1630613876:0;unzip xonotic-0.8.2.zip
: 1630613894:0;systemctl restart xonotic
: 1630614157:0;mv ~/.xonotic/data/server.cfg ./
: 1630614235:0;rm Xonotic -r
: 1630614240:0;mv Xonotic_old Xonotic
: 1630614260:0;ifconfig
: 1630614323:0;rm xonotic-0.8.2.zip
: 1630614331:0;mv server.cfg .xonotic/data
: 1630614368:0;vim .xonotic/data/server.cfg
: 1630618798:0;unzip ~/.xonotic/data/revdm3pro-beta.pk3
: 1630618815:0;rm maps/ textures scripts -r
: 1630618824:0;unzip -l ~/.xonotic/data/revdm3pro-beta.pk3
: 1630624011:0;vim .xonotic/data/server.cfg
: 1630668447:0;~
: 1630668450:0;rm .git -r
: 1630668454:0;rm .git -rf
: 1630668467:0;git clone https://github.com/ballerburg9005/xonotic.us.to
: 1630668485:0;mv xonotic.us.to/.git ./
: 1630668490:0;rm xonotic.us.to -r
: 1630668491:0;ll
: 1630668499:0;vim .gitconfig
: 1630668511:0;vim .git/config
: 1630668570:0;GIT=;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630668821:0;cat .zshrc
: 1630668826:0;cat .zsh_history
: 1630668845:0;crontab -e
: 1630668861:0;apt install vim
: 1630668883:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630668891:0;vim .git/config
: 1630668975:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630668987:0;git add -u; git add * .*; git commit -m "."; git push
: 1630670251:0;cd www
: 1630670252:0;ll
: 1630670260:0;wget https://github.com/erusev/parsedown/archive/refs/tags/1.7.4.tar.gz
: 1630670268:0;tar xvf 1.7.4.tar.gz
: 1630670277:0;mv parsedown-1.7.4/Parsedown.php
: 1630670285:0;mv parsedown-1.7.4/Parsedown.php ./
: 1630670287:0;ll
: 1630670289:0;rm 1.7.4.tar.gz
: 1630670298:0;rm parsedown-1.7.4 -r
: 1630670299:0;ll
: 1630670562:0;vim index.html
: 1630671536:0;ls
: 1630671574:0;vim index.html
: 1630671748:0;cat index.html
: 1630671780:0;rm ~/.zcompdump* -r
: 1630671802:0;vim ~/.gitignore
: 1630671839:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630671852:0;vim .git/config
: 1630672070:0;git commit -m "."; git push
: 1630672114:0;git push
: 1630672127:0;git diff
: 1630672319:0;vim .zsh_history
: 1630672424:0;vim .git/config
: 1630672527:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630672552:0;crontab -e
: 1630672669:0;vim .gitignore
: 1630672686:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630672848:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630672909:0;git branch
: 1630672923:0;git checkout â³b temp
: 1630672930:0;git checkout -b temp
: 1630672937:0;git branch -f master temp
: 1630672942:0;git branch -d temp
: 1630672945:0;git push origin master
: 1630672983:0;git push -f
: 1630672996:0;git push --force-with-lease origin master:master
: 1630673002:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673017:0;git push --set-upstream origin master
: 1630673029:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673055:0;git branch
: 1630673068:0;git branch -d temp
: 1630673082:0;git branch -f master temp
: 1630673084:0;git branch -d temp
: 1630673144:0;git merge -s temp master
: 1630673153:0;git merge -s ours master
: 1630673158:0;git checkout master
: 1630673164:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673273:0;git rm -r --cached .xonotic/key_0-public-fp.txt
: 1630673280:0;git rm -r --cached .xonotic/lock
: 1630673282:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673295:0;git rm -r --cached .wget-hsts
: 1630673300:0;git rm -r --cached .profile
: 1630673303:0;cat .gitignore
: 1630673318:0;vim .gitignore
: 1630673359:0;git rm -r --cached .profile
: 1630673365:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673376:0;git rm -r --cached .lesshst
: 1630673383:0;vim .selected_editor
: 1630673390:0;which vim
: 1630673393:0;vim .selected_editor
: 1630673399:0;crontab -e
: 1630673403:0;vim .selected_editor
: 1630673406:0;GIT=;cd /home/xonotic/;git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630673483:0;ln -s /home/xonotic/README.md /var/www/html/README.md
: 1630673496:0;vim www/index.html
: 1630676051:0;crontab -e
: 1630676143:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630677257:0;iptables -S
: 1630677454:0;vim www/index.html
: 1630677577:0;mv www/index.html www/index.php
: 1630677588:0;vim www/index.html
: 1630677626:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630677681:0;vim www/index.html
: 1630677687:0;vim www/index.php
: 1630678403:0;vim README.md
: 1630678444:0;vim www/index.php
: 1630678991:0;ls
: 1630678993:0;cd www
: 1630678997:0;vim Parsedown.php
: 1630679038:0;vim www/index.php
: 1630679043:0;vim index.php
: 1630679597:0;vim README.md
: 1630680039:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630681078:0;vim README.md
: 1630682615:0;vim index.php
: 1630682618:0;cd www
: 1630682619:0;vim index.php
: 1630683206:0;vim README.md
: 1630683219:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630685501:0;vim README.md
: 1630685516:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630685517:0;crontab -e
: 1630685706:0;git clone https://github.com/ballerburg9005/xonotic.us.to
: 1630685744:0;ls
: 1630685763:0;vim README.md
: 1630685849:0;ls
: 1630685852:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630686163:0;vim README.md
: 1630686178:0;vim index.php
: 1630686183:0;vim www/index.php
: 1630702380:0;man passwd
: 1630703475:0;~
: 1630703546:0;vim ~/.zsh_history
: 1630703554:0;vim ~/.zshrc
: 1630703604:0;zsh
: 1630703610:0;vim ~/.zshrc
: 1630703630:0;zsh
: 1630703638:0;exit
: 1630703741:0;ls
: 1630703771:0;exit
: 1630703781:0;~
: 1630703789:0;exit
: 1630704296:0;~
: 1630704298:0;vim README.md
: 1630704324:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630704376:0;vim README.md
: 1630704440:0;cat /home/xonotic/.xonotic/data/secret.cfg
: 1630704514:0;vim README.md
: 1630704830:0;vim www/index.php
: 1630704852:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630705806:0;rm .xonotic/data/ek3dm1_nex_r1.pk3
: 1630705813:0;MAPUPDATE=;IFS=$'\n'; echo -n "\n\ng_maplist \""; for i in $HOME/.xonotic/data/*.pk3; do if unzip -l "$i" | grep -q '\.bsp$'; then echo -n "$(unzip -l "$i" | grep '[^/]*\.bsp$' -osa | sed "s/\.bsp$//g" | tr '\n' ' ')"; fi; done; echo "\"\n\n"
: 1630705826:0;vim .xonotic/data/server.cfg
: 1630705842:0;ll .xonotic/data
: 1630705915:0;vim .xonotic/data/server.cfg
: 1630705963:0;rm .xonotic/data/cht*
: 1630710067:0;vim .xonotic/data/server.cfg
: 1630761722:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630761821:0;vim .xonotic/data/server.cfg
: 1630761829:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630761833:0;ls
: 1630761836:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630791713:0;~
: 1630791715:0;vim README.md
: 1630791780:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630828143:0;~
: 1630828149:0;cat .viminfo
: 1630828504:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1630828575:0;vim .xonotic/data/server.cfg
: 1631103170:0;~
: 1631103179:0;cd ~/.xonotic/data
: 1631103179:0;ll
: 1631103234:0;ll ~/Xonotic/data
: 1631103251:0;unzip -l ~/Xonotic/data/xonotic-20210827-data.pk3 | grep csprog
: 1631103268:0;~
: 1631103292:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 csprogs
: 1631103312:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631103326:0;~
: 1631103328:0;vim README.md
: 1631103444:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 csprogs*
: 1631103449:0;apt install zip
: 1631103481:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 csprogs*
: 1631103484:0;ll /home/xonotic/.xonotic/data/csprogs.pk3
: 1631103491:0;rm csprogs.*
: 1631107771:0;unzip -l /home/xonotic/.xonotic/data/csprogs.pk3
: 1631108285:0;/home/xonotic/.xonotic/data/
: 1631108289:0;unzip csprogs.pk3
: 1631108294:0;rm csprogs.pk3
: 1631108332:0;rm csprogs.*
: 1631108377:0;vim README.md
: 1631108532:0;vim .xonotic/data/server.cfg
: 1631109018:0;~
: 1631109021:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631109048:0;mkdir qcsrc
: 1631109055:0;mv csprogs.* qcsrc
: 1631109060:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 qcsrc
: 1631109062:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 qcsrc*
: 1631109064:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 qcsrc/*
: 1631109091:0;rm /home/xonotic/.xonotic/data/csprogs.pk3
: 1631109335:0;mkdir /home/xonotic/.xonotic/data/xonotic-data.pk3dir
: 1631109345:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631109352:0;mv csprogs.* /home/xonotic/.xonotic/data/xonotic-data.pk3dir/
: 1631109403:0;mkdir /home/xonotic/.xonotic/data/xonotic-data.pk3dir/qcsrc
: 1631109408:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631109414:0;mv csprogs.* /home/xonotic/.xonotic/data/xonotic-data.pk3dir/qcsrc
: 1631109454:0;zip /home/xonotic/.xonotic/data/xonotic-data.pk3dir/qcsrc/csprogs.pk3 csprogs*
: 1631109455:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631109457:0;zip /home/xonotic/.xonotic/data/xonotic-data.pk3dir/qcsrc/csprogs.pk3 csprogs*
: 1631109530:0;rm /home/xonotic/.xonotic/data/xonotic-data.pk3dir -r
: 1631109750:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631109760:0;vim README.md
: 1631110249:0;touch csprogs.serverpackage
: 1631110266:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 csprogs* csprogs.serverpackage
: 1631110317:0;rm csprogs.serverpackage
: 1631110324:0;zip csprogs.serverpackage
: 1631110341:0;zip csprogs.serverpackage ./
: 1631110347:0;zip csprogs.serverpackage.zip
: 1631110357:0;zip csprogs.serverpackage README.md
: 1631110367:0;zip /home/xonotic/.xonotic/data/csprogs.pk3 csprogs*
: 1631110730:0;rm /home/xonotic/.xonotic/data/csprogs.pk3
: 1631110795:0;ls csprogs.*
: 1631110798:0;ll csprogs.*
: 1631110811:0;rm csprogs.serverpackage
: 1631110941:0;unzip /home/xonotic/Xonotic/data/xonotic-20210827-data.pk3 'csprogs*'
: 1631110947:0;echo "csprogs" > csprogs.serverpackage
: 1631110953:0;zip /home/xonotic/.xonotic/data/csprogs-xonotic-autobuild.pk3 csprogs*
: 1631111051:0;vim .gitignore
: 1631111071:0;rm csprogs.*
: 1631111075:1;vim .gitignore
: 1631111077:0;vim README.md
: 1631215877:0;~
: 1631215879:0;vim README.md
: 1631806610:0;ls
: 1631806615:0;~
: 1631806616:0;ls
: 1631806620:0;vim .gitignore
: 1631966311:0;~
: 1631966313:0;vim README.md
: 1632931216:0;crontab -e
: 1632931239:0;~
: 1632931241:0;vim README.md
: 1632931499:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1632933342:0;top
: 1633561585:0;mkdir '/home/xonotic/.xonotic/data/data'
: 1633561626:0;chmod 700 /home/xonotic/.xonotic/data/data
: 1633561632:0;rm -rf xonotic.us.to
: 1633561636:0;ll
: 1633561677:0;rm /home/xonotic/.xonotic/data/csprogs-xonotic-autobuild.pk3
: 1633561706:0;rm qcsrc -r
: 1633561710:0;unzip /home/xonotic/Xonotic/data/xonotic-*-data.pk3 'csprogs.*'
: 1633561716:0;echo "csprogs" > csprogs.serverpackage
: 1633561719:0;ll
: 1633561726:0;zip /home/xonotic/.xonotic/data/csprogs-xonotic-autobuild.pk3 csprogs.*
: 1633561730:0;rm csprogs.*\
: 1633561774:0;vim /home/xonotic/.xonotic/data/server.cfg
: 1633561899:0;vim ~/.zsh_history
: 1633561909:0;chmod 700 /home/xonotic/.xonotic/data/secret.cfg
: 1633561916:0;exit # to root shell
: 1633562121:0;vim .git/config
: 1633562164:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1633562212:0;cat /home/xonotic/.xonotic/data/secret.cfg
: 1633562221:0;ll /home/xonotic/.xonotic/dat
: 1633562223:0;ll /home/xonotic/.xonotic/data
: 1633562241:0;top
: 1633562332:0;unzip -l .xonotic/data/csprogs-xonotic-autobuild.pk3
: 1633562373:0;rm .xonotic/data/csprogs-xonotic-autobuild.pk3
: 1633562380:0;unzip /home/xonotic/Xonotic/data/xonotic-*-data.pk3 'csprogs.*'
: 1633562382:0;ll
: 1633562390:0;zip csprogs.serverpackage
: 1633562393:0;ls
: 1633562418:0;touch csprogs
: 1633562423:0;zip csprogs.serverpackage csprogs
: 1633562429:0;zip /home/xonotic/.xonotic/data/csprogs-xonotic-autobuild.pk3 csprogs.*
: 1633562431:0;rm csprogs.*\
: 1633562487:0;vim README.md
: 1633562493:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push
: 1633562495:0;vim README.md
: 1633562537:0;GIT=;cd /home/xonotic/; git config --global http.postBuffer 1048576000; git pull; git submodule update --remote --recursive; git add -u; git add * .*; git commit -m "."; git push