Grub2 using Gentoo doesn’t detect if a Memtest86+ boot image is available – so I tried to come up with a solution which looks as follows:
Testing Grub2
Gentoo is a distribution where you decide about software you install. This was reason enough for me to give Grub2 a spin. Installation wasn’t that hard after unmasking and keywording the grub package: echo “sys-boot/grub:2 **” >> /etc/portage/package.keywords echo “sys-boot/grub:2” >> /etc/portage/package.unmask emerge -av sys-boot/grub:2
Albanian translation for WP-BlackCheck
It was quite a pleasant surprise when I checked my mails and found a message where someone offered help on my WordPress Plugin WP-BlackCheck: Taulant Ceka sent me the albanian translation, which I’m cheerfully adding to the current release. Enjoy.
WP-BlackCheck 2.6.0
Spam changed – mostly the trackback and pingback stuff started to get annoying – maybe a sign of the upcoming vacations? The situation on site here forced me to adapt my plugin. The changes so far: Fix of the Update Notifications Ineffective Traps have been removed Trackback/Pingback Checks improved
Blacklist uses reCaptcha
A small update: The delisting process for my blacklist slightly changed – it’s using reCaptcha by now to prevent some folks from having bad ideas. Further enhancements are already waiting to be implemented.
Who’s connected to my MSSQL server?
Today I was trying to restore a backup of our MSSQL server when a user decided to drive me crazy by not disconnecting after telling anyone that we need to do that restore. So I fired up the management studio and had a look at the current processes by using the following query: select spid, status, loginame, hostname, […]