Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ionos-performance domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /homepages/36/d199566830/htdocs/app199566839/wp-includes/functions.php on line 6131

Notice: Constant WP_SITEURL already defined in /homepages/36/d199566830/htdocs/app199566839/wp-content/plugins/ionos-sso/inc/DisableUrlChange.php on line 19

Notice: Constant WP_HOME already defined in /homepages/36/d199566830/htdocs/app199566839/wp-content/plugins/ionos-sso/inc/DisableUrlChange.php on line 20
Technology – Page 10 – And Then…

Category: Technology

  • "How I Lost 1180 Seconds" or "Putting S.DS Code on a Diet" – Part 1

    (Note: this is the first of a 4 part post). In previous posts, I raved about .NET’s System.DirectoryServices (S.DS) — its library for accessing LDAP directories. In this post, I’ll go over how I sped up a particular bit of S.DS code in dramatic fashion. S.DS, like any code, needs to be used and studied…

  • Do That Sudo Voodoo That You Do

    In the Implementing Effective Access Control webinar that I did a few days ago, I spent a little time talking about sudo. It’s a pretty cool utility that, I think, is vastly underutilized. With some care, sudo can be the basis for a powerful role-based access control (RBAC) system on Linux. Sudo is a Linux/UNIX/Mac…

  • Access Control and Controlling Complexity

    A few days ago, I prepared a Powerpoint presentation and a demo script for a Webinar. The topic under consideration was Implementing Effective Access Control. The first thing I did was to look for a good definition of “Access Control.” As usual, Wikipedia did the trick, “Access control is the ability to permit or deny…