Skip to content

Blogs for Industry

blogs for the dead

  • Home
  • About Blogs for Industry

Monthly Archives: January 2018

Claus Wilke is writing a book on Data Visualization

  Direct link to the book: https://t.co/dXjW8kaAs6 — Claus Wilke (@ClausWilke) January 23, 2018

Posted byjimhuJanuary 24, 2018January 24, 2018Posted inscience

Multiple Docker mysql instances on different ports

Found a tutorial gives the following example: $ docker run -d –name=new-mysql -p 6604:3306 -v /storage/docker/mysql-datadir:/var/lib/mysql mysql let’s dissect what we’re passing to docker -d is short for –detach. This runs the container as a daemon in the background –name is the name of the container -p is short for –publish. This is a port […]

Posted byjimhuJanuary 11, 2018January 24, 2018Posted incomputer stuff

Adventures in Linux hosting: Multiple MySQL instances

Reading up on mySQL, I realized that rather than using Docker or VMs, the simplest thing to do is run multiple mySQL instances from the default installation.  Because the new machines are Ubuntu Linux, this can be controlled from systemd, the daemon that controls services. There is also documentation on mysql.com about using Docker and […]

Posted byjimhuJanuary 5, 2018January 5, 2018Posted incomputer stuff

Adventures in Linux hosting: Learning to use Docker

In the past, I’ve tried running multiple wikis from a single LAMP stack just using different databases for each one. The problem I ran into was that anything that caused one wiki to lock up mysql caused all of the wikis to lock up at the same time. This could happen during when some bot […]

Posted byjimhuJanuary 4, 2018January 11, 2018Posted incomputer stuff

Adventures in Linux hosting: Basic Mediawiki

The main purpose of the home setup is for testing our mediawiki setup. Our old sites are running old versions of Mediawiki on php5.6. Our custom extensions need to be updated to work with the latest MW and php7 in order to satisfy IT security, and on general principles. Documentation on MediaWiki.org has some tips […]

Posted byjimhuJanuary 4, 2018January 20, 2019Posted inUncategorized

Recent Posts

  • Colombian Empanadas
  • WP Pubmed Reflist tests
  • Godaddy weirdness
  • phpmyadmin hybrid install (apt + manual) on Ubuntu
  • Claus Wilke is writing a book on Data Visualization

Comments are on

but they're moderated and not checked very often.

Recent Comments

    Archives

    • June 2019
    • December 2018
    • October 2018
    • August 2018
    • January 2018
    • December 2017
    • May 2017
    • April 2017
    • March 2017
    • January 2017
    • December 2016
    • September 2016
    • June 2016
    • December 2015
    • November 2015
    • October 2015
    • August 2015
    • May 2015
    • April 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • October 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
    • May 2014
    • April 2014
    • January 2014
    • December 2013
    • November 2013
    • October 2013
    • September 2013
    • August 2013
    • July 2013
    • June 2013

    Categories

    • academia
    • computer stuff
    • food
    • ianal
    • misc
    • politics
    • science
    • sports
    • tech
    • Uncategorized
    • web development

    Links

    Science

    • TAMU Biochemistry and Biophysics Graduate Program
    • EcoliWiki
    • PortEco
    • Ontology for Microbial Phenotypes
    • Phenotype RCN
    • Grantome

    Food

    • Joe Pastry
    • Serious Eats
    • Smitten Kitchen

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Blogs for Industry, Proudly powered by WordPress.