It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://turtleblog.info/feed

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta name="viewport" content="width=device-width"/>
  6. <link rel="profile" href="http://gmpg.org/xfn/11"/>
  7. <link rel="pingback" href="https://turtleblog.info/xmlrpc.php"/>
  8. <!--[if lt IE 9]>
  9. <script src="https://s2.wp.com/wp-content/themes/pub/newsworthy/js/html5.js" type="text/javascript"></script>
  10. <![endif]-->
  11. <title>The Turtle Partnership Blog - Random Thoughts From An Unusual Company</title>
  12. <link rel="canonical" href="https://turtleblog.info" />
  13. <meta name="robots" content="max-image-preview:large"/>
  14. <!-- Async WordPress.com Remote Login -->
  15. <script id="wpcom_remote_login_js">
  16. var wpcom_remote_login_extra_auth = '';
  17. function wpcom_remote_login_remove_dom_node_id( element_id ) {
  18. var dom_node = document.getElementById( element_id );
  19. if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
  20. }
  21. function wpcom_remote_login_remove_dom_node_classes( class_name ) {
  22. var dom_nodes = document.querySelectorAll( '.' + class_name );
  23. for ( var i = 0; i < dom_nodes.length; i++ ) {
  24. dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
  25. }
  26. }
  27. function wpcom_remote_login_final_cleanup() {
  28. wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
  29. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
  30. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
  31. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
  32. wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
  33. wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
  34. }
  35. // Watch for messages back from the remote login
  36. window.addEventListener( "message", function( e ) {
  37. if ( e.origin === "https://r-login.wordpress.com" ) {
  38. var data = {};
  39. try {
  40. data = JSON.parse( e.data );
  41. } catch( e ) {
  42. wpcom_remote_login_final_cleanup();
  43. return;
  44. }
  45. if ( data.msg === 'LOGIN' ) {
  46. // Clean up the login check iframe
  47. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
  48. var id_regex = new RegExp( /^[0-9]+$/ );
  49. var token_regex = new RegExp( /^.*|.*|.*$/ );
  50. if (
  51. token_regex.test( data.token )
  52. && id_regex.test( data.wpcomid )
  53. ) {
  54. // We have everything we need to ask for a login
  55. var script = document.createElement( "script" );
  56. script.setAttribute( "id", "wpcom_remote_login_validate" );
  57. script.src='/'
  58. + '&wpcomid=' + data.wpcomid
  59. + '&token=' + encodeURIComponent( data.token )
  60. + '&host=' + window.location.protocol
  61. + '//' + window.location.hostname
  62. + '&postid=4811'
  63. + '&is_singular=';
  64. document.body.appendChild( script );
  65. }
  66. return;
  67. }
  68. // Safari ITP, not logged in, so redirect
  69. if ( data.msg === 'LOGIN-REDIRECT' ) {
  70. + window.location.href;
  71. return;
  72. }
  73. // Safari ITP, storage access failed, remove the request
  74. if ( data.msg === 'LOGIN-REMOVE' ) {
  75. var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
  76. var style_zap = document.createElement( 'style' );
  77. style_zap.type = 'text/css';
  78. style_zap.appendChild( document.createTextNode( css_zap ) );
  79. document.body.appendChild( style_zap );
  80. var e = document.getElementById( 'wpcom_request_access_iframe' );
  81. e.parentNode.removeChild( e );
  82. document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
  83. return;
  84. }
  85. // Safari ITP
  86. if ( data.msg === 'REQUEST_ACCESS' ) {
  87. console.log( 'request access: safari' );
  88. // Check ITP iframe enable/disable knob
  89. if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
  90. return;
  91. }
  92. // If we are in a "private window" there is no ITP.
  93. var private_window = false;
  94. try {
  95. var opendb = window.openDatabase( null, null, null, null );
  96. } catch( e ) {
  97. private_window = true;
  98. }
  99. if ( private_window ) {
  100. console.log( 'private window' );
  101. return;
  102. }
  103. var iframe = document.createElement( 'iframe' );
  104. iframe.id = 'wpcom_request_access_iframe';
  105. iframe.setAttribute( 'scrolling', 'no' );
  106. iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
  107. iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
  108. var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
  109. var style = document.createElement( 'style' );
  110. style.type = 'text/css';
  111. style.id = 'wpcom_request_access_styles';
  112. style.appendChild( document.createTextNode( css ) );
  113. document.body.appendChild( style );
  114. document.body.appendChild( iframe );
  115. }
  116. if ( data.msg === 'DONE' ) {
  117. wpcom_remote_login_final_cleanup();
  118. }
  119. }
  120. }, false );
  121. // Inject the remote login iframe after the page has had a chance to load
  122. // more critical resources
  123. window.addEventListener( "DOMContentLoaded", function( e ) {
  124. var iframe = document.createElement( "iframe" );
  125. iframe.style.display = "none";
  126. iframe.setAttribute( "scrolling", "no" );
  127. iframe.setAttribute( "id", "wpcom_remote_login_key" );
  128. iframe.src = "https://r-login.wordpress.com/remote-login.php"
  129. + "?wpcom_remote_login=key"
  130. + "&origin=aHR0cHM6Ly90dXJ0bGVibG9nLmluZm8%3D"
  131. + "&wpcomid=56948786"
  132. + "&time=1679363264";
  133. document.body.appendChild( iframe );
  134. }, false );
  135. </script>
  136. <link rel="dns-prefetch" href="https://s1.wp.com/"/>
  137. <link rel="dns-prefetch" href="https://s2.wp.com/"/>
  138. <link rel="dns-prefetch" href="https://turtledotblog.wordpress.com/"/>
  139. <link rel="dns-prefetch" href="https://s0.wp.com/"/>
  140. <link rel="dns-prefetch" href="https://fonts-api.wp.com/"/>
  141. <link href="https://fonts.gstatic.com/" crossorigin rel="preconnect"/>
  142. <script type="text/javascript">
  143. /* <![CDATA[ */
  144. function addLoadEvent(func) {
  145. var oldonload = window.onload;
  146. if (typeof window.onload != 'function') {
  147. window.onload = func;
  148. } else {
  149. window.onload = function () {
  150. oldonload();
  151. func();
  152. }
  153. }
  154. }
  155. /* ]]> */
  156. </script>
  157. <script type="text/javascript">
  158. window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min-m-1677072837h-ver-6.2-alpha-55181.js"}};
  159. /*! This file is auto-generated */
  160. !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
  161. </script>
  162. <style type="text/css">
  163. img.wp-smiley,
  164. img.emoji {
  165. display: inline !important;
  166. border: none !important;
  167. box-shadow: none !important;
  168. height: 1em !important;
  169. width: 1em !important;
  170. margin: 0 0.07em !important;
  171. vertical-align: -0.1em !important;
  172. background: none !important;
  173. padding: 0 !important;
  174. }
  175. </style>
  176. <link rel="stylesheet" id="all-css-0-1" href="css/lIfPloYak21NQnj2Q3fpetCFeAXNoV0x6bSk2r4q41t0c9d-nObLfJ7GYXsBpFxTGA---cssminify-yes_0wbq4jwxvm83aadiss3p3f.css" type="text/css" media="all"/>
  177. <style id="wp-block-library-inline-css">
  178. .has-text-align-justify {
  179. text-align:justify;
  180. }
  181. .wp-block-cover__image-background.has-parallax {
  182. background-size: cover;
  183. }
  184. </style>
  185. <link rel="stylesheet" id="all-css-2-1" href="css/Yfdu2LkBlFMRgkrv7sFPrO18AWujc38beJSgygjtzTrr1cqpw09mJZunEi5/6wZ2KsbAOJZKqmBv4p6-I43bp9fhebt72W42T4-HDwGetMY--cssminify-yes.css" type="text/css" media="all"/>
  186. <style id="global-styles-inline-css">
  187. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://turtleblog.info/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://turtleblog.info/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://turtleblog.info/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://turtleblog.info/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://turtleblog.info/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://turtleblog.info/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://turtleblog.info/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://turtleblog.info/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans';--wp--preset--font-family--alegreya: Alegreya;--wp--preset--font-family--arvo: Arvo;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda';--wp--preset--font-family--cabin: Cabin;--wp--preset--font-family--chivo: Chivo;--wp--preset--font-family--commissioner: Commissioner;--wp--preset--font-family--cormorant: Cormorant;--wp--preset--font-family--courier-prime: 'Courier Prime';--wp--preset--font-family--crimson-pro: 'Crimson Pro';--wp--preset--font-family--dm-mono: 'DM Mono';--wp--preset--font-family--dm-sans: 'DM Sans';--wp--preset--font-family--domine: Domine;--wp--preset--font-family--eb-garamond: 'EB Garamond';--wp--preset--font-family--epilogue: Epilogue;--wp--preset--font-family--figtree: Figtree;--wp--preset--font-family--fira-sans: 'Fira Sans';--wp--preset--font-family--fraunces: Fraunces;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono';--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans';--wp--preset--font-family--inter: Inter;--wp--preset--font-family--josefin-sans: 'Josefin Sans';--wp--preset--font-family--jost: Jost;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville';--wp--preset--font-family--libre-franklin: 'Libre Franklin';--wp--preset--font-family--literata: Literata;--wp--preset--font-family--lora: Lora;--wp--preset--font-family--merriweather: Merriweather;--wp--preset--font-family--montserrat: Montserrat;--wp--preset--font-family--newsreader: Newsreader;--wp--preset--font-family--nunito: Nunito;--wp--preset--font-family--open-sans: 'Open Sans';--wp--preset--font-family--overpass: Overpass;--wp--preset--font-family--petrona: Petrona;--wp--preset--font-family--piazzolla: Piazzolla;--wp--preset--font-family--playfair-display: 'Playfair Display';--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans';--wp--preset--font-family--poppins: Poppins;--wp--preset--font-family--raleway: Raleway;--wp--preset--font-family--roboto-slab: 'Roboto Slab';--wp--preset--font-family--roboto: Roboto;--wp--preset--font-family--rubik: Rubik;--wp--preset--font-family--sora: Sora;--wp--preset--font-family--source-sans-pro: 'Source Sans Pro';--wp--preset--font-family--source-serif-pro: 'Source Serif Pro';--wp--preset--font-family--space-mono: 'Space Mono';--wp--preset--font-family--texturina: Texturina;--wp--preset--font-family--work-sans: 'Work Sans';--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  188. :where(.wp-block-columns.is-layout-flex){gap: 2em;}
  189. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  190. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  191. </style>
  192. <link rel="stylesheet" id="all-css-4-1" href="wp-content/themes/pub/newsworthy/style-m-1499390318h-cssminify-yes.css" type="text/css" media="all"/>
  193. <link rel="stylesheet" id="newsworthy-oswald-css" href="css-family-Oswald-400-700-300-ver-6.2-alpha-55181.css" media="all"/>
  194. <link rel="stylesheet" id="all-css-6-1" href="_static/---eJx9jt0KwjAMhV/IGoXOXYnPErusdLZNaVL2-qsiTEG8yvk4PwTWYhxnpayQmimx-ZAFFtKC7vFmEMV-PCSeWiSBNUyeVKBHu1Mx7eroRA7we9UTm8gONXD-AjNHDPVftdI9sn890VMf-Czd0vV8GcaTtcNolw17yk7o-cssminify-yes.css" type="text/css" media="all"/>
  195. <style id="jetpack-global-styles-frontend-style-inline-css">
  196. :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
  197. </style>
  198. <link rel="stylesheet" id="all-css-8-1" href="wp-content/themes/h4/global-m-1420737423h-cssminify-yes.css" type="text/css" media="all"/>
  199. <script id="wpcom-actionbar-placeholder-js-extra">
  200. var actionbardata = {"siteID":"56948786","siteURL":"https:\/\/turtleblog.info","xhrURL":"/","nonce":"aa37df4af6","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"wp-content/js/wpcom-proxy-request-ver-20211021.js","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}};
  201. </script>
  202. <script type="text/javascript" src="_static/---eJzTLy/QTc7PK0nNK9HPKtbPzU/KzEnVLS1OLUpMB4rpZual5etlFevoo6oryinRLSjKr6iEyWXmJeeUpqQWgySzCktTiyqhlF5uZh5BRbq5melFiSWpUMX2ubaGZuYWlhYGlhaGWQCPrjue.js"></script>
  203. <script type="text/javascript">
  204. window.addEventListener( 'DOMContentLoaded', function() {
  205. rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
  206. } );
  207. </script>
  208. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://turtledotblog.wordpress.com/xmlrpc.php?rsd"/>
  209. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/>
  210. <meta name="generator" content="WordPress.com"/>
  211. <link rel="shortlink" href="https://wp.me/3QWYO"/>
  212. <!-- Jetpack Open Graph Tags -->
  213. <meta property="og:type" content="website"/>
  214. <meta property="og:title" content="The Turtle Partnership Blog"/>
  215. <meta property="og:description" content="Random Thoughts From An Unusual Company"/>
  216. <meta property="og:url" content="https://turtleblog.info/"/>
  217. <meta property="og:site_name" content="The Turtle Partnership Blog"/>
  218. <meta property="og:image" content="i/blank.jpg"/>
  219. <meta property="og:image:alt" content=""/>
  220. <meta property="og:locale" content="en_US"/>
  221. <meta name="twitter:creator" content="@gabturtle"/>
  222. <meta name="twitter:site" content="@gabturtle"/>
  223. <!-- End Jetpack Open Graph Tags -->
  224. <link rel="shortcut icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
  225. <link rel="icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
  226. <link rel="apple-touch-icon" href="i/webclip.png"/>
  227. <link rel="openid.server" href="https://turtleblog.info/?openidserver=1"/>
  228. <link rel="openid.delegate" href="https://turtleblog.info/"/>
  229. <link rel="search" type="application/opensearchdescription+xml" href="https://turtleblog.info/osd.xml" title="The Turtle Partnership Blog"/>
  230. <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
  231. <meta name="theme-color" content="#f2f2f2"/>
  232. <meta name="application-name" content="The Turtle Partnership Blog"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="Random Thoughts From An Unusual Company"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://turtleblog.info/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Random Thoughts From An Unusual Company"/>
  233. <style type="text/css" id="custom-colors-css">.posted-meta {
  234. box-shadow: none;
  235. }
  236. .site-title {
  237. text-shadow: none;
  238. text-transform: uppercase;
  239. }
  240. .entry-meta a{
  241. color: #999999 !important;
  242. }
  243. .entry-meta a:hover{
  244. color: #000000 !important;
  245. }
  246. .page-links a, .page-link a, .navigation-main a, .main-small-navigation a{color:#ffffff !important;}
  247. #nav-below a:hover, .hentry a:hover, #colophon a:hover{color:#000000;}
  248. #sidebar .widget-title a:hover{color: #000000;}
  249. #sidebar .widget a:hover{color: #999999;}
  250. body { background-color: #f2f2f2;}
  251. a, a:link, #sidebar .widget-title, #sidebar .widget-title a, #comment-nav-above a, #comment-nav-below a, #nav-above a, #nav-below a, .entry-title, #infinite-footer .blog-info a { color: #006C93;}
  252. .navigation-main ul ul a, .navigation-main li.current_page_item a, .navigation-main li.current-menu-item a, .main-small-navigation a, .page-links a, .page-link a { background-color: #00aeef;}
  253. .navigation-main ul ul a:hover, .navigation-main li:hover > a, .main-small-navigation a:hover { background-color: #00AEEF;}
  254. .main-small-navigation { border-color: #00AEEF;}
  255. #nav-below a:hover { color: #00AEEF;}
  256. .navigation-main { border-color: #00aeef;}
  257. .site-title a, .site-description { color: #006C93;}
  258. header[role=banner] #s { border-color: #00aeef;}
  259. .posted-meta, .page-header { background-color: #449ABF;}
  260. .posted-meta, .page-header { border-color: #dcecf3;}
  261. .posted-meta, .posted-meta a, #sidebar .widget li a:hover, .hentry a:hover, #site-generator a:hover, .page-header .page-title { color: #000000;}
  262. .date-meta { border-color: #000000;}
  263. </style>
  264. <link rel="stylesheet" id="custom-css-css" type="text/css" href="-custom-css-1-csblog-3QWYO-cscache-6-csrev-10.css"/>
  265. <!-- Your Google Analytics Plugin is missing the tracking ID -->
  266. </head>
  267. <body class="home blog customizer-styles-applied highlander-enabled highlander-light custom-colors">
  268. <div id="nav-wrapper">
  269. <nav id="site-navigation" class="navigation-main" role="navigation">
  270. <div class="menu-wrapper">
  271. <h1 class="menu-toggle">Menu</h1>
  272. <div class="assistive-text skip-link"><a href="#content" title="Skip to content">Skip to content</a></div>
  273. <div class="menu"><ul>
  274. <li class="page_item page-item-1"><a href="about/">About</a></li>
  275. </ul></div>
  276. </div>
  277. </nav><!-- #site-navigation -->
  278. </div>
  279. <div id="container">
  280. <header id="branding" role="banner">
  281.      <div id="inner-header" class="clearfix">
  282. <hgroup id="site-heading">
  283. <h1 class="site-title"><a href="/" title="The Turtle Partnership Blog" rel="home">The Turtle Partnership Blog</a></h1>
  284. <h2 class="site-description">Random Thoughts From An Unusual Company</h2>
  285. </hgroup>
  286.         <form method="get" id="searchform" class="searchform" action="/" role="search">
  287. <label for="s" class="assistive-text">Search</label>
  288. <input type="search" class="field" name="s" value="" id="s" placeholder="Search …"/>
  289. <input type="submit" class="submit" id="searchsubmit" value="Search"/>
  290. </form>
  291.      </div>
  292. </header><!-- #branding -->
  293.    <div id="content" class="clearfix">
  294.        <div id="main" class="column clearfix" role="main">
  295. <article id="post-4811" class="post-4811 post type-post status-publish format-standard hentry category-domino category-hcl category-presentations tag-admin tag-conferences tag-domino tag-presentations tag-technical">
  296. <div class="posted-meta">
  297.     <div class="date-meta">
  298.         <a href="2022/05/26/engage-2022-bruges-tips-to-delight-your-domino-admin/" rel="bookmark">05.26.22</a>
  299.        </div>
  300.        <div class="author-meta">
  301.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  302.    </div><!-- end .posted-meta -->
  303. <header class="entry-header">
  304. <h1 class="entry-title"><a href="2022/05/26/engage-2022-bruges-tips-to-delight-your-domino-admin/" rel="bookmark">Engage 2022 Bruges - Tips To Delight Your Domino&nbsp;Admin</a></h1>
  305. </header><!-- .entry-header -->
  306. <div class="entry-content">
  307. <p>Below is a copy of my presentation from Engage &#8220;30 Tips To Delight Your Domino Admin&#8221;</p>
  308. <p>This was my first presentation in over two years and Engage couldn’t have been a better choice.  As always the event was packed with people and content as well as being hosted in beautiful Bruges.  Thank you to Theo Heselmans and Hilde for all their hard work and pulling together the whole thing.</p>
  309. <p><em>From day to day administration to advanced configuration from automated maintenance to running the best multi client mail server on the market, from advanced security to data access, prepare to be surprised and delighted as we cover as many top tips that we can fit into the time of this session.</em></p>
  310. <figure class="wp-block-embed is-type-rich is-provider-slideshare wp-block-embed-slideshare"><div class="wp-block-embed__wrapper">
  311. <div class="embed-slideshare"><iframe title="Engage2022 - Domino Admin Tips" src="slideshow/embed_code/key/DD1haZY1fag8H_ext_iframe/" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/gabturtle/engage2022-domino-admin-tips" title="Engage2022 - Domino Admin Tips" target="_blank">Engage2022 - Domino Admin Tips</a> </strong> from <strong><a href="https://www.slideshare.net/gabturtle" target="_blank">Gabriella Davis</a></strong> </div></div>
  312. </div></figure>
  313. </div><!-- .entry-content -->
  314. <footer class="entry-meta">
  315. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  316. <span class="cat-links">
  317. Posted in <a href="category/domino/" rel="category tag">Domino</a>, <a href="tag/hcl/" rel="category tag">HCL</a>, <a href="category/presentations/" rel="category tag">Presentations</a> </span>
  318. <span class="sep"> | </span><span class="tags-links">Tagged <a href="tag/admin/" rel="tag">Admin</a>, <a href="tag/conferences/" rel="tag">Conferences</a>, <a href="tag/domino/" rel="tag">Domino</a>, <a href="tag/presentations/" rel="tag">Presentations</a>, <a href="tag/technical/" rel="tag">Technical</a></span>
  319. </footer><!-- .entry-meta -->
  320. </article><!-- #post-## -->
  321. <article id="post-4802" class="post-4802 post type-post status-publish format-standard hentry category-general">
  322. <div class="posted-meta">
  323.     <div class="date-meta">
  324.         <a href="2021/06/07/agenda-for-todays-v12-launch-event/" rel="bookmark">06.07.21</a>
  325.        </div>
  326.        <div class="author-meta">
  327.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  328.    </div><!-- end .posted-meta -->
  329. <header class="entry-header">
  330. <h1 class="entry-title"><a href="2021/06/07/agenda-for-todays-v12-launch-event/" rel="bookmark">Agenda for Today’s V12 Launch&nbsp;Event</a></h1>
  331. </header><!-- .entry-header -->
  332. <div class="entry-content">
  333. <p>If you registered for today’s HCL v12 launch event and have not received a link to the agenda - click <a href="https://hcldominov12.virtualeventpro.com/">here</a> and login with your registration credentials. </p>
  334. <p>Or click <a href="https://hcldominov12.virtualeventpro.com/">here</a> to register then login. 9am EST / 2pm BST start.  Here is a sneak peek at the launch day sessions.</p>
  335. <figure class="wp-block-image size-large"><a href="2021/06/30637033-d12f-4e24-a6a0-30d5fc875133.jpg"><img data-attachment-id="4803" data-permalink="https://turtleblog.info/30637033-d12f-4e24-a6a0-30d5fc875133/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/30637033-d12f-4e24-a6a0-30d5fc875133.jpeg" data-orig-size="1820,763" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="30637033-d12f-4e24-a6a0-30d5fc875133" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/30637033-d12f-4e24-a6a0-30d5fc875133.jpeg?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/30637033-d12f-4e24-a6a0-30d5fc875133.jpeg?w=585" src="2021/06/30637033-d12f-4e24-a6a0-30d5fc875133-w-1024.jpg" alt="" class="wp-image-4803" srcset="2021/06/30637033-d12f-4e24-a6a0-30d5fc875133-w-1024.jpg 1024w, 2021/06/30637033-d12f-4e24-a6a0-30d5fc875133-w-150.jpg 150w, 2021/06/30637033-d12f-4e24-a6a0-30d5fc875133-w-300.jpg 300w, 2021/06/30637033-d12f-4e24-a6a0-30d5fc875133-w-768.jpg 768w, 2021/06/30637033-d12f-4e24-a6a0-30d5fc875133.jpg 1820w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  336. <figure class="wp-block-image size-large"><a href="2021/06/33546101-94b5-43d4-9117-e33799946f45.jpg"><img data-attachment-id="4804" data-permalink="https://turtleblog.info/33546101-94b5-43d4-9117-e33799946f45/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/33546101-94b5-43d4-9117-e33799946f45.jpeg" data-orig-size="1853,810" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="33546101-94b5-43d4-9117-e33799946f45" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/33546101-94b5-43d4-9117-e33799946f45.jpeg?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/33546101-94b5-43d4-9117-e33799946f45.jpeg?w=585" src="2021/06/33546101-94b5-43d4-9117-e33799946f45-w-1024.jpg" alt="" class="wp-image-4804" srcset="2021/06/33546101-94b5-43d4-9117-e33799946f45-w-1024.jpg 1024w, 2021/06/33546101-94b5-43d4-9117-e33799946f45-w-150.jpg 150w, 2021/06/33546101-94b5-43d4-9117-e33799946f45-w-300.jpg 300w, 2021/06/33546101-94b5-43d4-9117-e33799946f45-w-768.jpg 768w, 2021/06/33546101-94b5-43d4-9117-e33799946f45.jpg 1853w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  337. <figure class="wp-block-image size-large"><a href="2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8.jpg"><img data-attachment-id="4805" data-permalink="https://turtleblog.info/5a625aa7-398d-4af6-8545-05f2f5497dc8/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8.jpeg" data-orig-size="1855,833" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="5a625aa7-398d-4af6-8545-05f2f5497dc8" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8.jpeg?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8.jpeg?w=585" src="2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8-w-1024.jpg" alt="" class="wp-image-4805" srcset="2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8-w-1024.jpg 1024w, 2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8-w-150.jpg 150w, 2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8-w-300.jpg 300w, 2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8-w-768.jpg 768w, 2021/06/5a625aa7-398d-4af6-8545-05f2f5497dc8.jpg 1855w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  338. <figure class="wp-block-image size-large is-resized"><a href="2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7.jpg"><img loading="lazy" data-attachment-id="4807" data-permalink="https://turtleblog.info/784939b0-2a53-4b9f-98dd-a17397173bc7/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7.jpeg" data-orig-size="916,835" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="784939b0-2a53-4b9f-98dd-a17397173bc7" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7.jpeg?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7.jpeg?w=585" src="2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7-w-916.jpg" alt="" class="wp-image-4807" width="458" height="418" srcset="2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7-w-458.jpg 458w, 2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7-w-150.jpg 150w, 2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7-w-300.jpg 300w, 2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7-w-768.jpg 768w, 2021/06/784939b0-2a53-4b9f-98dd-a17397173bc7.jpg 916w" sizes="(max-width: 458px) 100vw, 458px"/></a></figure>
  339. </div><!-- .entry-content -->
  340. <footer class="entry-meta">
  341. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  342. <span class="cat-links">
  343. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  344. </footer><!-- .entry-meta -->
  345. </article><!-- #post-## -->
  346. <article id="post-4789" class="post-4789 post type-post status-publish format-standard hentry category-general">
  347. <div class="posted-meta">
  348.     <div class="date-meta">
  349.         <a href="2021/06/06/newin12-outgoing-mail-behaviour/" rel="bookmark">06.06.21</a>
  350.        </div>
  351.        <div class="author-meta">
  352.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  353.    </div><!-- end .posted-meta -->
  354. <header class="entry-header">
  355. <h1 class="entry-title"><a href="2021/06/06/newin12-outgoing-mail-behaviour/" rel="bookmark">#NewIn12 - Outgoing Mail&nbsp;Behaviour</a></h1>
  356. </header><!-- .entry-header -->
  357. <div class="entry-content">
  358. <p>In v12 we can use the Outgoing Mail Limits controlled by policy mail settings to not only set a limit on maximum mail sizes but also what to do with emails that are above that limit.  Previously the user would press &#8220;Send&#8221; and the mail policy would trigger warnings and refuse to send the mail if the limits were exceeded.   </p>
  359. <p>The change in v12 is that for each inividual outgoing limit setting </p>
  360. <ul><li>Maximum document size</li><li>Maximum number of attachments</li><li>Maximum combined attachment size</li><li>Maximum number of recipients</li></ul>
  361. <p>you can choose to refuse to send the email entirely or to allow it to send after the user is presented with a warning.  </p>
  362. <p>On the left is a Mail Settings policy for Outgoing Limits in v11 (and v10) and on the right the changes for v12.  To find these options go to the &#8220;Mail&#8221; then &#8220;Basics&#8221; tab on your mail settings for a policy.  Since this is controlled through a policy you can easily create different settings for different divisions, servers, or users if you want to allow some to accept and route larger mail messages and others to refuse them.   By choosing &#8220;All but show warning&#8221; you aren’t refusing the user’s mail but you are hopefully making them more aware of good mail behaviour.</p>
  363. <figure class="wp-block-image size-large is-resized is-style-default"><a href="2021/06/v11vs12outgoingmail-1.png"><img loading="lazy" data-attachment-id="4799" data-permalink="https://turtleblog.info/v11vs12outgoingmail-1/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/v11vs12outgoingmail-1.png" data-orig-size="1028,328" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="v11vs12outgoingmail-1" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/v11vs12outgoingmail-1.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/v11vs12outgoingmail-1.png?w=585" src="2021/06/v11vs12outgoingmail-1-w-1024.png" alt="" class="wp-image-4799" width="840" height="267" srcset="2021/06/v11vs12outgoingmail-1-w-1024.png 1024w, 2021/06/v11vs12outgoingmail-1-w-837.png 837w, 2021/06/v11vs12outgoingmail-1-w-150.png 150w, 2021/06/v11vs12outgoingmail-1-w-300.png 300w, 2021/06/v11vs12outgoingmail-1-w-768.png 768w, 2021/06/v11vs12outgoingmail-1.png 1028w" sizes="(max-width: 840px) 100vw, 840px"/></a></figure>
  364. </div><!-- .entry-content -->
  365. <footer class="entry-meta">
  366. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  367. <span class="cat-links">
  368. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  369. </footer><!-- .entry-meta -->
  370. </article><!-- #post-## -->
  371. <article id="post-4739" class="post-4739 post type-post status-publish format-standard hentry category-general">
  372. <div class="posted-meta">
  373.     <div class="date-meta">
  374.         <a href="2021/06/05/newin12-backup-and-restore-natively-in-domino/" rel="bookmark">06.05.21</a>
  375.        </div>
  376.        <div class="author-meta">
  377.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  378.    </div><!-- end .posted-meta -->
  379. <header class="entry-header">
  380. <h1 class="entry-title"><a href="2021/06/05/newin12-backup-and-restore-natively-in-domino/" rel="bookmark">#NewIn12 Backup and Restore Natively In&nbsp;Domino</a></h1>
  381. </header><!-- .entry-header -->
  382. <div class="entry-content">
  383. <p>HCL have, for the first time, introduced Domino-native backup and restore tasks in v12 which you can configure in Domino and run via the Domino console.  I can backup to a file system but I can also configure the tasks to integrate with a 3rd party solution if I have one in place already.  It’s a very unexpected and welcome feature especially for smaller companies or administrators who want to do ad hoc backups and restores of individual databases without co-ordinating with the backup team. </p>
  384. <p class="has-medium-font-size">Getting Started</p>
  385. <p>There’s <strong>a lot</strong> of optional and incredibly advanced settings (full documentation of all that is <a href="https://help.hcltechsw.com/domino/12.0.0/admin/admn_backupandrestore.html">here</a>) but let’s start by doing a simple backup and restore of a single database so you can see how easy it is.  A lot of screenshots follow because I want to step you through the process but you’ll see there’s very little setup for you to do.</p>
  386. <p class="has-medium-font-size">DominoBackup.NSF</p>
  387. <p>The configuration is all done through a new database called dominobackup.nsf which is automatically created on a server when you type &#8220;Load Backup&#8221; on the console (if it doesn’t already exist).  Once done you can open dominobackup.nsf on the server.  There is nothing special about this database other than its name so you can replicate it to other servers once it’s set up and if you want the same configuration. </p>
  388. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/dominobackupmainmenu.png"><img data-attachment-id="4747" data-permalink="https://turtleblog.info/dominobackupmainmenu/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/dominobackupmainmenu.png" data-orig-size="502,1228" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dominobackupmainmenu" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/dominobackupmainmenu.png?w=123" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/dominobackupmainmenu.png?w=419" src="2021/06/dominobackupmainmenu-w-419.png" alt="" class="wp-image-4747" srcset="2021/06/dominobackupmainmenu-w-419.png 419w, 2021/06/dominobackupmainmenu-w-61.png 61w, 2021/06/dominobackupmainmenu-w-123.png 123w, 2021/06/dominobackupmainmenu.png 502w" sizes="(max-width: 419px) 100vw, 419px"/></a></figure>
  389. <p>Let’s start with checking the Global Settings by clicking on &#8220;Edit Global Settings&#8221;</p>
  390. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/globalconfiguration-1.png"><img data-attachment-id="4750" data-permalink="https://turtleblog.info/globalconfiguration-1/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/globalconfiguration-1.png" data-orig-size="1044,624" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="globalconfiguration-1" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/globalconfiguration-1.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/globalconfiguration-1.png?w=585" src="2021/06/globalconfiguration-1-w-1024.png" alt="" class="wp-image-4750" srcset="2021/06/globalconfiguration-1-w-1024.png 1024w, 2021/06/globalconfiguration-1-w-150.png 150w, 2021/06/globalconfiguration-1-w-300.png 300w, 2021/06/globalconfiguration-1-w-768.png 768w, 2021/06/globalconfiguration-1.png 1044w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  391. <p>The above is a default Global Configuration document in a new database.  The Admin and Template server fields are currently ignored in Domino and unused in code.</p>
  392. <ul><li><strong>Backup database</strong> and <strong>Restore database</strong> refer to where activity is logged, not where the actual databases are located.</li><li><strong>Restore folder</strong> is a folder under the Domino data directory where databases are restored to. Later when we do the restore we will see the option to maintain subdirectory hierarchy under that.</li><li><strong>Default restore retention days </strong>refers to how long a restored database will stay on the file system before Domino will remove it with a prune command</li><li><strong>Default restore Notes folder</strong> refers to a Notes database folder (as opposed to a file systen folder) where documents can be restored to if you were doing a restore of specific documents from a backup into a production database.</li></ul>
  393. <p style="line-height:1.3;">Remember this is a Global configuration document so the settings here will apply to any server this database is sat on.</p>
  394. <p>Now let’s set up a backup configuration.  In the configuration view you will see two default documents, one for Linux and one for Windows.  You can use these configuration documents and amend them as needed but I made a new config for the server &#8220;Clouds&#8221; as I wanted to configure its settings differently from the default ones.  You don’t have to create server-specific configurations if you are happy for all servers with a replica of this database to use the same configurations.</p>
  395. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/configurationprofiles.png"><img data-attachment-id="4752" data-permalink="https://turtleblog.info/configurationprofiles/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/configurationprofiles.png" data-orig-size="2018,846" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="configurationprofiles" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/configurationprofiles.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/configurationprofiles.png?w=585" src="2021/06/configurationprofiles-w-1024.png" alt="" class="wp-image-4752" srcset="2021/06/configurationprofiles-w-1024.png 1024w, 2021/06/configurationprofiles-w-150.png 150w, 2021/06/configurationprofiles-w-300.png 300w, 2021/06/configurationprofiles-w-768.png 768w, 2021/06/configurationprofiles.png 2018w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  396. <p>Let’s take a look at the configuration.  We’re not going through every field in this blog (there’s a lot), but the ones I think are important to doing our simple backup of a database.  The settings below were used to backup and restore databases to the file system on a Linux operating system although a similar configuration could be used on Windows, with obviously different paths.</p>
  397. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-21.04.27.png"><img data-attachment-id="4784" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-21-04-27/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-21.04.27.png" data-orig-size="1202,806" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-21.04.27" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-21.04.27.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-21.04.27.png?w=585" src="2021/06/screenshot-2021-06-05-at-21.04.27-w-1024.png" alt="" class="wp-image-4784" srcset="2021/06/screenshot-2021-06-05-at-21.04.27-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-21.04.27-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-21.04.27-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-21.04.27-w-768.png 768w, 2021/06/screenshot-2021-06-05-at-21.04.27.png 1202w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  398. <ul><li><strong>Config Type</strong> can be either &#8220;Server&#8221; or &#8220;default&#8221;.  </li><li><strong>Server name </strong>becomes &#8220;<strong>Platform</strong>&#8221; if you choose &#8220;default&#8221; for config type.  You can only enter a single server name here</li><li><strong>Node</strong> name defaults to that of the server and will be used in creating the filepath for the backups.  You can change the Node name if for example your server name is long / has spaces / is unsuitable for filepaths</li><li><strong>Excluded databases</strong> use wildcards and file extensions or directories to tell the backup to ignore certain databases.  The default is to back up all NSF and NTF files (but not NLOs - more on that later).  This field is multi-value so you can enter (for example) *.NTF; Mail\restore\*.nsf; log.nsf</li><li>Backup retention days is taken from the Global Configuration document we set up earlier but can be changed here.  Once a backed up database goes past this age Domino can/will delete it</li></ul>
  399. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/backupconfiguration-2.png"><img data-attachment-id="4760" data-permalink="https://turtleblog.info/backupconfiguration-2/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/backupconfiguration-2.png" data-orig-size="1074,598" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="backupconfiguration-2" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/backupconfiguration-2.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/backupconfiguration-2.png?w=585" src="2021/06/backupconfiguration-2-w-1024.png" alt="" class="wp-image-4760" srcset="2021/06/backupconfiguration-2-w-1024.png 1024w, 2021/06/backupconfiguration-2-w-150.png 150w, 2021/06/backupconfiguration-2-w-300.png 300w, 2021/06/backupconfiguration-2-w-768.png 768w, 2021/06/backupconfiguration-2.png 1074w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  400. <ul><li><strong>Backup DB & translog command. </strong>We have a choice of &#8220;File&#8221; ; &#8220;Cmd Formula&#8221; ; &#8220;Agent&#8221; and &#8220;Cmd&#8221;.  All but <strong>file</strong> refer to integration with 3rd party backup systems so for our purposes we are choosing &#8220;File&#8221;</li><li>Leave <strong>Backup disable direct apply</strong> unchecked</li><li><strong>Backup log file</strong> - when performing a backup Domino can create a log document in the dominobackup.nsf database and/or create log files on the file system.  By selecting Disk&Attachment I am asking it to do both so both network administrators and Domino administrators can easily read the logs</li><li>No other settings are needed.</li></ul>
  401. <p>After filling in this tab and saving the document I ran a test by typing &#8220;load backup&#8221; on the console of the server called Clouds.  When the backup completed the Directory Inventory view showed a list of all the backed up databases.</p>
  402. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.08.34.png"><img data-attachment-id="4767" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-08-34/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.08.34.png" data-orig-size="2084,864" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.08.34" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.08.34.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.08.34.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.08.34-w-1024.png" alt="" class="wp-image-4767" srcset="2021/06/screenshot-2021-06-05-at-20.08.34-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-20.08.34-w-2048.png 2048w, 2021/06/screenshot-2021-06-05-at-20.08.34-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-20.08.34-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.08.34-w-768.png 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  403. <p>I looked at my file system to find Discussion.nsf and this is what was returned - the original database is in /data/notesdata/UX/Discussion.nsf and the backed up instance with a date/time stamp under the directory structure we set on the basics tab. </p>
  404. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.16.39.png"><img data-attachment-id="4769" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-16-39/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.16.39.png" data-orig-size="1446,84" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.16.39" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.16.39.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.16.39.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.16.39-w-1024.png" alt="" class="wp-image-4769" srcset="2021/06/screenshot-2021-06-05-at-20.16.39-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-20.16.39-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-20.16.39-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.16.39-w-768.png 768w, 2021/06/screenshot-2021-06-05-at-20.16.39.png 1446w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  405. <p>So now I want to restore this backed up database.  Don’t worry, it won’t overwrite the one that’s there and you don’t need to delete the one that’s there unless you want to. This is a simple file system restore, so there are few settings for us to update.</p>
  406. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/restoreconfiguration.png"><img data-attachment-id="4764" data-permalink="https://turtleblog.info/restoreconfiguration/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/restoreconfiguration.png" data-orig-size="1116,612" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="restoreconfiguration" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/restoreconfiguration.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/restoreconfiguration.png?w=585" src="2021/06/restoreconfiguration-w-1024.png" alt="" class="wp-image-4764" srcset="2021/06/restoreconfiguration-w-1024.png 1024w, 2021/06/restoreconfiguration-w-150.png 150w, 2021/06/restoreconfiguration-w-300.png 300w, 2021/06/restoreconfiguration-w-768.png 768w, 2021/06/restoreconfiguration.png 1116w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  407. <ul><li><strong>Restore Db / translog command</strong>.  We again have a choice of &#8220;File&#8221; ; &#8220;Cmd Formula&#8221; ; &#8220;Agent&#8221; and &#8220;Cmd&#8221;.  All but <strong>file</strong> refer to integration with 3rd party backup systems so as we did for the backup, for our purposes we are choosing &#8220;File&#8221;</li><li><strong>Restore snapshot command</strong> is also related to integration with backup solutions that support snapshotting</li><li><strong>Restore DAOS command</strong> and the other DAOS options require you to be using a 3rd party backup solution to handle your NLO backups.  For our purposes here we aren’t doing that.</li></ul>
  408. <p>So now everything is configured I just need to tell the server what databases I want to restore.  Again we go to the Database Inventory view to select a database that has been backed up (I can only restore what I have managed to backup).  Find the database you want to restore and select it in the view then click the &#8220;Restore&#8221; button at the top of the screen.</p>
  409. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/selectrestore.png"><img data-attachment-id="4770" data-permalink="https://turtleblog.info/selectrestore/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/selectrestore.png" data-orig-size="1604,602" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="selectrestore" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/selectrestore.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/selectrestore.png?w=585" src="2021/06/selectrestore-w-1024.png" alt="" class="wp-image-4770" srcset="2021/06/selectrestore-w-1024.png 1024w, 2021/06/selectrestore-w-150.png 150w, 2021/06/selectrestore-w-300.png 300w, 2021/06/selectrestore-w-768.png 768w, 2021/06/selectrestore.png 1604w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  410. <p>That will open the Restore Job document (you can also select multiple databases and choose &#8220;Multi DB Restore&#8221; but we’re not doing that here).  There are a lot of fields and we’re going to ignore 80% of them, take the prefilled defaults and fill in only <strong>ONE</strong> field</p>
  411. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.26.54.png"><img data-attachment-id="4772" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-26-54/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.26.54.png" data-orig-size="1472,1244" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.26.54" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.26.54.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.26.54.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.26.54-w-1024.png" alt="" class="wp-image-4772" srcset="2021/06/screenshot-2021-06-05-at-20.26.54-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-20.26.54-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-20.26.54-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.26.54-w-768.png 768w, 2021/06/screenshot-2021-06-05-at-20.26.54.png 1472w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  412. <ul><li><strong>Status</strong> creates as draft and changes to &#8220;Submitted&#8221; when the job is submitted but you can open an existing Restore Job and change its status and resubmit it at any time.</li><li><strong>Server Name</strong> and <strong>Database Name</strong> are prefilled for me when the job is created so I won’t change those</li><li>The <strong>restore path</strong> comes from the Global Configuration document we set up earlier but can be changed here.  It’s important to note this path is relative to the Domino data directory so the actual restore path will be (for me) /data/notesdata/restore.  I don’t change it.</li><li>The only setting I have to choose is which backup I want to restore from, as the system assumes there are multiple backups taken over a period of time.  There are two ways of selecting a backup either by a date range in which case the newest backup within that range is restored, or by bringing up the dialog for the field &#8220;<strong>Selected Backup</strong> which will give me the option to restore any backups available for the database that dominobackup.nsf knows about.  In this instance there is only one so I select that.</li></ul>
  413. <figure class="wp-block-image size-medium is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.41.40.png"><img data-attachment-id="4774" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-41-40/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.41.40.png" data-orig-size="1094,354" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.41.40" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.41.40.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.41.40.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.41.40-w-300.png" alt="" class="wp-image-4774" srcset="2021/06/screenshot-2021-06-05-at-20.41.40-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.41.40-w-600.png 600w, 2021/06/screenshot-2021-06-05-at-20.41.40-w-150.png 150w" sizes="(max-width: 300px) 100vw, 300px"/></a></figure>
  414. <ul><li><strong>Disable Replication</strong> is checked by default so that the restored database arrives with replication disabled and there is no risk of it replicating with any production versions on any servers (don’t forget that our restore directory is under the Domino data directory so accidental replication is a real risk otherwise).</li></ul>
  415. <p>I click the &#8220;Submit Restore&#8221; button at the top of the Restore Job page and my restore job is now queued.  I can now type &#8220;Load Restore&#8221; on the Domino console.  It will take a few seconds, or maybe minutes if the db is multi-Gb large, and then the Restore Jobs view will update to show the restores have completed.</p>
  416. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.50.55.png"><img data-attachment-id="4776" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-50-55/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.50.55.png" data-orig-size="1444,292" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.50.55" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.50.55.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.50.55.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.50.55-w-1024.png" alt="" class="wp-image-4776" srcset="2021/06/screenshot-2021-06-05-at-20.50.55-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-20.50.55-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-20.50.55-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.50.55-w-768.png 768w, 2021/06/screenshot-2021-06-05-at-20.50.55.png 1444w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  417. <p>Now if I search my file system for Discussion.nsf I find the original database in /data/notesdata/UX, the backup copy in /local/backup/nsf and the restored copy (replica) in /data/notesdata/restore</p>
  418. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/screenshot-2021-06-05-at-20.53.08.png"><img data-attachment-id="4778" data-permalink="https://turtleblog.info/screenshot-2021-06-05-at-20-53-08/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.53.08.png" data-orig-size="1592,126" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-06-05-at-20.53.08" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.53.08.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/screenshot-2021-06-05-at-20.53.08.png?w=585" src="2021/06/screenshot-2021-06-05-at-20.53.08-w-1024.png" alt="" class="wp-image-4778" srcset="2021/06/screenshot-2021-06-05-at-20.53.08-w-1024.png 1024w, 2021/06/screenshot-2021-06-05-at-20.53.08-w-150.png 150w, 2021/06/screenshot-2021-06-05-at-20.53.08-w-300.png 300w, 2021/06/screenshot-2021-06-05-at-20.53.08-w-768.png 768w, 2021/06/screenshot-2021-06-05-at-20.53.08.png 1592w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  419. <p class="has-medium-font-size">An Important Note About DAOS and NLOs</p>
  420. <p>The Backup task does not support backing up NLOs. HCL specifically require you to use a 3rd party backup system to back those up.  NLOs are write-once files, they never change once created, and are just removed (pruned) when no longer needed, so it’s important to have a separate backup strategy for NLOs.  Whatever backup tool you are using to back up your NLOs should be able to integrate with the Domino backup task which is why there are several fields asking about NLOs.  However, consider that the default prune setting for NLOs is 30 days so a NLO will not be removed from the Domino file system until 30 days <span style="text-decoration:underline;">after the last instance of a document containing that attachment</span> is deleted.  </p>
  421. <p></p>
  422. </div><!-- .entry-content -->
  423. <footer class="entry-meta">
  424. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  425. <span class="cat-links">
  426. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  427. </footer><!-- .entry-meta -->
  428. </article><!-- #post-## -->
  429. <article id="post-4730" class="post-4730 post type-post status-publish format-standard hentry category-general">
  430. <div class="posted-meta">
  431.     <div class="date-meta">
  432.         <a href="2021/06/04/newin12-quotas-the-way-you-thought-they-worked/" rel="bookmark">06.04.21</a>
  433.        </div>
  434.        <div class="author-meta">
  435.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  436.    </div><!-- end .posted-meta -->
  437. <header class="entry-header">
  438. <h1 class="entry-title"><a href="2021/06/04/newin12-quotas-the-way-you-thought-they-worked/" rel="bookmark">#NewIn12 Quotas the way you thought they&nbsp;worked</a></h1>
  439. </header><!-- .entry-header -->
  440. <div class="entry-content">
  441. <p>I have lost count of the number of times I’ve had to say &#8220;no sorry, quotas are replica specific so you have to set them on each server&#8221;.  In Domino v12 quota settings now replicate between servers.  They don’t need to be replicas in a cluster, the quota settings (or even if quotas are enabled) are replicated to any other database replica along with other database properties like the ACL.  Changing a database quota requires Manager access to the database and (in my testing) the most recent change takes precedence.  </p>
  442. <p>If you don’t want to maintain quota settings across replicas you can add the notes.ini command Disable_Repl_Quota=1 which will prevent the instance on that server from replicating out its quota settings.</p>
  443. <div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate" title="">
  444. </pre></div>
  445. <div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate" title="">
  446. </pre></div> </div><!-- .entry-content -->
  447. <footer class="entry-meta">
  448. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  449. <span class="cat-links">
  450. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  451. </footer><!-- .entry-meta -->
  452. </article><!-- #post-## -->
  453. <article id="post-4721" class="post-4721 post type-post status-publish format-standard hentry category-general">
  454. <div class="posted-meta">
  455.     <div class="date-meta">
  456.         <a href="2021/06/01/qvr-error-when-running-the-new-qvault-command/" rel="bookmark">06.01.21</a>
  457.        </div>
  458.        <div class="author-meta">
  459.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  460.    </div><!-- end .posted-meta -->
  461. <header class="entry-header">
  462. <h1 class="entry-title"><a href="2021/06/01/qvr-error-when-running-the-new-qvault-command/" rel="bookmark">QVR Error When Running The New QVault&nbsp;Command</a></h1>
  463. </header><!-- .entry-header -->
  464. <div class="entry-content">
  465. <p>In my earlier post I talk about the new qvault command available with v12 of Domino.  I wrote that post but then couldn’t publish it because when I tried to run &#8220;load qvault..&#8221; with any parameter I got the error</p>
  466. <p></p>
  467. <p><em>QVR - The local security feature is not supported for the database or server The local security feature is not supported for the database or server</em></p>
  468. <p>I opened a support call and was told that the notes.ini setting IDV_Enable_Vault_Scan = 1 <strong>must</strong> be set on the server and the server restarted before the qvault command will work without error which I tested and confirmed. </p>
  469. </div><!-- .entry-content -->
  470. <footer class="entry-meta">
  471. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  472. <span class="cat-links">
  473. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  474. </footer><!-- .entry-meta -->
  475. </article><!-- #post-## -->
  476. <article id="post-4645" class="post-4645 post type-post status-publish format-standard hentry category-general">
  477. <div class="posted-meta">
  478.     <div class="date-meta">
  479.         <a href="2021/06/01/newin12-domino-id-vault/" rel="bookmark">06.01.21</a>
  480.        </div>
  481.        <div class="author-meta">
  482.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  483.    </div><!-- end .posted-meta -->
  484. <header class="entry-header">
  485. <h1 class="entry-title"><a href="2021/06/01/newin12-domino-id-vault/" rel="bookmark">#Newin12 Domino ID&nbsp;Vault</a></h1>
  486. </header><!-- .entry-header -->
  487. <div class="entry-content">
  488. <p>As I posted last week, Domino 12 and  Sametime 11.6 and Traveler 12 and Nomad Web 1.0 are all out and there’s lots of good news for admins, users and developers alike but since I’m an admin that’s what I’m going to talk about.  Instead of a large dull blog listing all the things I think are most interesting useful, I’m going to do a series of short slightly-less-dull blogs focusing in on each one individually.  </p>
  489. <p>This isn’t where I tell you to deploy ID Vault - you’ve already done that right?  ID Vault not only contains encrypted secured copies of all your IDs but it allows admins to do password resets against Notes IDs directly on the server and have that immediately take effect for the user.  It also means never having to physically copy ids around to workstations and it can be set up in 10 mins so a lot to like but Domino 12 brings us some very welcome enhancements.  If you already have an ID Vault then don’t forget to refresh its design from the v12 template called idvault.ntf on the server.</p>
  490. <p><strong>Manually Uploading An ID To The Vault</strong></p>
  491. <p>It’s now possible for both administrators and users to upload IDs to the Vault manually.  Users can only upload their own IDs but anyone designated as a vault administrator can upload any user ID into the vault.  </p>
  492. <p>To do that as a <strong>User</strong>, open the server’s names.nsf in your Notes client, choose the People and Groups view and right mouse click (it will only let you upload your own ID).  You will then be asked to upload the ID and confirm its password.</p>
  493. <figure class="wp-block-image size-large is-resized is-style-default"><a href="2021/06/rightmouseinclient-1.png"><img loading="lazy" data-attachment-id="4711" data-permalink="https://turtleblog.info/rightmouseinclient-1/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/rightmouseinclient-1.png" data-orig-size="942,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="rightmouseinclient-1" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/rightmouseinclient-1.png?w=262" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/rightmouseinclient-1.png?w=585" src="2021/06/rightmouseinclient-1-w-893.png" alt="" class="wp-image-4711" width="447" height="512" srcset="2021/06/rightmouseinclient-1-w-447.png 447w, 2021/06/rightmouseinclient-1-w-894.png 894w, 2021/06/rightmouseinclient-1-w-131.png 131w, 2021/06/rightmouseinclient-1-w-262.png 262w, 2021/06/rightmouseinclient-1-w-768.png 768w" sizes="(max-width: 447px) 100vw, 447px"/></a></figure>
  494. <p>To do an ID update or multiple ID updates as an <strong>Administrator</strong> go to the People & Groups view in Domino Administrator and select<strong> </strong>Upload ID into Vault from the Action menu. Note it is <span style="text-decoration:underline;">only</span> available via the actions menu and not via right mouse click in the Admin client.  You can then choose if you are uploading a single ID or multiple IDs.  Since you are supplying the password the Vault will be able to unlock the ID and know what user it belongs to.</p>
  495. <p></p>
  496. <figure class="wp-block-image size-large is-resized is-style-default"><a href="2021/06/actionmenu.png"><img loading="lazy" data-attachment-id="4713" data-permalink="https://turtleblog.info/actionmenu/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/actionmenu.png" data-orig-size="674,1148" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="actionmenu" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/actionmenu.png?w=176" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/actionmenu.png?w=585" src="2021/06/actionmenu-w-601.png" alt="" class="wp-image-4713" width="451" height="767" srcset="2021/06/actionmenu-w-451.png 451w, 2021/06/actionmenu-w-88.png 88w, 2021/06/actionmenu-w-176.png 176w, 2021/06/actionmenu.png 674w" sizes="(max-width: 451px) 100vw, 451px"/></a></figure>
  497. <p>If you want to upload multiple IDs then you need to create a 2 column, comma separated CSV file where <br>Column 1 = a path to the Notes ID relative to your client machine<br>Column 2 = the password for each Notes ID</p>
  498. <p></p>
  499. <figure class="wp-block-image size-large is-style-default"><a href="2021/06/multipleids.png"><img data-attachment-id="4716" data-permalink="https://turtleblog.info/multipleids/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/06/multipleids.png" data-orig-size="1220,386" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="multipleids" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/06/multipleids.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/06/multipleids.png?w=585" src="2021/06/multipleids-w-1024.png" alt="" class="wp-image-4716" srcset="2021/06/multipleids-w-1024.png 1024w, 2021/06/multipleids-w-150.png 150w, 2021/06/multipleids-w-300.png 300w, 2021/06/multipleids-w-768.png 768w, 2021/06/multipleids.png 1220w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  500. <p>For background, a vault administrator is different from a server administrator and isn’t set by server security but by ID vault security.</p>
  501. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/manage-id-vault.png"><img data-attachment-id="4658" data-permalink="https://turtleblog.info/manage-id-vault/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/manage-id-vault.png" data-orig-size="2202,814" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="manage-id-vault" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/manage-id-vault.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/manage-id-vault.png?w=585" src="2021/05/manage-id-vault-w-1024.png" alt="" class="wp-image-4658" srcset="2021/05/manage-id-vault-w-1024.png 1024w, 2021/05/manage-id-vault-w-2048.png 2048w, 2021/05/manage-id-vault-w-150.png 150w, 2021/05/manage-id-vault-w-300.png 300w, 2021/05/manage-id-vault-w-768.png 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  502. <p><strong>New Query Vault  Command</strong> <br>i<sub>f you have errors running this command such as &#8220;QVR - the local security feature is not supported&#8221; see my next blog and verify you have the notes.ini setting IDV_Enable_Vault_Scan = 1</sub></p>
  503. <p>Referenced in detail <a href="https://help.hcltechsw.com/domino/12.0.0/admin/vault_qvault_command_to_monitor_id_sync.html">here</a> but just to highlight two commands I will use a lot</p>
  504. <p>&#8220;load qvault -x {vaultname} -u {username} -a (for archive) - this is for if (when) an ID stops syncing into the vault, this command archives the existing vaulted ID and that will tell the Notes client to sync its ID into the vault thinking there isn’t one there alreaady. </p>
  505. <p>&#8220;Load qvault -x {vaultname} -u {username} -i OR -v (i for &#8220;inactivate&#8221; and v for &#8220;reactivate&#8221; an ID)</p>
  506. <p>let’s break that down - <strong>what is your vaultname? </strong> To find that go to Domino Administrator and the &#8220;Configuration&#8221; tab and then on the left hand side choose ID Vault under Security.  Your vault will show in the view to the right and the first column contains the Vault Name.  What will display will have a &#8220;/&#8221; in front of it but in the actual name that is replaced by O= so in the screenshot below my vault name is O=DemoVault.  </p>
  507. <figure class="wp-block-image size-large is-style-default .content-wrapper.full-width.with-featured-image border-color: black border-style: solid border-width: 2px"><a href="2021/05/vaultname.png"><img data-attachment-id="4649" data-permalink="https://turtleblog.info/vaultname/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/vaultname.png" data-orig-size="1546,574" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="vaultname" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/vaultname.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/vaultname.png?w=585" src="2021/05/vaultname-w-1024.png" alt="" class="wp-image-4649" srcset="2021/05/vaultname-w-1024.png 1024w, 2021/05/vaultname-w-150.png 150w, 2021/05/vaultname-w-300.png 300w, 2021/05/vaultname-w-768.png 768w, 2021/05/vaultname.png 1546w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  508. <p>Of course you can also look at the document properties for the field &#8220;VaultName&#8221;</p>
  509. <p><strong>What is your username?</strong>.  That is the canonical format of the first entry in the fullname field of the person document (the static text for that field is &#8220;User Name&#8221;).  So for &#8220;Gabriella Davis/Turtle&#8221; that would be &#8220;CN=Gabriella Davis/O=Turtle&#8221;  Don’t forget to use quote marks as there are spaces in the user name and the command line on the console won’t like that without quotes around it. </p>
  510. <p>So now we have the command to inactivate user &#8220;Graham Hedley&#8221; **</p>
  511. <p>load qvault -x O=DemoVault -u &#8220;CN=Graham Hedley/O=Turtle&#8221; -i</p>
  512. <p>or to archive Graham Hedley’s existing vaulted ID so the one being used by his client can be vaulted in its place</p>
  513. <p>load qvault -x O=DemoVault -u &#8220;CN=Graham Hedley/O=Turtle&#8221; -a</p>
  514. <p>The qvault command is used for maintenance of the ID Vault and can also archive IDs in the vault as well as cleanup already archived IDs.  See <a href="https://help.hcltechsw.com/domino/12.0.0/admin/vault_qvault_command_to_monitor_id_sync.html?hl=qvault">here</a> for full documentation.</p>
  515. <p></p>
  516. <p></p>
  517. </div><!-- .entry-content -->
  518. <footer class="entry-meta">
  519. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  520. <span class="cat-links">
  521. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  522. <span class="sep"> | </span>
  523. <span class="comments-link"><a href="2021/06/01/newin12-domino-id-vault/#comments">3 Comments</a></span>
  524. </footer><!-- .entry-meta -->
  525. </article><!-- #post-## -->
  526. <article id="post-4677" class="post-4677 post type-post status-publish format-standard hentry category-general">
  527. <div class="posted-meta">
  528.     <div class="date-meta">
  529.         <a href="2021/06/01/newin12-its-grouptastic/" rel="bookmark">06.01.21</a>
  530.        </div>
  531.        <div class="author-meta">
  532.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  533.    </div><!-- end .posted-meta -->
  534. <header class="entry-header">
  535. <h1 class="entry-title"><a href="2021/06/01/newin12-its-grouptastic/" rel="bookmark">#NewIn12 It’s Grouptastic</a></h1>
  536. </header><!-- .entry-header -->
  537. <div class="entry-content">
  538. <p>Two new features related to groups I do really like and think I will use a lot.  </p>
  539. <h2 class="wp-block-heading">Find Groups</h2>
  540. <p>Starting with the simplest - the ability to see what groups a person is in by selecting &#8220;Find Groups&#8221; from their person document.   Yes we have had some of this before in the form of the &#8220;Manage Groups&#8221; dialog in the People and Groups view but this is more detailed, and most  importantly printed on screen.</p>
  541. <p>Open any person document and click &#8220;Find Groups&#8221;</p>
  542. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/persondoc.png"><img data-attachment-id="4685" data-permalink="https://turtleblog.info/persondoc/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/persondoc.png" data-orig-size="1472,168" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="persondoc" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/persondoc.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/persondoc.png?w=585" src="2021/05/persondoc-w-1024.png" alt="" class="wp-image-4685" srcset="2021/05/persondoc-w-1024.png 1024w, 2021/05/persondoc-w-150.png 150w, 2021/05/persondoc-w-300.png 300w, 2021/05/persondoc-w-768.png 768w, 2021/05/persondoc.png 1472w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  543. <p>The system will think for a moment then open up a new page with all of that user’s groups listed in it.  The group names in the first column are clickable and will open the group document.  The 2nd column shows what entry in the group grants that person access if it’s not their explicit name and the third column will show any nested groups that put them in the named group.</p>
  544. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/screenshot-2021-05-31-at-22.18.23.png"><img data-attachment-id="4687" data-permalink="https://turtleblog.info/screenshot-2021-05-31-at-22-18-23/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.18.23.png" data-orig-size="1636,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-05-31-at-22.18.23" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.18.23.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.18.23.png?w=585" src="2021/05/screenshot-2021-05-31-at-22.18.23-w-1024.png" alt="" class="wp-image-4687" srcset="2021/05/screenshot-2021-05-31-at-22.18.23-w-1024.png 1024w, 2021/05/screenshot-2021-05-31-at-22.18.23-w-150.png 150w, 2021/05/screenshot-2021-05-31-at-22.18.23-w-300.png 300w, 2021/05/screenshot-2021-05-31-at-22.18.23-w-768.png 768w, 2021/05/screenshot-2021-05-31-at-22.18.23.png 1636w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  545. <h2 class="wp-block-heading">AutoPopulating Groups</h2>
  546. <p> I am betting the new custom autopopulate group feature is going to be heavily used. Certainly by me.  We have had the ability to auto populate groups for a while but only by user’s home server never by anything else.  Now in v12 we can have groups autopopulate according to any LDAP search we want.  For example let’s say I wanted a group that kept itself updated with the names of all people in the Domino Directory having the last name &#8220;Davis&#8221; (just for giggles).  So here I’ve created a group, set it to &#8220;Custom&#8221; auto populate and written an LDAP syntax that searches for any documents flagged as &#8220;person&#8221; that also have the last name of &#8220;Davis&#8221;.  We are also able to add other members to the group who otherwise wouldn’t be in there such as Mike Smith and even exclude members.</p>
  547. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/autopopulategroup.png"><img data-attachment-id="4689" data-permalink="https://turtleblog.info/autopopulategroup/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/autopopulategroup.png" data-orig-size="1280,696" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="autopopulategroup" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/autopopulategroup.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/autopopulategroup.png?w=585" src="2021/05/autopopulategroup-w-1024.png" alt="" class="wp-image-4689" srcset="2021/05/autopopulategroup-w-1024.png 1024w, 2021/05/autopopulategroup-w-150.png 150w, 2021/05/autopopulategroup-w-300.png 300w, 2021/05/autopopulategroup-w-768.png 768w, 2021/05/autopopulategroup.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  548. <p>After saving and closing the documents , I checked a few minutes later and my group now shows this, as you can see it has put two Davis’ in the group and added Mike Smith as an additional member.  That group membership will continue to be maintained.</p>
  549. <p><strong>You do not need to be running the LDAP task on your server for this to work.</strong></p>
  550. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/screenshot-2021-05-31-at-22.17.54.png"><img data-attachment-id="4692" data-permalink="https://turtleblog.info/screenshot-2021-05-31-at-22-17-54/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.17.54.png" data-orig-size="1284,764" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-05-31-at-22.17.54" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.17.54.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.17.54.png?w=585" src="2021/05/screenshot-2021-05-31-at-22.17.54-w-1024.png" alt="" class="wp-image-4692" srcset="2021/05/screenshot-2021-05-31-at-22.17.54-w-1024.png 1024w, 2021/05/screenshot-2021-05-31-at-22.17.54-w-150.png 150w, 2021/05/screenshot-2021-05-31-at-22.17.54-w-300.png 300w, 2021/05/screenshot-2021-05-31-at-22.17.54-w-768.png 768w, 2021/05/screenshot-2021-05-31-at-22.17.54.png 1284w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  551. <p>Now think about how useful that is.  Groups of people all sharing an internet domain (&(ObjectClass=person)(mail=*.turtleweb.com)) or all at a particular location (&(ObjectClass=person)(Site)).  This can be used for any kind of groups including security so if you want to restrict people’s access to an application by their department for instance you can build an autopopulating group that does that.  </p>
  552. <p>What if you don’t know how to construct LDAP search syntax?  Well it’s not very hard you just need to know some basic rules.  When I save the group document it will do a simple LDAP syntax check to make sure your brackets and ampersands look right but you might want to build your search criteria using an LDAP browser yourself first to make sure it’s giving you what you need.  I’m a big fan of Softerra’s LDAP Browser which is both brilliant to use and entirely free <a href="https://www.ldapadministrator.com/softerra-ldap-browser.htm" rel="nofollow">https://www.ldapadministrator.com/softerra-ldap-browser.htm</a>.  </p>
  553. <p>To help you build your syntax it’s good to understand how Domino fields map to LDAP attributes and that is defined in the schema.nsf on your Domino server.  The schema.nsf is created or pulled by a server the first time LDAP is run as a task so if your server does not have a schema.nsf just &#8220;load ldap&#8221; then &#8220;tell ldap quit&#8221; a few minutes later and one will appear. </p>
  554. <p>For the most part we never touch the schema.nsf but here is an example of its contents that would allow you to see the mappings between fields and attributes. </p>
  555. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/screenshot-2021-05-31-at-22.42.43.png"><img data-attachment-id="4706" data-permalink="https://turtleblog.info/screenshot-2021-05-31-at-22-42-43/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.42.43.png" data-orig-size="2160,698" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screenshot-2021-05-31-at-22.42.43" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.42.43.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/screenshot-2021-05-31-at-22.42.43.png?w=585" src="2021/05/screenshot-2021-05-31-at-22.42.43-w-1024.png" alt="" class="wp-image-4706" srcset="2021/05/screenshot-2021-05-31-at-22.42.43-w-1024.png 1024w, 2021/05/screenshot-2021-05-31-at-22.42.43-w-2048.png 2048w, 2021/05/screenshot-2021-05-31-at-22.42.43-w-150.png 150w, 2021/05/screenshot-2021-05-31-at-22.42.43-w-300.png 300w, 2021/05/screenshot-2021-05-31-at-22.42.43-w-768.png 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  556. </div><!-- .entry-content -->
  557. <footer class="entry-meta">
  558. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  559. <span class="cat-links">
  560. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  561. <span class="sep"> | </span>
  562. <span class="comments-link"><a href="2021/06/01/newin12-its-grouptastic/#comments">1 Comment</a></span>
  563. </footer><!-- .entry-meta -->
  564. </article><!-- #post-## -->
  565. <article id="post-4661" class="post-4661 post type-post status-publish format-standard hentry category-general">
  566. <div class="posted-meta">
  567.     <div class="date-meta">
  568.         <a href="2021/06/01/newin12-here-come-the-pem-keys/" rel="bookmark">06.01.21</a>
  569.        </div>
  570.        <div class="author-meta">
  571.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  572.    </div><!-- end .posted-meta -->
  573. <header class="entry-header">
  574. <h1 class="entry-title"><a href="2021/06/01/newin12-here-come-the-pem-keys/" rel="bookmark">#Newin12 Here Come The PEM&nbsp;Keys</a></h1>
  575. </header><!-- .entry-header -->
  576. <div class="entry-content">
  577. <p>Lots of great updates for internet security in Domino 12 and for me some of the smallest changes will make the biggest impact to my daily work.  For instance, Domino continues to support its proprietary kyr keyfile format but now also supports the PEM format which is commonly used by many web servers.</p>
  578. <p>You can create a PEM file using any text editor and pasting the entire certificate chain into it in the order</p>
  579. <ul><li>Private Key</li><li>Server CA certificate</li><li>Intermedia certificate</li><li>Trusted root or chain certificate</li></ul>
  580. <p>Save the text file with a <strong>.pem</strong> extension and you’re NEARLY done.  </p>
  581. <p>NEARLY - Daniel Nashed has informed me that the process was changed at the last minute for GA and the only way to get the PEM key recognised by Domino is to import it once created using</p>
  582. <p>load certmgr -importpem {filename}</p>
  583. <p>Of course the new approach is to use certmgr for everything from creating the private key and csr through to importing the final PEM and I have another blog ready to go on that as there’s a lot more to certmgr that we need to discuss. </p>
  584. <p></p>
  585. </div><!-- .entry-content -->
  586. <footer class="entry-meta">
  587. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  588. <span class="cat-links">
  589. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  590. </footer><!-- .entry-meta -->
  591. </article><!-- #post-## -->
  592. <article id="post-4668" class="post-4668 post type-post status-publish format-standard hentry category-general">
  593. <div class="posted-meta">
  594.     <div class="date-meta">
  595.         <a href="2021/06/01/newin12-what-configuration-is-my-server-using/" rel="bookmark">06.01.21</a>
  596.        </div>
  597.        <div class="author-meta">
  598.         by <a class="url fn n" href="author/gabturtle/" title="View all posts by Gabriella" rel="author">Gabriella</a>        </div>
  599.    </div><!-- end .posted-meta -->
  600. <header class="entry-header">
  601. <h1 class="entry-title"><a href="2021/06/01/newin12-what-configuration-is-my-server-using/" rel="bookmark">#NewIn12 - What Configuration Is My Server&nbsp;Using?</a></h1>
  602. </header><!-- .entry-header -->
  603. <div class="entry-content">
  604. <p>Such a simple thing that will again save me a lot of time.  Open your server document and you now have an option to find and view any configuration document that server is assigned to.   Click &#8220;Find Server Config&#8221;</p>
  605. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/findconfig.png"><img data-attachment-id="4671" data-permalink="https://turtleblog.info/findconfig/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/findconfig.png" data-orig-size="1602,340" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="findconfig" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/findconfig.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/findconfig.png?w=585" src="2021/05/findconfig-w-1024.png" alt="" class="wp-image-4671" srcset="2021/05/findconfig-w-1024.png 1024w, 2021/05/findconfig-w-150.png 150w, 2021/05/findconfig-w-300.png 300w, 2021/05/findconfig-w-768.png 768w, 2021/05/findconfig.png 1602w" sizes="(max-width: 1024px) 100vw, 1024px"/></a></figure>
  606. <p>and the dialog box will offer any configuration documents that server is assigned to.  In this instance a configuration for Clouds/Turtle specifically as well as the default [All Servers] configuration which is where the LDAP settings are defined.</p>
  607. <figure class="wp-block-image size-large is-style-default"><a href="2021/05/serverconfigs.png"><img data-attachment-id="4675" data-permalink="https://turtleblog.info/serverconfigs/" data-orig-file="https://turtledotblog.files.wordpress.com/2021/05/serverconfigs.png" data-orig-size="954,398" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="serverconfigs" data-image-description="" data-image-caption="" data-medium-file="https://turtledotblog.files.wordpress.com/2021/05/serverconfigs.png?w=300" data-large-file="https://turtledotblog.files.wordpress.com/2021/05/serverconfigs.png?w=585" src="2021/05/serverconfigs-w-954.png" alt="" class="wp-image-4675" srcset="2021/05/serverconfigs.png 954w, 2021/05/serverconfigs.png?w=150 150w, 2021/05/serverconfigs.png?w=300 300w, 2021/05/serverconfigs.png?w=768 768w" sizes="(max-width: 954px) 100vw, 954px"/></a></figure>
  608. </div><!-- .entry-content -->
  609. <footer class="entry-meta">
  610. <span class="post-format-link"><a href="" title="Permalink to " rel="bookmark">Standard</a></span> </span> <span class="sep"> | </span>
  611. <span class="cat-links">
  612. Posted in <a href="category/general/" rel="category tag">General</a> </span>
  613. </footer><!-- .entry-meta -->
  614. </article><!-- #post-## -->
  615. <nav role="navigation" id="nav-below" class="navigation-paging">
  616. <h1 class="assistive-text">Post navigation</h1>
  617. <div class="previous"><a href="page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div>
  618. </nav><!-- #nav-below -->
  619.        </div> <!-- end #main -->
  620.         <div id="sidebar" class="widget-area sidebar-column" role="complementary">
  621. <aside id="linkcat-46914056" class="widget widget_links"><h2 class="widget-title">Links..</h2>
  622. <ul class="xoxo blogroll">
  623. <li><a href="http://www.slideshare.net/gabturtle/presentations" rel="noopener" title="Gab Davis’ presentations on Slideshare.  All available to download" target="_blank">Gab's Presentations</a></li>
  624. <li><a href="http://www.turtlepartnership.com/" rel="noopener" title="Our company’s website" target="_blank">Our Turtle Partnership website</a></li>
  625. <li><a href="http://blog.turtleweb.com/" rel="me noopener" target="_top">Turtle's Previous Blog</a></li>
  626. </ul>
  627. </aside>
  628. <aside id="recent-posts-2" class="widget widget_recent_entries">
  629. <h2 class="widget-title">Recent Posts</h2>
  630. <ul>
  631. <li>
  632. <a href="2022/05/26/engage-2022-bruges-tips-to-delight-your-domino-admin/">Engage 2022 Bruges - Tips To Delight Your Domino&nbsp;Admin</a>
  633. </li>
  634. <li>
  635. <a href="2021/06/07/agenda-for-todays-v12-launch-event/">Agenda for Today’s V12 Launch&nbsp;Event</a>
  636. </li>
  637. <li>
  638. <a href="2021/06/06/newin12-outgoing-mail-behaviour/">#NewIn12 - Outgoing Mail&nbsp;Behaviour</a>
  639. </li>
  640. <li>
  641. <a href="2021/06/05/newin12-backup-and-restore-natively-in-domino/">#NewIn12 Backup and Restore Natively In&nbsp;Domino</a>
  642. </li>
  643. <li>
  644. <a href="2021/06/04/newin12-quotas-the-way-you-thought-they-worked/">#NewIn12 Quotas the way you thought they&nbsp;worked</a>
  645. </li>
  646. </ul>
  647. </aside><aside id="calendar-2" class="widget widget_calendar"><h2 class="widget-title">Blog Activity</h2><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
  648. <caption>March 2023</caption>
  649. <thead>
  650. <tr>
  651. <th scope="col" title="Monday">M</th>
  652. <th scope="col" title="Tuesday">T</th>
  653. <th scope="col" title="Wednesday">W</th>
  654. <th scope="col" title="Thursday">T</th>
  655. <th scope="col" title="Friday">F</th>
  656. <th scope="col" title="Saturday">S</th>
  657. <th scope="col" title="Sunday">S</th>
  658. </tr>
  659. </thead>
  660. <tbody>
  661. <tr>
  662. <td colspan="2" class="pad">&nbsp;</td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td>
  663. </tr>
  664. <tr>
  665. <td>6</td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td>
  666. </tr>
  667. <tr>
  668. <td>13</td><td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td>
  669. </tr>
  670. <tr>
  671. <td>20</td><td id="today">21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td>
  672. </tr>
  673. <tr>
  674. <td>27</td><td>28</td><td>29</td><td>30</td><td>31</td>
  675. <td class="pad" colspan="2">&nbsp;</td>
  676. </tr>
  677. </tbody>
  678. </table><nav aria-label="Previous and next months" class="wp-calendar-nav">
  679. <span class="wp-calendar-nav-prev"><a href="2022/05/">&laquo; May</a></span>
  680. <span class="pad">&nbsp;</span>
  681. <span class="wp-calendar-nav-next">&nbsp;</span>
  682. </nav></div></aside><aside id="wp_tag_cloud-2" class="widget wp_widget_tag_cloud"><h2 class="widget-title">Tags</h2><a href="tag/admin/" class="tag-cloud-link tag-link-102 tag-link-position-1" style="font-size: 18.027027027027pt;" aria-label="Admin (22 items)">Admin</a>
  683. <a href="tag/apple/" class="tag-cloud-link tag-link-291 tag-link-position-2" style="font-size: 16.324324324324pt;" aria-label="Apple (14 items)">Apple</a>
  684. <a href="tag/architecture/" class="tag-cloud-link tag-link-2290 tag-link-position-3" style="font-size: 11.783783783784pt;" aria-label="Architecture (4 items)">Architecture</a>
  685. <a href="tag/book/" class="tag-cloud-link tag-link-2364 tag-link-position-4" style="font-size: 8pt;" aria-label="book (1 item)">book</a>
  686. <a href="tag/ccm/" class="tag-cloud-link tag-link-24922 tag-link-position-5" style="font-size: 10.837837837838pt;" aria-label="CCM (3 items)">CCM</a>
  687. <a href="tag/champion/" class="tag-cloud-link tag-link-263296 tag-link-position-6" style="font-size: 13.675675675676pt;" aria-label="Champion (7 items)">Champion</a>
  688. <a href="tag/conferences/" class="tag-cloud-link tag-link-9204 tag-link-position-7" style="font-size: 22pt;" aria-label="Conferences (59 items)">Conferences</a>
  689. <a href="tag/connections/" class="tag-cloud-link tag-link-22461 tag-link-position-8" style="font-size: 20.675675675676pt;" aria-label="Connections (43 items)">Connections</a>
  690. <a href="tag/connections101/" class="tag-cloud-link tag-link-444460946 tag-link-position-9" style="font-size: 11.783783783784pt;" aria-label="Connections101 (4 items)">Connections101</a>
  691. <a href="tag/csc/" class="tag-cloud-link tag-link-237952 tag-link-position-10" style="font-size: 8pt;" aria-label="CSC (1 item)">CSC</a>
  692. <a href="tag/cscevent/" class="tag-cloud-link tag-link-209682865 tag-link-position-11" style="font-size: 9.7027027027027pt;" aria-label="CSCEvent (2 items)">CSCEvent</a>
  693. <a href="tag/db2/" class="tag-cloud-link tag-link-110258 tag-link-position-12" style="font-size: 9.7027027027027pt;" aria-label="DB2 (2 items)">DB2</a>
  694. <a href="tag/development/" class="tag-cloud-link tag-link-780 tag-link-position-13" style="font-size: 15.378378378378pt;" aria-label="development (11 items)">development</a>
  695. <a href="tag/docker/" class="tag-cloud-link tag-link-4504191 tag-link-position-14" style="font-size: 9.7027027027027pt;" aria-label="Docker (2 items)">Docker</a>
  696. <a href="tag/documentation/" class="tag-cloud-link tag-link-19551 tag-link-position-15" style="font-size: 9.7027027027027pt;" aria-label="Documentation (2 items)">Documentation</a>
  697. <a href="tag/domino/" class="tag-cloud-link tag-link-53828 tag-link-position-16" style="font-size: 18.5pt;" aria-label="Domino (25 items)">Domino</a>
  698. <a href="tag/domino10/" class="tag-cloud-link tag-link-648031848 tag-link-position-17" style="font-size: 15.662162162162pt;" aria-label="domino10 (12 items)">domino10</a>
  699. <a href="tag/domino2025/" class="tag-cloud-link tag-link-598881326 tag-link-position-18" style="font-size: 15pt;" aria-label="domino2025 (10 items)">domino2025</a>
  700. <a href="tag/dominoforever/" class="tag-cloud-link tag-link-651562813 tag-link-position-19" style="font-size: 10.837837837838pt;" aria-label="dominoforever (3 items)">dominoforever</a>
  701. <a href="tag/ggc/" class="tag-cloud-link tag-link-36967 tag-link-position-20" style="font-size: 8pt;" aria-label="GGC (1 item)">GGC</a>
  702. <a href="tag/hcl/" class="tag-cloud-link tag-link-173973 tag-link-position-21" style="font-size: 13.202702702703pt;" aria-label="HCL (6 items)">HCL</a>
  703. <a href="tag/ibm-connect/" class="tag-cloud-link tag-link-73212932 tag-link-position-22" style="font-size: 16.040540540541pt;" aria-label="IBM Connect (13 items)">IBM Connect</a>
  704. <a href="tag/ibm-connections/" class="tag-cloud-link tag-link-54923427 tag-link-position-23" style="font-size: 11.783783783784pt;" aria-label="IBM Connections (4 items)">IBM Connections</a>
  705. <a href="tag/ibm-docs/" class="tag-cloud-link tag-link-75663793 tag-link-position-24" style="font-size: 8pt;" aria-label="IBM Docs (1 item)">IBM Docs</a>
  706. <a href="tag/ibmdocs/" class="tag-cloud-link tag-link-78573806 tag-link-position-25" style="font-size: 8pt;" aria-label="IBMDocs (1 item)">IBMDocs</a>
  707. <a href="tag/ibm-sametime/" class="tag-cloud-link tag-link-21526257 tag-link-position-26" style="font-size: 9.7027027027027pt;" aria-label="IBM Sametime (2 items)">IBM Sametime</a>
  708. <a href="tag/iconuk/" class="tag-cloud-link tag-link-193790918 tag-link-position-27" style="font-size: 10.837837837838pt;" aria-label="IconUK (3 items)">IconUK</a>
  709. <a href="tag/ihs/" class="tag-cloud-link tag-link-1124926 tag-link-position-28" style="font-size: 8pt;" aria-label="IHS (1 item)">IHS</a>
  710. <a href="tag/installing/" class="tag-cloud-link tag-link-287902 tag-link-position-29" style="font-size: 9.7027027027027pt;" aria-label="Installing (2 items)">Installing</a>
  711. <a href="tag/installs/" class="tag-cloud-link tag-link-420934 tag-link-position-30" style="font-size: 9.7027027027027pt;" aria-label="Installs (2 items)">Installs</a>
  712. <a href="tag/iot/" class="tag-cloud-link tag-link-2121118 tag-link-position-31" style="font-size: 8pt;" aria-label="IoT (1 item)">IoT</a>
  713. <a href="tag/ldap/" class="tag-cloud-link tag-link-25345 tag-link-position-32" style="font-size: 10.837837837838pt;" aria-label="LDAP (3 items)">LDAP</a>
  714. <a href="tag/linux/" class="tag-cloud-link tag-link-610 tag-link-position-33" style="font-size: 9.7027027027027pt;" aria-label="Linux (2 items)">Linux</a>
  715. <a href="tag/misc/" class="tag-cloud-link tag-link-277 tag-link-position-34" style="font-size: 19.445945945946pt;" aria-label="Misc (31 items)">Misc</a>
  716. <a href="tag/mobile/" class="tag-cloud-link tag-link-120 tag-link-position-35" style="font-size: 12.540540540541pt;" aria-label="Mobile (5 items)">Mobile</a>
  717. <a href="tag/mobug/" class="tag-cloud-link tag-link-195637631 tag-link-position-36" style="font-size: 8pt;" aria-label="MOBUG (1 item)">MOBUG</a>
  718. <a href="tag/mongo/" class="tag-cloud-link tag-link-551126 tag-link-position-37" style="font-size: 8pt;" aria-label="Mongo (1 item)">Mongo</a>
  719. <a href="tag/nerd-girls/" class="tag-cloud-link tag-link-2245448 tag-link-position-38" style="font-size: 13.202702702703pt;" aria-label="Nerd Girls (6 items)">Nerd Girls</a>
  720. <a href="tag/node-js/" class="tag-cloud-link tag-link-28224982 tag-link-position-39" style="font-size: 15.378378378378pt;" aria-label="Node.js (11 items)">Node.js</a>
  721. <a href="tag/nomad/" class="tag-cloud-link tag-link-138063 tag-link-position-40" style="font-size: 9.7027027027027pt;" aria-label="Nomad (2 items)">Nomad</a>
  722. <a href="tag/nosql/" class="tag-cloud-link tag-link-22319505 tag-link-position-41" style="font-size: 12.540540540541pt;" aria-label="nosql (5 items)">nosql</a>
  723. <a href="tag/notes/" class="tag-cloud-link tag-link-785 tag-link-position-42" style="font-size: 9.7027027027027pt;" aria-label="Notes (2 items)">Notes</a>
  724. <a href="tag/penumbra/" class="tag-cloud-link tag-link-288776 tag-link-position-43" style="font-size: 8pt;" aria-label="Penumbra (1 item)">Penumbra</a>
  725. <a href="tag/perfect10/" class="tag-cloud-link tag-link-1276325 tag-link-position-44" style="font-size: 15pt;" aria-label="Perfect10 (10 items)">Perfect10</a>
  726. <a href="tag/pink/" class="tag-cloud-link tag-link-77600 tag-link-position-45" style="font-size: 9.7027027027027pt;" aria-label="Pink (2 items)">Pink</a>
  727. <a href="tag/presentations/" class="tag-cloud-link tag-link-17903 tag-link-position-46" style="font-size: 20.108108108108pt;" aria-label="Presentations (37 items)">Presentations</a>
  728. <a href="tag/random/" class="tag-cloud-link tag-link-30 tag-link-position-47" style="font-size: 10.837837837838pt;" aria-label="Random (3 items)">Random</a>
  729. <a href="tag/sametime/" class="tag-cloud-link tag-link-755840 tag-link-position-48" style="font-size: 19.918918918919pt;" aria-label="Sametime (35 items)">Sametime</a>
  730. <a href="tag/security/" class="tag-cloud-link tag-link-801 tag-link-position-49" style="font-size: 12.540540540541pt;" aria-label="Security (5 items)">Security</a>
  731. <a href="tag/social-connections/" class="tag-cloud-link tag-link-865000 tag-link-position-50" style="font-size: 8pt;" aria-label="Social Connections (1 item)">Social Connections</a>
  732. <a href="tag/social-software/" class="tag-cloud-link tag-link-4927 tag-link-position-51" style="font-size: 11.783783783784pt;" aria-label="Social Software (4 items)">Social Software</a>
  733. <a href="tag/spark-ideas/" class="tag-cloud-link tag-link-6786502 tag-link-position-52" style="font-size: 8pt;" aria-label="Spark Ideas (1 item)">Spark Ideas</a>
  734. <a href="tag/spnego/" class="tag-cloud-link tag-link-21846229 tag-link-position-53" style="font-size: 8pt;" aria-label="SPNEGO (1 item)">SPNEGO</a>
  735. <a href="tag/ssl/" class="tag-cloud-link tag-link-58302 tag-link-position-54" style="font-size: 8pt;" aria-label="SSL (1 item)">SSL</a>
  736. <a href="tag/sso/" class="tag-cloud-link tag-link-325304 tag-link-position-55" style="font-size: 10.837837837838pt;" aria-label="SSO (3 items)">SSO</a>
  737. <a href="tag/tdi/" class="tag-cloud-link tag-link-221656 tag-link-position-56" style="font-size: 9.7027027027027pt;" aria-label="TDI (2 items)">TDI</a>
  738. <a href="tag/techincal/" class="tag-cloud-link tag-link-50071 tag-link-position-57" style="font-size: 15pt;" aria-label="Techincal (10 items)">Techincal</a>
  739. <a href="tag/technical/" class="tag-cloud-link tag-link-624 tag-link-position-58" style="font-size: 20.959459459459pt;" aria-label="Technical (46 items)">Technical</a>
  740. <a href="tag/template-experience/" class="tag-cloud-link tag-link-695750696 tag-link-position-59" style="font-size: 8pt;" aria-label="Template Experience (1 item)">Template Experience</a>
  741. <a href="tag/travel/" class="tag-cloud-link tag-link-200 tag-link-position-60" style="font-size: 9.7027027027027pt;" aria-label="Travel (2 items)">Travel</a>
  742. <a href="tag/traveler/" class="tag-cloud-link tag-link-268402 tag-link-position-61" style="font-size: 8pt;" aria-label="Traveler (1 item)">Traveler</a>
  743. <a href="tag/verse/" class="tag-cloud-link tag-link-33383 tag-link-position-62" style="font-size: 9.7027027027027pt;" aria-label="Verse (2 items)">Verse</a>
  744. <a href="tag/websphere/" class="tag-cloud-link tag-link-36787 tag-link-position-63" style="font-size: 13.675675675676pt;" aria-label="WebSphere (7 items)">WebSphere</a></aside> </div><!-- #secondary .widget-area -->
  745.    </div> <!-- end #content -->
  746. <footer id="colophon" role="contentinfo">
  747. <div id="site-generator">
  748. <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a>
  749. </div>
  750. </footer><!-- #colophon -->
  751. </div><!-- #container -->
  752. <script type="text/javascript">
  753. var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/turtleblog.info\/?infinity=scrolling","type":"scroll","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"01.06.21","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"turtleblog.info","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2023-03-21 01:47:44","last_post_date":"2021-06-01 07:43:05","body_class":"infinite-scroll neverending","loading_text":"Loading new page","stats":"blog=56948786&v=wpcom&tz=0&user_id=0&subd=turtledotblog&x_pagetype=infinite"}};
  754. </script>
  755. <!--  -->
  756. <script src="js/gprofiles-ver-202312z.js" id="grofiles-cards-js"></script>
  757. <script id="wpgroho-js-extra">
  758. var WPGroHo = {"my_hash":""};
  759. </script>
  760. <script type="text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho-m-1610363240h.js"></script>
  761. <script>
  762. // Initialize and attach hovercards to all gravatars
  763. ( function() {
  764. function init() {
  765. if ( typeof Gravatar === 'undefined' ) {
  766. return;
  767. }
  768. if ( typeof Gravatar.init !== 'function' ) {
  769. return;
  770. }
  771. Gravatar.profile_cb = function ( hash, id ) {
  772. WPGroHo.syncProfileData( hash, id );
  773. };
  774. Gravatar.my_hash = WPGroHo.my_hash;
  775. Gravatar.init( 'body', '#wp-admin-bar-my-account' );
  776. }
  777. if ( document.readyState !== 'loading' ) {
  778. init();
  779. } else {
  780. document.addEventListener( 'DOMContentLoaded', init );
  781. }
  782. } )();
  783. </script>
  784. <div style="display:none">
  785. </div>
  786. <div id="infinite-footer">
  787. <div class="container">
  788. <div class="blog-info">
  789. <a id="infinity-blog-title" href="/" rel="home">
  790. The Turtle Partnership Blog </a>
  791. </div>
  792. <div class="blog-credits">
  793. <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div>
  794. </div>
  795. </div><!-- #infinite-footer -->
  796. <div id="actionbar" style="display: none;" class="actnbr-pub-newsworthy actnbr-has-follow">
  797. <ul>
  798. <li class="actnbr-btn actnbr-hidden">
  799. <a class="actnbr-action actnbr-actn-follow " href="">
  800. <svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Follow</span>
  801. </a>
  802. <a class="actnbr-action actnbr-actn-following  no-display" href="">
  803. <svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Following</span>
  804. </a>
  805. <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
  806. <div class="tip-arrow"></div>
  807. <div class="tip-inner actnbr-follow-bubble">
  808. <ul>
  809. <li class="actnbr-sitename">
  810. <a href="/">
  811. <img alt="" src="i/logo/wpcom-gray-white.png" class="avatar avatar-50" height="50" width="50"/> The Turtle Partnership Blog </a>
  812. </li>
  813. <form method="post" action="https://subscribe.wordpress.com/" accept-charset="utf-8" style="display: none;">
  814. <div class="actnbr-follow-count">Join 108 other followers</div>
  815. <div>
  816. <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address"/>
  817. </div>
  818. <input type="hidden" name="action" value="subscribe"/>
  819. <input type="hidden" name="blog_id" value="56948786"/>
  820. <input type="hidden" name="source" value="https://turtleblog.info/"/>
  821. <input type="hidden" name="sub-type" value="actionbar-follow"/>
  822. <input type="hidden" id="_wpnonce" name="_wpnonce" value="cb7fdb84c1"/> <div class="actnbr-button-wrap">
  823. <button type="submit" value="Sign me up">
  824. Sign me up </button>
  825. </div>
  826. </form>
  827. <li class="actnbr-login-nudge">
  828. <div>
  829. Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fturtleblog.info%252F2022%252F05%252F26%252Fengage-2022-bruges-tips-to-delight-your-domino-admin%252F">Log in now.</a> </div>
  830. </li>
  831. </ul>
  832. </div>
  833. </div>
  834. </li>
  835. <li class="actnbr-ellipsis actnbr-hidden">
  836. <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more">
  837. <div class="tip-arrow"></div>
  838. <div class="tip-inner">
  839. <ul>
  840. <li class="actnbr-sitename">
  841. <a href="/">
  842. <img alt="" src="i/logo/wpcom-gray-white.png" class="avatar avatar-50" height="50" width="50"/> The Turtle Partnership Blog </a>
  843. </li>
  844. <li class="actnbr-folded-customize">
  845. <a href="https://turtledotblog.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fturtledotblog.wordpress.com%2F">
  846. <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span>
  847. </a>
  848. </li>
  849. <li class="actnbr-folded-follow">
  850. <a class="actnbr-action actnbr-actn-follow " href="">
  851. <svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Follow</span>
  852. </a>
  853. <a class="actnbr-action actnbr-actn-following  no-display" href="">
  854. <svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Following</span>
  855. </a>
  856. </li>
  857. <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li>
  858. <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fturtleblog.info%252F2022%252F05%252F26%252Fengage-2022-bruges-tips-to-delight-your-domino-admin%252F">Log in</a></li>
  859. <li class="flb-report"><a href="http://en.wordpress.com/abuse/">Report this content</a></li>
  860. <li class="actnbr-reader">
  861. <a href="https://wordpress.com/read/feeds/87460658">
  862. View site in Reader </a>
  863. </li>
  864. <li class="actnbr-subs">
  865. <a href="https://subscribe.wordpress.com/">Manage subscriptions</a>
  866. </li>
  867. <li class="actnbr-fold"><a href="">Collapse this bar</a></li>
  868. </ul>
  869. </div>
  870. </div>
  871. </li>
  872. </ul>
  873. </div>
  874. <script>
  875. window.addEventListener( "load", function( event ) {
  876. var link = document.createElement( "link" );
  877. link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20210915";
  878. link.type = "text/css";
  879. link.rel = "stylesheet";
  880. document.head.appendChild( link );
  881. var script = document.createElement( "script" );
  882. script.src = "wp-content/mu-plugins/actionbar/actionbar-v-20220329.js";
  883. script.defer = true;
  884. document.body.appendChild( script );
  885. } );
  886. </script>
  887. <div id="jp-carousel-loading-overlay">
  888. <div id="jp-carousel-loading-wrapper">
  889. <span id="jp-carousel-library-loading">&nbsp;</span>
  890. </div>
  891. </div>
  892. <div class="jp-carousel-overlay" style="display: none;">
  893. <div class="jp-carousel-container">
  894. <!-- The Carousel Swiper -->
  895. <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery">
  896. <div class="jp-carousel swiper-wrapper"></div>
  897. <div class="jp-swiper-button-prev swiper-button-prev">
  898. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  899. <mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12">
  900. <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
  901. </mask>
  902. <g mask="url(#maskPrev)">
  903. <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
  904. </g>
  905. </svg>
  906. </div>
  907. <div class="jp-swiper-button-next swiper-button-next">
  908. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  909. <mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12">
  910. <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
  911. </mask>
  912. <g mask="url(#maskNext)">
  913. <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
  914. </g>
  915. </svg>
  916. </div>
  917. </div>
  918. <!-- The main close buton -->
  919. <div class="jp-carousel-close-hint">
  920. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  921. <mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14">
  922. <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
  923. </mask>
  924. <g mask="url(#maskClose)">
  925. <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
  926. </g>
  927. </svg>
  928. </div>
  929. <!-- Image info, comments and meta -->
  930. <div class="jp-carousel-info">
  931. <div class="jp-carousel-info-footer">
  932. <div class="jp-carousel-pagination-container">
  933. <div class="jp-swiper-pagination swiper-pagination"></div>
  934. <div class="jp-carousel-pagination"></div>
  935. </div>
  936. <div class="jp-carousel-photo-title-container">
  937. <h2 class="jp-carousel-photo-caption"></h2>
  938. </div>
  939. <div class="jp-carousel-photo-icons-container">
  940. <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
  941. <span class="jp-carousel-icon">
  942. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  943. <mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
  944. <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
  945. </mask>
  946. <g mask="url(#maskInfo)">
  947. <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
  948. </g>
  949. </svg>
  950. </span>
  951. </a>
  952. <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
  953. <span class="jp-carousel-icon">
  954. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  955. <mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
  956. <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
  957. </mask>
  958. <g mask="url(#maskComments)">
  959. <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
  960. </g>
  961. </svg>
  962. <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
  963. </span>
  964. </a>
  965. </div>
  966. </div>
  967. <div class="jp-carousel-info-extra">
  968. <div class="jp-carousel-info-content-wrapper">
  969. <div class="jp-carousel-photo-title-container">
  970. <h2 class="jp-carousel-photo-title"></h2>
  971. </div>
  972. <div class="jp-carousel-comments-wrapper">
  973. <div id="jp-carousel-comments-loading">
  974. <span>Loading Comments...</span>
  975. </div>
  976. <div class="jp-carousel-comments"></div>
  977. <div id="jp-carousel-comment-form-container">
  978. <span id="jp-carousel-comment-form-spinner">&nbsp;</span>
  979. <div id="jp-carousel-comment-post-results"></div>
  980. <form id="jp-carousel-comment-form">
  981. <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
  982. <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
  983. <div id="jp-carousel-comment-form-submit-and-info-wrapper">
  984. <div id="jp-carousel-comment-form-commenting-as">
  985. <fieldset>
  986. <label for="jp-carousel-comment-form-email-field">Email (Required)</label>
  987. <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field"/>
  988. </fieldset>
  989. <fieldset>
  990. <label for="jp-carousel-comment-form-author-field">Name (Required)</label>
  991. <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field"/>
  992. </fieldset>
  993. <fieldset>
  994. <label for="jp-carousel-comment-form-url-field">Website</label>
  995. <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field"/>
  996. </fieldset>
  997. </div>
  998. <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment"/>
  999. </div>
  1000. </form>
  1001. </div>
  1002. </div>
  1003. <div class="jp-carousel-image-meta">
  1004. <div class="jp-carousel-title-and-caption">
  1005. <div class="jp-carousel-photo-info">
  1006. <h3 class="jp-carousel-caption" itemprop="caption description"></h3>
  1007. </div>
  1008. <div class="jp-carousel-photo-description"></div>
  1009. </div>
  1010. <ul class="jp-carousel-image-exif" style="display: none;"></ul>
  1011. <a class="jp-carousel-image-download" target="_blank" style="display: none;">
  1012. <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1013. <mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18">
  1014. <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
  1015. </mask>
  1016. <g mask="url(#mask0)">
  1017. <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
  1018. </g>
  1019. </svg>
  1020. <span class="jp-carousel-download-text"></span>
  1021. </a>
  1022. <div class="jp-carousel-image-map" style="display: none;"></div>
  1023. </div>
  1024. </div>
  1025. </div>
  1026. </div>
  1027. </div>
  1028. </div>
  1029. <script type="text/javascript" src="_static/---eJzTLy/QTc7PK0nNK9EvyClNz8wr1i-uzCtJrMjITM/IAeKS1CJMEWP94uSizIISoOIM5/yiVL2sYh19yo1yKiotzgjISczMAxpon2traGpuYGRgYmlhmgUAFLxAeg--.js"></script>
  1030. <script type="text/javascript">
  1031. (function(){
  1032. var corecss = document.createElement('link');
  1033. var themecss = document.createElement('link');
  1034. var corecssurl = "wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.9b";
  1035. if ( corecss.setAttribute ) {
  1036. corecss.setAttribute( "rel", "stylesheet" );
  1037. corecss.setAttribute( "type", "text/css" );
  1038. corecss.setAttribute( "href", corecssurl );
  1039. } else {
  1040. corecss.rel = "stylesheet";
  1041. corecss.href = corecssurl;
  1042. }
  1043. document.head.appendChild( corecss );
  1044. var themecssurl = "wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?m=1363304414h&ver=3.0.9b";
  1045. if ( themecss.setAttribute ) {
  1046. themecss.setAttribute( "rel", "stylesheet" );
  1047. themecss.setAttribute( "type", "text/css" );
  1048. themecss.setAttribute( "href", themecssurl );
  1049. } else {
  1050. themecss.rel = "stylesheet";
  1051. themecss.href = themecssurl;
  1052. }
  1053. document.head.appendChild( themecss );
  1054. })();
  1055. SyntaxHighlighter.config.strings.expandSource = '+ expand source';
  1056. SyntaxHighlighter.config.strings.help = '?';
  1057. SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
  1058. SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
  1059. SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
  1060. SyntaxHighlighter.defaults['pad-line-numbers'] = false;
  1061. SyntaxHighlighter.defaults['toolbar'] = false;
  1062. SyntaxHighlighter.all();
  1063. // Infinite scroll support
  1064. if ( typeof( jQuery ) !== 'undefined' ) {
  1065. jQuery( function( $ ) {
  1066. $( document.body ).on( 'post-load', function() {
  1067. SyntaxHighlighter.highlight();
  1068. } );
  1069. } );
  1070. }
  1071. </script>
  1072. <link rel="stylesheet" id="all-css-0-2" href="_static/---eJyljc0KgzAQhF-o6aKItgfps6TJEmI3P2R3kb59FfTai6fhG4ZvYK3GlSyYBZKaShpiZlhQqnWfg4HFbhEgFa-EDM62oowEvMaKzbw1e8K7Y77BNeG5O4sLTomE3gRLhO37j/aPV5q7ceqfwzD1j-UHQ9lpEA---cssminify-yes.css" type="text/css" media="all"/>
  1073. <script id="jetpack-carousel-js-extra">
  1074. var jetpackSwiperLibraryPath = {"url":"wp-content/mu-plugins/jetpack-plugin/staging/_inc/build/carousel/swiper-bundle.min.js"};
  1075. var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"/","nonce":"313eed05b5","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/turtledotblog.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fturtleblog.info%2F2021%2F06%2F07%2Fagenda-for-todays-v12-launch-event%2F","blog_id":"56948786","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=56948786&v=wpcom&tz=0&user_id=0&subd=turtledotblog","is_public":"1"};
  1076. </script>
  1077. <script type="text/javascript" src="script/r8iFk3Eclvi2iOn4Vg5sqx1zwgweRSnXzmiuyX79y0PhLeZYhNz16Ur8lf4hZWVHrenROcrzLXTn0mrITMlGv4F1792/NfvXw6F53jcvwydauvwP.js"></script>
  1078. <script type="text/javascript">
  1079. // <![CDATA[
  1080. (function() {
  1081. try{
  1082.  if ( window.external &&'msIsSiteMode' in window.external) {
  1083.    if (window.external.msIsSiteMode()) {
  1084.      var jl = document.createElement('script');
  1085.      jl.type='text/javascript';
  1086.      jl.async=true;
  1087.      jl.src='/';
  1088.      var s = document.getElementsByTagName('script')[0];
  1089.      s.parentNode.insertBefore(jl, s);
  1090.    }
  1091.  }
  1092. }catch(e){}
  1093. })();
  1094. // ]]>
  1095. </script> <script type="text/javascript">
  1096. (function() {
  1097. var extend = function(out) {
  1098. out = out || {};
  1099. for (var i = 1; i < arguments.length; i++) {
  1100. if (!arguments[i])
  1101. continue;
  1102. for (var key in arguments[i]) {
  1103. if (arguments[i].hasOwnProperty(key))
  1104. out[key] = arguments[i][key];
  1105. }
  1106. }
  1107. return out;
  1108. };
  1109. extend( window.infiniteScroll.settings.scripts, ["mobile-useragent-info","rlt-proxy","jquery-core","jquery-migrate","jquery","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","syntaxhighlighter-core","syntaxhighlighter-brush-plain","contact-form-styles","devicepx","the-neverending-homepage","navigation","skip-link-focus-fix","wpcom-masterbar-tracks-js","jetpack-carousel","tiled-gallery","carousel-wpcom"] );
  1110. extend( window.infiniteScroll.settings.styles, ["wpcom-smileys","the-neverending-homepage","wp-block-library","mediaelement","wp-mediaelement","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","classic-theme-styles","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","style","wpcom_instagram_widget","geo-location-flair","reblogging","h4-global","videopress-video-style","global-styles","newsworthy-oswald","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery"] );
  1111. })();
  1112. </script>
  1113. <span id="infinite-aria" aria-live="polite"></span>
  1114. <script src="w-63.js" defer></script> <script type="text/javascript">
  1115. _tkq = window._tkq || [];
  1116. </script>
  1117. <noscript><img src="b-v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>
  1118. <script defer id="bilmur" data-customproperties="{&quot;enq_jquery&quot;:&quot;1&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;pub\/newsworthy&quot;}" data-provider="wordpress.com" data-service="simple" src="wp-content/js/bilmur.min-i-7-m-202312.js"></script><script>
  1119. if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
  1120. wpcom_mobile_user_agent_info.init();
  1121. var mobileStatsQueryString = "";
  1122. if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
  1123. mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
  1124. if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
  1125. mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
  1126. if( wpcom_mobile_user_agent_info.isIPad() )
  1127. mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
  1128. if( "" != mobileStatsQueryString ) {
  1129. new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
  1130. }
  1131. }
  1132. </script>
  1133. </body>
  1134. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda