libpam-mount automounts SMB shares at login, just like Windows
Monday, October 8th, 2007Now my
Method follows.
Now my
Method follows.
What could I do with this?
CREATE TABLE child (
id BIGINT NOT NULL AUTO_NUMBER PRIMARY KEY
, parent_table VARCHAR(64) NOT NULL
, parent_id BIGINT NOT NULL
, FOREIGN KEY parent_table REFERENCES INFORMATION_SCHEMA.tables(name)
, FOREIGN KEY parent_id DEREFERENCES parent_table(id)
) ENGINE=fantasy COMMENT=’Don’t run this at home, folks!’;
AND
(more…)
The following code works on Linux (3 rows returned) but not on Windows, which returns a SQL syntax error citing LIMIT "0", "3". See PHP bug 35801 closed as “bogus” by an idiot on Christmas Day 2005 for the
Limit statements cannot be part of prepared statements.
Anyone care to confirm?
“Smiley” Peformance Monitor plugin for WordPress
As there have been
I previously investigated the memory use of WordPress 2.0.2. I shall build upon that work to introduce execution timestamps and database queries into the performance graph. I shall then directly compare the performance of 2.0.3 and 2.0.4 on the same dataset - my blog, of course!
Or, in this particular case,
Menu and plugin tweaks
indeed! If I believed that, I might never have noticed the ever-so-vital change to line 364 of admin-functions.php.
A thought inspired by
Which is better; http://www.libertini.net/libertus/ or http://libertini.net/libertus/ ?
Both are http://libertini.net/libertus, my latter choice.
The WordPress documentation is out-of-date. The correct answer is: neither.
I’m a sensitive soul with computers. Whilst I appreciate the incredible power and capacity that modern computers provide, I cannot help but remember those hazy days during my youth when I learned how to program. My first computer was modest by today’s standards - a
So how does WordPress fill this tiny pocket of the big machine? Today I’m looking at the memory footprint of WordPress 2.0.2. How efficiently does WordPress use its most precious resource?