From 3da77646ad2a7b1565e2d908863309ac09cf67e2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 3 Oct 2018 11:52:48 +0300 Subject: [PATCH] Add notes for 2018-10-03 --- content/posts/2018-10.md | 27 ++++++++++++++++++++++++++ docs/2018-10/index.html | 39 +++++++++++++++++++++++++++++++++----- docs/categories/index.html | 2 +- docs/index.html | 2 +- docs/index.xml | 2 +- docs/posts/index.html | 2 +- docs/posts/index.xml | 2 +- docs/sitemap.xml | 10 +++++----- docs/tags/index.html | 2 +- docs/tags/notes/index.html | 2 +- docs/tags/notes/index.xml | 2 +- 11 files changed, 74 insertions(+), 18 deletions(-) diff --git a/content/posts/2018-10.md b/content/posts/2018-10.md index 68ef6cc47..89818151f 100644 --- a/content/posts/2018-10.md +++ b/content/posts/2018-10.md @@ -10,4 +10,31 @@ tags: ["Notes"] - Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items - I created a GitHub issue to track this [#389](https://github.com/ilri/DSpace/issues/389), because I'm super busy in Nairobi right now +## 2018-10-03 + +- I see Moayad was busy collecting item views and downloads from CGSpace yesterday: + +``` +# zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} +' | sort | uniq -c | sort -n | tail -n 10 + 933 40.77.167.90 + 971 95.108.181.88 + 1043 41.204.190.40 + 1454 157.55.39.54 + 1538 207.46.13.69 + 1719 66.249.64.61 + 2048 50.116.102.77 + 4639 66.249.64.59 + 4736 35.237.175.180 + 150362 34.218.226.147 +``` + +- Of those, about 20% were HTTP 500 responses (!): + +``` +$ zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | grep 34.218.226.147 | awk '{print $9}' | sort -n | uniq -c + 118927 200 + 31435 500 +``` + diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index d2ac8f305..bdff59362 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -6,14 +6,14 @@ - + - + - + @@ -24,9 +24,9 @@ "@type": "BlogPosting", "headline": "October, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-10/", - "wordCount": "40", + "wordCount": "135", "datePublished": "2018-10-01T22:31:54+03:00", - "dateModified": "2018-10-01T22:31:54+03:00", + "dateModified": "2018-10-01T22:33:15+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -101,6 +101,35 @@
  • I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now
  • +

    2018-10-03

    + + + +
    # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1}
    +' | sort | uniq -c | sort -n | tail -n 10
    +    933 40.77.167.90
    +    971 95.108.181.88
    +   1043 41.204.190.40
    +   1454 157.55.39.54
    +   1538 207.46.13.69
    +   1719 66.249.64.61
    +   2048 50.116.102.77
    +   4639 66.249.64.59
    +   4736 35.237.175.180
    + 150362 34.218.226.147
    +
    + + + +
    $ zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | grep 34.218.226.147 | awk '{print $9}' | sort -n | uniq -c
    + 118927 200
    +  31435 500
    +
    + diff --git a/docs/categories/index.html b/docs/categories/index.html index 3a7a22dc6..f52df31c2 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -96,7 +96,7 @@

    - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. Read more → diff --git a/docs/index.html b/docs/index.html index b4327e59e..c9ac48a71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,7 +98,7 @@

    - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. Read more → diff --git a/docs/index.xml b/docs/index.xml index 3f3cb9792..5a2e006a2 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -17,7 +17,7 @@ Mon, 01 Oct 2018 22:31:54 +0300 https://alanorth.github.io/cgspace-notes/2018-10/ - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. diff --git a/docs/posts/index.html b/docs/posts/index.html index 1459dac8d..fa3e01fd9 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -98,7 +98,7 @@

    - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. Read more → diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 7d297b5dd..4aade5da1 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -17,7 +17,7 @@ Mon, 01 Oct 2018 22:31:54 +0300 https://alanorth.github.io/cgspace-notes/2018-10/ - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40.
    diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 6438774b9..28bd64a74 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2018-10/ - 2018-10-01T22:31:54+03:00 + 2018-10-01T22:33:15+03:00 @@ -189,7 +189,7 @@ https://alanorth.github.io/cgspace-notes/ - 2018-10-01T22:31:54+03:00 + 2018-10-01T22:33:15+03:00 0 @@ -200,7 +200,7 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2018-10-01T22:31:54+03:00 + 2018-10-01T22:33:15+03:00 0 @@ -212,13 +212,13 @@ https://alanorth.github.io/cgspace-notes/posts/ - 2018-10-01T22:31:54+03:00 + 2018-10-01T22:33:15+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2018-10-01T22:31:54+03:00 + 2018-10-01T22:33:15+03:00 0 diff --git a/docs/tags/index.html b/docs/tags/index.html index 39ebf0871..f2b5f4506 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -98,7 +98,7 @@

    - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. Read more → diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html index b088328ec..106341779 100644 --- a/docs/tags/notes/index.html +++ b/docs/tags/notes/index.html @@ -83,7 +83,7 @@

    - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40. Read more → diff --git a/docs/tags/notes/index.xml b/docs/tags/notes/index.xml index 3421e88c6..79fc99292 100644 --- a/docs/tags/notes/index.xml +++ b/docs/tags/notes/index.xml @@ -17,7 +17,7 @@ Mon, 01 Oct 2018 22:31:54 +0300 https://alanorth.github.io/cgspace-notes/2018-10/ - 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now + 2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40.