Update notes for 2017-11-09

This commit is contained in:
2017-11-10 00:33:38 +02:00
parent b79e84cac1
commit 21e1e61f61
4 changed files with 15 additions and 15 deletions

View File

@ -38,7 +38,7 @@ COPY 54701
<meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-09T23:01:15&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-09T23:42:15&#43;02:00"/>
@ -88,7 +88,7 @@ COPY 54701
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
"wordCount": "2910",
"datePublished": "2017-11-02T09:37:54&#43;02:00",
"dateModified": "2017-11-09T23:01:15&#43;02:00",
"dateModified": "2017-11-09T23:42:15&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -685,7 +685,7 @@ proxy_set_header User-Agent $ua;
</ul>
<pre><code># cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep '09/Nov/2017' | grep -c 104.196.152.243
8483
8758
$ grep 104.196.152.243 dspace.log.2017-11-09 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | uniq | wc -l
223
</code></pre>