diff --git a/content/2015-12.md b/content/2015-12.md new file mode 100644 index 000000000..2e1bc7394 --- /dev/null +++ b/content/2015-12.md @@ -0,0 +1,22 @@ ++++ +date = "2015-12-02T13:18:00+03:00" +author = "Alan Orth" +title = "December, 2015" +tags = ["notes"] +image = "../images/bg.jpg" + ++++ +## 2015-12-02 + +- Replace `lzop` with `xz` in log compression cron jobs on DSpace Test—it uses less space: + +``` +# cd /home/dspacetest.cgiar.org/log +# ls -lh dspace.log.2015-11-18* +-rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18 +-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo +-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz +``` + +- I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar wrapper +- Need to remember to go check if everything is ok in a few days and then change CGSpace diff --git a/public/.gitignore b/public/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/public/2015-11/index.html b/public/2015-11/index.html index 947b40b2e..5f661fbd3 100644 --- a/public/2015-11/index.html +++ b/public/2015-11/index.html @@ -244,7 +244,7 @@ db.statementpool = true - + diff --git a/public/2015-12/index.html b/public/2015-12/index.html new file mode 100644 index 000000000..c6dc13741 --- /dev/null +++ b/public/2015-12/index.html @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + December, 2015 · CGSpace Notes + + + + + + + + + + + + + +
+ + +
+
+

December, 2015

+ +
+
+ + +

2015-12-02

+ +
    +
  • Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less space:
  • +
+ +
# cd /home/dspacetest.cgiar.org/log
+# ls -lh dspace.log.2015-11-18*
+-rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18
+-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo
+-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz
+
+ +
    +
  • I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar wrapper
  • +
  • Need to remember to go check if everything is ok in a few days and then change CGSpace
  • +
+ +
+ +
+ +
+ + + + + + + + + diff --git a/public/index.html b/public/index.html index 1af18ed8b..eb5fb6017 100644 --- a/public/index.html +++ b/public/index.html @@ -58,6 +58,34 @@
+
+
+

December, 2015

+ +
+
+ 2015-12-02 Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less space: # cd /home/dspacetest.cgiar.org/log # ls -lh dspace.log.2015-11-18* -rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18 -rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo -rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar +
+ + + +
+ + + +
+

November, 2015

diff --git a/public/index.xml b/public/index.xml index cf3d226b4..47964f85d 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,9 +6,37 @@ Recent content on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 23 Nov 2015 17:00:57 +0300 + Wed, 02 Dec 2015 13:18:00 +0300 + + December, 2015 + /cgspace-notes/2015-12/ + Wed, 02 Dec 2015 13:18:00 +0300 + + /cgspace-notes/2015-12/ + + +<h2 id="2015-12-02:012a628feed6d64ae1151cbd6151ccd6">2015-12-02</h2> + +<ul> +<li>Replace <code>lzop</code> with <code>xz</code> in log compression cron jobs on DSpace Test—it uses less space:</li> +</ul> + +<pre><code># cd /home/dspacetest.cgiar.org/log +# ls -lh dspace.log.2015-11-18* +-rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18 +-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo +-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz +</code></pre> + +<ul> +<li>I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar wrapper</li> +<li>Need to remember to go check if everything is ok in a few days and then change CGSpace</li> +</ul> + + + November, 2015 /cgspace-notes/2015-11/ diff --git a/public/sitemap.xml b/public/sitemap.xml index 73d0f6889..970919591 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,10 +3,15 @@ /cgspace-notes/ - 2015-11-23T17:00:57+03:00 + 2015-12-02T13:18:00+03:00 0 + + /cgspace-notes/2015-12/ + 2015-12-02T13:18:00+03:00 + + /cgspace-notes/2015-11/ 2015-11-23T17:00:57+03:00 diff --git a/public/tags/index.html b/public/tags/index.html index 76e49b206..21f159290 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -64,7 +64,7 @@ diff --git a/public/tags/notes/index.html b/public/tags/notes/index.html index cbd356cc1..6a671b1d2 100644 --- a/public/tags/notes/index.html +++ b/public/tags/notes/index.html @@ -61,6 +61,32 @@

Notes

+
+
+
+

December, 2015

+ +
+
+ 2015-12-02 Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less space: # cd /home/dspacetest.cgiar.org/log # ls -lh dspace.log.2015-11-18* -rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18 -rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo -rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar +
+ + + +
+ +
diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index cf0cca61a..a2bfec938 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -6,9 +6,37 @@ Recent content in Notes on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 23 Nov 2015 17:00:57 +0300 + Wed, 02 Dec 2015 13:18:00 +0300 + + December, 2015 + /cgspace-notes/2015-12/ + Wed, 02 Dec 2015 13:18:00 +0300 + + /cgspace-notes/2015-12/ + + +<h2 id="2015-12-02:012a628feed6d64ae1151cbd6151ccd6">2015-12-02</h2> + +<ul> +<li>Replace <code>lzop</code> with <code>xz</code> in log compression cron jobs on DSpace Test—it uses less space:</li> +</ul> + +<pre><code># cd /home/dspacetest.cgiar.org/log +# ls -lh dspace.log.2015-11-18* +-rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18 +-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo +-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz +</code></pre> + +<ul> +<li>I had used lrzip once, but it needs more memory and is harder to use as it requires the lrztar wrapper</li> +<li>Need to remember to go check if everything is ok in a few days and then change CGSpace</li> +</ul> + + + November, 2015 /cgspace-notes/2015-11/