Archive | Imprint | Privacy
15th May 2010
Nerd 2.0

7270 FritzBox soon with IPv6 for each

After it the first time a test firmware CeBit 2009 with IPv6 was introduced for the FritzBox 7270, the successor to IPv4, is now in the latest "preview on the official firmware" migrating, so it should in the near future, via firmware update hike on each box. So now missing only the ISPs and IPv6 can come. (1 & 1 provides in any case, no address)

Interestingly, however, what will change when migrating to the Internet population to v6 everything. Will my surfing behavior on the basis of my static block is stored (data adé)? Can I bypass an IP ban simply by listing the addresses in my block change or is it a lock for the entire block? How much will the new address for Web servers or do I get there and blocks?

Is certainly interesting.

Update: Even I am in the 1 & 1 Blog on this post hit on the topic, very interesting :-)

9th May 2010
Nerd 2.0

Snow Leopard "Time Machine" will save on NAS

After a bit long Try it now, I hinbekommen but that the MacOS "Time Machine" directly from my MacBook over WiFi secures its data to the home server, following this little guide:

First, the file should be saved to the desktop: makeImage.sh.zip . This will now unzip and release of the NAS is to be secured to the Finder together ("Go to -" Connect to Server ... "). Must be a Samba / Windows share an "smb: / /" before the address, are at the AFP is a faster "://". afp AFP here should be preferred, because it really is much faster and the recovery of the complete system works only by an AFP share. Now open a terminal and type the following commands:

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 cd Desktop chmod +x makeImage.sh ./makeImage.sh 100 /Volumes/Freigabename 

Subsequently, the release of normally configured in the Time Machine settings can be selected as a volume.

Thanks to macosxhints.com and insanelymac.com .

Nerd 2.0

Disk partitioning, encryption, formatting

I have here a small step-by-step instructions for partitioning, formatting and encryption of hard disks under Linux (Archlinux here) put together, because today I had to search quite a long time to integrate my new External ;-)

  1. Partitioning ( more ... )
    1. fdisk / cfdsik
  2. Encrypt ( more ... )
    1. Generate keyfile: "dd if = / dev / urandom of = / path / file.key bs = 1k count = 2"
    2. Format: "cryptsetup luksFormat / dev / sdx / path / file.key-cipher aes-cbc-provided alternatives: sha256-key-size 256"
    3. Including: "cryptsetup luksOpen / dev / sdx-name key-file / path / file.key"
  3. Format
    1. Create file system: "mkfs.ext4 / dev / mapper / name"
    2. 5% barrier shrink: "tune2fs-m 0 / dev / mapper / name" ( 1 , 2 )
19th March 2010
Nerd 2.0

Winning high definition camera

In Cashy gibts ne just to win high-definition camera and I'll try my luck :-)

12th March 2010
Nerd 2.0

Move

In the spirit of spring cleaning I gave the blog a major overhaul donated.

Links corrected images back properly linked, the completely revised and design last but not donated yet a whole new domain.
I hope you like it and now I'm back to blogging more frequently.

The move to WordPress was launched without problems, completely new WordPress install, accepted entries, comments and attachments with the WordPress tools and then search and replace in the database to repair the links.
There was a slight problem with the number of comments per post, but this was demonstrated by the below script fix quickly.

Learn more »

9th July 2009
Nerd 2.0

Confixx backup function using cronjob

Actually, everything easy. The web host lets his webspace via Confixx managed, offers cronjobs and each user can create his backups via Confixx.

Why now it is indeed possible to play backups directly to a set of user ftp, but no automatic configuration (a la every week a full backup) is possible, I do not understand quite.

After a bit of Google, the thing has done but also because a simple PHP script that takes automatic backups via Confixx.

Learn more »

16th June 2009
Nerd 2.0

Firefox: Icon Sidebar (Update)

After living in bookmarks sidebar with icons have been reported for the first time on a homemade sidebar with bookmarks, I would now like to point out an easier way.

  1. All-in-One Sidebar and Custom Buttons ² install
  2. Restart Firefox
  3. Create Bookmark button click, "Make a bookmark button" and select Restart Firefox again
  4. Now View - Toolbars - Customize ... and the "Make a Bookmark" button in the sidebar drawn
  5. Sidebar originals buttons and close the sidebar and you have the bookmarks bar on the left

Now a small screenshot of the result:

Lesezeichensidebar

Have fun, maybe even soon appears a real addon for this purpose ;-)

25th February 2009
Nerd 2.0

ATI Radeon 4850 too hot?

An AMD Radeon HD 4850 with reference coolers run known to be close to 100 ° C under full load. Whether this really brings no problems, I asked myself a long time.

So yesterday replaced the radiator (actually because of the volume) against a Scythe Musashi and lo and behold, drive strength at very low temperatures and at the lowest level at 60 ° C at FurMark exe renamed with.

But after looking at the old cooler but already showed clear signs. Whether coming from the heat?

That would at least explain why the computer never really wanted to run stable. Hopefully AMD gets installed on the next series and immediately useful cooler.

PS: Maybe we'll meet at quakelive;)

8th February 2009
Nerd 2.0

iPhone Headphones on Sale

After my original headphones are gone through more or less mysterious circumstances, had to make new ago. A particular difficulty in the headphone choice presents itself through the special connection on the iPhone 2G, but thanks to the 5 € adapter from eBay should not be an obstacle for me.

So off to rummage through the shelves and Media Markt and behold Sony MDR-V150 in the offer for 24.99 €. While these are without a microphone, but I hardly use.

At home, then came the surprise, because the headphones have a plug that fits wonderfully into the iPhone and have a much better sound quality than Apple's originals.

So if you do not need a headset and wants to find an adapter, which I can recommend the MDR-V150 in any case.

26th January 2009
Nerd 2.0

Bookmarks Sidebar Icons

I never thought that I at times the wealth of Firefox extensions do not think that's right.

Just planned my Firefox was a little "clean up" and can be called important bookmarks on the left sidebar by an icon. Finished plugin fail indication!

After some research I did then but finally found a way to realize my plans.

This is how Evan Rowals in his blog how to use the " All-In-One Sidebar "extension and" Custom Buttons ² "extension can be built on such a Lesezeichenbar.

Since its example code for the button but can call AddingAPTInternetsources nicthmehr, I've tinkered with the help of the Custom Buttons Forum own solution.

Learn more »