After there have been services that allow to check (and possibly defend) your online reputation (an example being ReputationDefender.com), there are services that help yu register an account with a lot of them (example www.dandyid.org/beta/claimmyname).
Makes me think that what i would prefer to call the “web 2.0 name grapping” phenomenon, as described in a blog post by Sylvan von Stuppe and discussed in my work, is becoming real.
I just startet to register my name with a few of them … and keeping track of them using the above mentioned DandyID … but I am still not willing to pay someone to register them for me. Maybe that will change if the price drops below a $1/service
so long … Henrich
January 30th, 2009 | Author:
henrich
Well, the old saying never touch a running system held me up doing more fun stuff in my free-time.
To save me, and possible other from the hassle to search for a solutionworkaround again, here is what I did:
Problem:
fsck on Ubuntu would not like my software RAID after it was working for weeks, but I never rebootet the hardware.
Errors:
- “mount: /dev/md/1 ist kein gültiges blockorientiertes Gerät”
- “failed to open /dev/md1″
- fsck bad superblock
- various others
Solution(s):
- add the module md into /etc/modules to have it loaded on runtime [1]
- make sure udev always creates /dev/md1, by telling him in /lib/udev/devices [2] by issuing mknod /lib/udev/devices/md1 b 9 1
- put the config into /etc/mdadm/mdadm.conf so that issuing mdadm -A -s started the RAID so that it shows in cat /proc/mdstat as running
- HACK! /etc/init.d/checkfs.sh [2] to contain two additional lines: mdadm -A -s und sleep 5
Credit:
Some links where I found useful bits of information: