mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-16 20:07:03 +01:00
Update notes for 2019-04-07
This commit is contained in:
parent
48ce3a8065
commit
a9596bdfed
@ -362,8 +362,8 @@ $ cat /proc/loadavg
|
|||||||
- According to the server logs there is actually not much going on right now:
|
- According to the server logs there is actually not much going on right now:
|
||||||
|
|
||||||
```
|
```
|
||||||
# zcat --force /var/log/nginx/{access,library-access}.log /var/log/nginx/{access,library-access}.log.1 | grep -E "07/Apr/2019:(18|19)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
# zcat --force /var/log/nginx/{access,library-access}.log /var/log/nginx/{access,library-access}.log.1 | grep -E "07/Apr/2019:(18|19|20)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
116 40.77.167.128
|
118 18.195.78.144
|
||||||
128 207.46.13.219
|
128 207.46.13.219
|
||||||
129 167.114.64.100
|
129 167.114.64.100
|
||||||
159 207.46.13.129
|
159 207.46.13.129
|
||||||
@ -372,11 +372,11 @@ $ cat /proc/loadavg
|
|||||||
195 66.249.79.59
|
195 66.249.79.59
|
||||||
363 40.77.167.21
|
363 40.77.167.21
|
||||||
740 2a01:4f8:140:3192::2
|
740 2a01:4f8:140:3192::2
|
||||||
3711 45.5.184.72
|
4823 45.5.184.72
|
||||||
# zcat --force /var/log/nginx/{rest,oai}.log /var/log/nginx/{rest,oai}.log.1 | grep -E "07/Apr/2019:(18|19)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
# zcat --force /var/log/nginx/{rest,oai}.log /var/log/nginx/{rest,oai}.log.1 | grep -E "07/Apr/2019:(18|19|20)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
3 2a02:1206:4576:bae0:95ff:8bbd:a274:6223
|
|
||||||
3 66.249.79.62
|
3 66.249.79.62
|
||||||
3 66.249.83.196
|
3 66.249.83.196
|
||||||
|
4 207.46.13.86
|
||||||
5 82.145.222.150
|
5 82.145.222.150
|
||||||
6 2a01:4f9:2b:1263::2
|
6 2a01:4f9:2b:1263::2
|
||||||
6 41.204.190.40
|
6 41.204.190.40
|
||||||
|
@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" />
|
||||||
<meta property="article:published_time" content="2019-04-01T09:00:43+03:00"/>
|
<meta property="article:published_time" content="2019-04-01T09:00:43+03:00"/>
|
||||||
<meta property="article:modified_time" content="2019-04-07T21:05:52+03:00"/>
|
<meta property="article:modified_time" content="2019-04-07T21:15:03+03:00"/>
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="April, 2019"/>
|
<meta name="twitter:title" content="April, 2019"/>
|
||||||
@ -83,7 +83,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
|
|||||||
"url": "https://alanorth.github.io/cgspace-notes/2019-04/",
|
"url": "https://alanorth.github.io/cgspace-notes/2019-04/",
|
||||||
"wordCount": "2222",
|
"wordCount": "2222",
|
||||||
"datePublished": "2019-04-01T09:00:43+03:00",
|
"datePublished": "2019-04-01T09:00:43+03:00",
|
||||||
"dateModified": "2019-04-07T21:05:52+03:00",
|
"dateModified": "2019-04-07T21:15:03+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -581,8 +581,8 @@ X-XSS-Protection: 1; mode=block
|
|||||||
<li>According to the server logs there is actually not much going on right now:</li>
|
<li>According to the server logs there is actually not much going on right now:</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<pre><code># zcat --force /var/log/nginx/{access,library-access}.log /var/log/nginx/{access,library-access}.log.1 | grep -E "07/Apr/2019:(18|19)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
<pre><code># zcat --force /var/log/nginx/{access,library-access}.log /var/log/nginx/{access,library-access}.log.1 | grep -E "07/Apr/2019:(18|19|20)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
116 40.77.167.128
|
118 18.195.78.144
|
||||||
128 207.46.13.219
|
128 207.46.13.219
|
||||||
129 167.114.64.100
|
129 167.114.64.100
|
||||||
159 207.46.13.129
|
159 207.46.13.129
|
||||||
@ -591,11 +591,11 @@ X-XSS-Protection: 1; mode=block
|
|||||||
195 66.249.79.59
|
195 66.249.79.59
|
||||||
363 40.77.167.21
|
363 40.77.167.21
|
||||||
740 2a01:4f8:140:3192::2
|
740 2a01:4f8:140:3192::2
|
||||||
3711 45.5.184.72
|
4823 45.5.184.72
|
||||||
# zcat --force /var/log/nginx/{rest,oai}.log /var/log/nginx/{rest,oai}.log.1 | grep -E "07/Apr/2019:(18|19)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
# zcat --force /var/log/nginx/{rest,oai}.log /var/log/nginx/{rest,oai}.log.1 | grep -E "07/Apr/2019:(18|19|20)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
3 2a02:1206:4576:bae0:95ff:8bbd:a274:6223
|
|
||||||
3 66.249.79.62
|
3 66.249.79.62
|
||||||
3 66.249.83.196
|
3 66.249.83.196
|
||||||
|
4 207.46.13.86
|
||||||
5 82.145.222.150
|
5 82.145.222.150
|
||||||
6 2a01:4f9:2b:1263::2
|
6 2a01:4f9:2b:1263::2
|
||||||
6 41.204.190.40
|
6 41.204.190.40
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc>
|
||||||
<lastmod>2019-04-07T21:05:52+03:00</lastmod>
|
<lastmod>2019-04-07T21:15:03+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -219,7 +219,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2019-04-07T21:05:52+03:00</lastmod>
|
<lastmod>2019-04-07T21:15:03+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -230,7 +230,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2019-04-07T21:05:52+03:00</lastmod>
|
<lastmod>2019-04-07T21:15:03+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -242,13 +242,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2019-04-07T21:05:52+03:00</lastmod>
|
<lastmod>2019-04-07T21:15:03+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2019-04-07T21:05:52+03:00</lastmod>
|
<lastmod>2019-04-07T21:15:03+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user