Warning: Table './jdarx_drupal/sessions' is marked as crashed and should be repaired
query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'aafaa27f09a6e8a5c161b32e501e300c' in /f2/jdarx/public/includes/database.mysql.inc on line 172
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 899
Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 531
Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 532
Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 533
Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 534 wayland's Computer Stuff - Linux Core Development
http://computerstuff.jdarx.info/taxonomy/term/24/0
Development of the Linux core and other basic Linux libraries and utilitiesenTreePath and glob()
http://computerstuff.jdarx.info/content/treepath-and-glob
<p>glob(), as I said in the article "<a class="" style="" href="/content/treepath-universal-tree-navigation-language">TreePath -- a universal tree navigation language</a>", has its good points, but is lacking in power. It's time an upgrade was done.</p>
<p><a href="http://computerstuff.jdarx.info/content/treepath-and-glob">read more</a></p>http://computerstuff.jdarx.info/content/treepath-and-glob#commentsLinux Core DevelopmentTreePathFri, 28 Mar 2008 06:47:34 +0000wayland57 at http://computerstuff.jdarx.infoTreePath -- a universal tree navigation language
http://computerstuff.jdarx.info/content/treepath-universal-tree-navigation-language
<p>I'm not a die-hard XML fan. It has its place, but it's not the best thing ever. But there is one thing about the XML milieu that I really do like.</p>
<p><a href="http://computerstuff.jdarx.info/content/treepath-universal-tree-navigation-language">read more</a></p>http://computerstuff.jdarx.info/content/treepath-universal-tree-navigation-language#commentsLDAPLinux Core DevelopmentTreePathXMLThu, 27 Mar 2008 06:23:37 +0000wayland55 at http://computerstuff.jdarx.infoUnix User Domains
http://computerstuff.jdarx.info/content/unix-user-domains
<h2 id="toc0">The idea</h2>
The Unix system needs to be able to categorise users into domains. <p>When I say "Domains", I don't mean DNS domains, but merely unique strings that identify a domain-set of users. This might include DNS domains, but it would not be limited to them.</p>
<p>This would mean that software that wished to authenticate users (such as MySQL), but didn't wish to create local users would have a mechanism for doing so. Then we wouldn't end up with 101 different authentication systems like we have now.</p>
<p><a href="http://computerstuff.jdarx.info/content/unix-user-domains">read more</a></p>http://computerstuff.jdarx.info/content/unix-user-domains#commentsLinux Core DevelopmentTue, 19 Feb 2008 00:09:07 +0000wayland50 at http://computerstuff.jdarx.info