Posts

Showing posts from April 10, 2019

Eduard Meijers

Image
Prof. Meijers (1917) Eduard Maurits Meijers (* 10. Januar 1880 in Den Helder; † 25. Juni 1954 in Leiden) war ein Hochschullehrer für Jura an der Universität Leiden. Er legte die Grundlagen für das heute in den Niederlanden gültige Burgerlijk Wetboek ( Bürgerliches Gesetzbuch ). Inhaltsverzeichnis 1 Leben 2 Ehrungen 3 Familie 4 Schriften (Auswahl) 5 Literatur 6 Weblinks 7 Einzelnachweise Leben | Eduard Meijers war der Sohn des Marinearztes Isidor Meijers (* 2. Dezember 1838 in Hoorn) und seiner Ehefrau Julie Wolff (* 15. Mai 1847 in Den Haag; † 21. Februar 1933 in Amsterdam). [1] Er durchlief die Grundschule und absolvierte eine weitere Ausbildung am Gymnasium in Amsterdam. Nach bestandenem Abitur studierte er ab 1897 an der Universität von Amsterdam Jura, wo Johannes Fredericus Houwing (* 17. April 1857 in Blolzijl; † 10. März 1921 Doorn) sein prägender Lehrer wurde. Am 3. April 1903 promovierte er in Amsterdam mit dem Thema Dogmatisc

How do I change the url for get_site_url() in Wordpress?

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 I have a website which has a sister site linked to it (mysite.com/sistersite). When you click on the sister site's logo it redirects you back to the original site (mysite.com). I would like to for it to direct only to the sister site's homepage when clicked. This is the bit of code in the sister site's header.php where I believe I need to change the get_site_url(). What are my options for changing this function? <?php $homeimgdet='/" class="mm-logo"><img border="0" id="tlogo" src="'.get_stylesheet_directory_uri().'/img/'; $

Redis Upgrade from 3.0.7 to 5

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 1 I have plenty of Sentinel and Cluster servers running 3.0.7 and need to upgrade to 5. I cannot afford downtime. Can someone please advice me how to do it? Some DBs are so big that the servers cannot allocate a new/second instance in case of the best solution here is lunching a new Redis 5 on the same server and set it as slave of the 3.0.7. 1) Can I just go directly from 3.2 to 5 or do I need jump into 4 first? 2) Reading from here that need a massive restart when upgrading from 3.3 to 4. Any way to avoid downtime? How to reestablish the original cluster data? Backup and restore? Any advice is welcome.