After a quick chat with miwi, I ask myself how many people actually are interested in plugins for WP and how much plugins people have on average?
Miwi has currently 4 plugins installed. I have 30 plugins installed as of this writing:
- Akismet: comes with WP, anti-SPAM
- AskApache RewriteRules Viewer: gives some info about the apache rewrite rules used in WP
- Better Search: improves the search features of WP
- Bot Tracker: shows which bots crawl your site (no robot crawled mine yet, I assume I have not activated it long enough and need to wait a little bit until I see some results)
- Broken Link Checker: checks my blog for broken links
- Contextual Related Posts: adds “Related Posts:” to new postings, not always up to the task (as can be seen in this posting), but I hope it will improve with time when I post more
- Dashboard: Latest Spam: gives some info in the dashboard about the blog-SPAM
- FD Word Statistics: gives some infos about the “complexity” of your posts in the posting editor
- GD Press Tools: a collections of multiple features/stats/…
- GD Simple Widgets: not used yet, provides widgets for the sidebar which also come with the WP-core, but this ones are modified/enhanced; I have not tested this yet
- GD Star Rating: allows you to rate my postings with stars and thumbs up/down (feel free to do it here, if you found something useful
)
- Import HTML Pages: if I want to import existing HTML pages… I have not decided yet if I will use it or not
- Limit Login Attempts: IMO something like this belongs into the WP-core
- Plugin Manager: I want to give it a try
- Quick Stats: some additional stats
- Search Meter: gives you some info about the searches people do in the blog (nobody searched something yet…)
- Simple Trackback Validation: an anti-SPAM plugin, or at least some sanity checking
- TanTanNoodles Simple Spam Filter: some simple anti–SPAM rules
- TinyMCE Advanced: I want some more buttons in my posting-editor
- Weasels No HTTP Author: anti-SPAM, do not allow http:// in the name of authors (comments, …)
- WordPress.com Stats: do I really need to explain this?
- WP-Stats-Dashboard: simplifies the handling of the “WordPress.com Stats”-features
- wp-Typography: automatic typographic improvements to postings, I do not know if it is useful for non-English texts, but at least my postings in English look better
- WP Math Publisher: allows to place some more mathematical rendering of math-equations in postings, e.g. the golden ratio:

- WP Security Scan: scans your blog setup for known security holes
- WP Update Message: allows to put a “posting updated: XXX changed”-box into your postings
- Delete Spam Daily: not activated yet, as I did not get any SPAM yet, I can not make a controlled test, so I wait
- Hello Dolly: plugin comes with WP-core, not activated
- Login LockDown: not activated, I will delete it soon, as I like the “Limit Login Attempts”-plugin more
- One-Time Password: does not work out of the box for me, it looks like it does not find php-otp (it is not installed, and I need to have a look if it comes with php-otp included and iit s not found, or if I have to install it)
GD Star Rating
loading…
GD Star Rating
loading…
Tags: apache rewrite,
checker checks,
import html,
link checker,
login attempts,
miwi,
press tools,
simple trackback validation,
spam rules,
word statistics —
The update to 7.5.1.4 went fine. No major problems encountered. So far we did not see any regressions. The complete system feels a little bit more stable (no restarts necessary so far, before some where necessary from time to time). We still have to test all our problem cases:
- restart NW-server directly after deleting a client with index entries (manual copy of /nsr needed before, in case the mediadb corruption bug is not fixed as promised)
- shutdown a storage node to test if the NW-server still crashes in this case
- start with an empty mediadb but populated clients (empty /nsr/mm, but untouched /nsr/res) and scan some tapes to check if “shadow clients” (my term for clients which have the same client ID but get newly created during the scanning with a new client ID and a name of “~<original-name>-<number>”) still get created instead of populating the index of the correct client
The first two ones are supposed to be fixed, the last one is maybe not fixed.
Not fixed (according to the support) is the problem of needing a restart of the NW-server when moving a tape library from one storage node to another storage node. It also seems that our problem with the manual cloning of save sets is not solved. There are still some clone processes which do not get out of the “server busy” loop, no matter how idle the NW-server is. In this case it can be seen that nsrclone is waiting in nanosleep (use pstack or dtrace to see it). The strange thing is, that a safe set which is “failing” with such behavior will always cause this behavior. We need to have a deeper look to see if we find similarities between such safe sets and differences to safe sets which can be cloned without problems.
GD Star Rating
loading…
GD Star Rating
loading…
Tags: client id,
cloning,
complete system,
corruption bug,
index entries,
legato networker,
nsr,
regressions,
strange thing,
tape library —
I managed to get some time to setup an automated generation of the doxygen docs for kernel subsystems of FreeBSD on my webserver.
Every night/morning (German timezone) the sources will be updated, and the docs get regenerated (this takes some time). Currently this depends upon some patches to the makefile and doxygen config files in tools/kerneldoc/subsys. Everything is generated directly in the place where the webserver will look for to deliver the pages, so if you browse this in the middle of the generation, the content may not be consistent (yet).
Please be nice to the webserver and do not mirror this. You can generate this yourself very easy. Assuming you have the FreeBSD source on a local hard disk, you just need to download the patch from http://www.Leidinger.net/FreeBSD/current-patches/ (if you do not find dox.diff, update your FreeBSD sources and everything will be OK), apply the patch, cd into tools/kerneldoc/subsys and run “make all” (or “make vm” or whatever you are interested in). You need doxygen installed, off course.
If you want to setup something like this yourself, just download the script which is doing all the work, change some variables in the beginning, and create your own local version of the complete docs.
In case this is using significant traffic, I will ask core/admins if there is the possibility to host it on FreeBSD.org resources.
GD Star Rating
loading…
GD Star Rating
loading…
Tags: admins,
config files,
doxygen,
freebsd kernel,
freebsd sources,
hard disk,
makefile,
patch cd,
patches,
subsystems —