Notice: fwrite(): Write of 1126 bytes failed with errno=28 No space left on device in /var/www/news.numlock.ch/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php on line 42

WordPress database error: [Disk full (/tmp/#sql-temptable-20e-395e0-ae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`


Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the math-captcha 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 /var/www/news.numlock.ch/public_html/wp-includes/functions.php on line 6114

WordPress database error: [Disk full (/tmp/#sql-temptable-20e-395e0-af.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfLiveTrafficHuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-20e-395e0-b0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfLiveTrafficHuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-20e-395e0-b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

IT – Page 19 – A changelog by Daniel Mettler

DriverGuide.com

DriverGuide.com

Let’s face it, finding the right device driver can be a tedious, time consuming, often impossible task! The Driver Guide was created to make finding driver updates a whole lot easier. With the help of thousands of our members, we have compiled a massive database archive of drivers and resources that is by far the largest and most comprehensive on the Web.

ACK! :)

Some pictures of the Swiss Firefox 1.0 release party in Zurich/Switzerland

I’ve uploaded a couple of pictures of the Swiss Firefox 1.0 Release party in Zurich/Switzerland. Additional, password-protected pictures (as people are recognizable) and 2 short movie clips can be accessed using received credentials (login by clicking on [login], then click on the appearing nested album).

Kudos to the organizers of the party: http://www.andrist.org/ /
http://www.openforce.at/mozparty2/?party=388!

And thanks a lot to all the devs and contributors of Mozilla Firefox 1.0, the best web browser ever :)

Get Firefox!

I use Mozilla Firefox for quite a while now and I am very happy with it. It’s high time to spread the word:

Get Firefox!

It’s probably the last chance for you to claim you were already using Firefox before its official release (1.0) ;)

goScreen rocks :)

Praise to Andrei Gourianov, the creator of goScreen, the only really usable virtual desktop manager for Windows. He recently managed to send me my license key within a couple of hours.

The not-so-good precursor: On that said day, my trial version of goScreen (or rather, a very central part of it, the desktop maps) stopped working without prior warning (very unusual for shareware) – unfortunately in a very bad moment for me! There was no way to make it temporarily work again (e.g. by prolonging the trial period), so I had to wait for my license to arrive to continue using goScreen. The good outcome: Andrei was very understanding, responsive and co-operative and sent me my key within exceptionally short time. That saved my day and work, Andrei! Thanks again!

Kudos also to Attila who told me about goScreen the first time. I always missed something like this on Windows.

Mouse Modding II – The Ultimate Gamer Mouse

After Mouse Modding I, there’s Mouse Modding II – The Ultimate Gamer Mouse :) Heavily inspired by Heeszel’s posting on ExtremeTech:

Another point is the MX weighs more than the MS mouse. The MS weighs 3.0 oz, and the MX510 4.3 oz. I opened up the MX mouse and found a small steel weight screwed to the top cover, approximately where the logo is. This weight is exactly .5 ounces. Why would they put a weight in their mouse? I believe this is done to make the mouse appear more “solid” or “quality” to the prospective buyer in the store. It certainly would do nothing for any other purpose, such as balance.
Below is a picture of the weight, which I removed from my mouse to reduce weight. http://home.comcast.net/~heeszel/mx510weight.JPG

With the extra-weight removed, the Logitech MX510 Performance Optical Mouse is The Ultimate Gamer Mouse :) Highly recommended! :)

Disclaimer: You probably void your mouse’s warranty when doing this. You do everything at your own risk – do not blame me if something goes wrong. Unplug the mouse before opening its case.

Older entries on the MX510:
Logitech MX510
logitech mx510 optical mouse supported in linux 2.6.6
ergonomically nice mice

FBSplash for Gentoo

For the logs and Google (I use FBSplash for quite a while already):

(Inofficial) Gentoo FBSplash Howto
(Inofficial) Gentoo FBSplash in 5 steps Howto

Upgrading a FBSplash kernel once you’ve already installed one (procedure for a laptop/desktop or workstation -> you don’t want to use fbsplash on a server, do you?):


1. # emerge -u gentoo-dev-sources

2. # cd /usr/src/linux-{your new gentoo-dev-sources}

3. # make mrproper (just to make sure everything is clean)

4. # cp ../linux-{your previous gentoo-dev-sources}/.config .

5. # make oldconfig

6. verify the new kernel config (if required): # make menuconfig

7. # mount /boot

8. # make && make install modules_install

9. adjust /boot/grub/grub.conf to boot the new kernel. keep the old section as a fallback. a valid section for my box (with a 1400x1050 screen) would look like (don't copy this as it probably won't work for you. just take it as an example. note that the "kernel /boot/vmlinuz .. theme:emergence" line is very long.):

default 0
timeout 5
splashimage=(hd0,1)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.8-r4 (new fbsplash)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda4 video=vesafb-tng:ywrap,pmipal,1400x1050-32@60 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-1400x1050

10. adjust the /usr/src/linux link:
# rm /usr/src/linux
# ln -s /usr/src/linux-{your new gentoo-dev-sources} /usr/src/linux

11. # reboot

12. after rebooting, make sure that the correct kernel has been booted (see # uname -a)

13. remerge any kernel-dependent ebuilds.
if you use the binary x11 driver by nvidia, do:
# emerge nvidia-kernel
if you use the ndiswrapper (wlan; intel pro wireless bg 2100/2200 etc.):
# emerge ndiswrapper
if you use alsa you might need to remerge alsa-utils:
# emerge alsa-utils

14. if anything had to be emerged in step 13, do
# reboot

15. if everything works fine, you might want to remove the following things:
- previous kernel sources (# rm -rf /usr/src/linux-{your previous gentoo-dev-sources}/)
- previous kernel modules
# rm -rf /lib/modules/{your previous gentoo-dev-sources kernel modules}
- previous kernel in /boot:
# mount /boot
# cd /boot
# rm vmlinuz.old
# rm vmlinuz-{your previous gentoo-dev-sources kernel}
# rm config.old
# rm config-{your previous gentoo-dev-sources kernel}
- adjust /boot/grub/grub.conf accordingly (remove the section of the previous kernel)

have fun :)

De-spamming using MTB

BTW I strongly recommend to make use of the new de-spamming feature in MTB 2.x:

Instead of just deleting a spam comment on your blog, rather click on the comment’s de-spam link (displayed at the bottom of the comment in the admin interface) or on the according de-spam link in your comment notification e-mail message. The latter is probably the most convenient way to report a spam comment to the master blacklist. See Neil’s World – MT-Blacklist 2.0 RC6 Screenshots for some more information.

Spam is a distributed problem. Fighting spam is a community effort.


Notice: fwrite(): Write of 1126 bytes failed with errno=28 No space left on device in /var/www/news.numlock.ch/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php on line 42

Fatal error: Uncaught wfWAFStorageFileException: Unable to verify temporary file contents for atomic writing. in /var/www/news.numlock.ch/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php:51 Stack trace: #0 /var/www/news.numlock.ch/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php(658): wfWAFStorageFile::atomicFilePutContents() #1 [internal function]: wfWAFStorageFile->saveConfig() #2 {main} thrown in /var/www/news.numlock.ch/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php on line 51