diff --git a/_config.yml b/_config.yml
index 2671878..b303136 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,4 +25,7 @@ gems:
- jekyll-sitemap
redcarpet:
- extensions: ["autolink", "tables"]
+ extensions: ["autolink", "tables", "no_intra_emphasis"]
+
+kramdown:
+ input: GFM
diff --git a/know-how/hardware/_posts/2009-12-13-tomtom-pnas.md b/know-how/hardware/_posts/2009-12-13-tomtom-pnas.md
index 3868b59..116f62f 100644
--- a/know-how/hardware/_posts/2009-12-13-tomtom-pnas.md
+++ b/know-how/hardware/_posts/2009-12-13-tomtom-pnas.md
@@ -48,7 +48,7 @@ clicking the **Add** button for the new items under the *Applications* category.
Joghurts GPS-Site
-----------------
-He has programmed *FuelControl*, a *Calculator* and a *Height* display. Download everything at http://gps.dg4sfw.de/.
+He has programmed *FuelControl*, a *Calculator* and a *Height* display. Download everything at .
Delete Traffic Camera database
diff --git a/know-how/hardware/_posts/2009-12-19-avm-fritzbox-7270.md b/know-how/hardware/_posts/2009-12-19-avm-fritzbox-7270.md
index ef841d7..4b159b5 100644
--- a/know-how/hardware/_posts/2009-12-19-avm-fritzbox-7270.md
+++ b/know-how/hardware/_posts/2009-12-19-avm-fritzbox-7270.md
@@ -12,40 +12,53 @@ tags:
- fritzbox
- settings
---
-**Homepage:** http://www.avm.de/de/Produkte/FRITZBox/FRITZ_Box_Fon_WLAN_7270/index.php
+**Homepage:**
Fritz Fun
=========
-If you want to receive facsimilies (fax) via your Fritz!Box, you can do that via the internal fax receiver. If you want to **send** faxes from Ubuntu, you can install the [ffgtk](http://wiki.ubuntuusers.de/ffgtk)-package. The original homepage of the project is [tabos.org](http://www.tabos.org/ffgtk/). With it installed, you will get a new "Fax" printer to send faxes and it can also receive faxes directly to your PC.
+If you want to receive facsimilies (fax) via your Fritz!Box, you can do that via the internal fax receiver.
+If you want to **send** faxes from Ubuntu, you can install the [ffgtk](http://wiki.ubuntuusers.de/ffgtk)-package.
+The original homepage of the project is [tabos.org](http://www.tabos.org/ffgtk/). With it installed, you will get
+a new "Fax" printer to send faxes and it can also receive faxes directly to your PC.
VPN
===
-You can set up your FB to accept VPN connections. As a client, you can use the free [Shrew Soft VPN Client](http://www.shrew.net/). How to set up the client is explained in the [AVM VPN portal](http://www.avm.de/de/Service/Service-Portale/Service-Portal/index.php?portal=VPN) (see bottom right box).
+You can set up your FB to accept VPN connections. As a client, you can use the free [Shrew Soft VPN Client](http://www.shrew.net/).
+How to set up the client is explained in the [AVM VPN portal](http://www.avm.de/de/Service/Service-Portale/Service-Portal/index.php?portal=VPN) (see bottom right box).
Static DHCP
===========
-The FB only supports "static DHCP" in the way that you can mark devices so that they keep their currently (via DHCP) assigned IP address. You can not manually set the IP address you want.
+The FB only supports "static DHCP" in the way that you can mark devices so that they keep their currently
+(via DHCP) assigned IP address. You can not manually set the IP address you want.
-So you could now go the easy way and enable *Telnet access* to the device and change the DHCP table directly. But this way you won't get any support from AVM and also you will get a nasty warning message in the web interface.
+So you could now go the easy way and enable *Telnet access* to the device and change the DHCP table directly.
+But this way you won't get any support from AVM and also you will get a nasty warning message in the web interface.
-Another way is to export the configuration and change the entries there. If you know how to update the checksum, you can use any text editor program. But if you just want to make a few changes without learning how to calculate the checksum, there's a Java program called [FBEditor](http://www.ip-phone-forum.de/showthread.php?t=79513).
+Another way is to export the configuration and change the entries there. If you know how to update the checksum,
+you can use any text editor program. But if you just want to make a few changes without learning how to calculate
+the checksum, there's a Java program called [FBEditor](http://www.ip-phone-forum.de/showthread.php?t=79513).
-Just download it, enter the IP and password of your FB and there you go. Any changes you make inside the program will automatically update the checksum so that the FB will accept your changes.
+Just download it, enter the IP and password of your FB and there you go. Any changes you make inside the program
+will automatically update the checksum so that the FB will accept your changes.
So now it's easy to change the `dhcpserver` ⇒ `statics` section or the `landevices` ⇒ `landevices`.
-If you make any changes to the Network settings in the web interface, the changes you made by editing the file will probably be deleted. At least if the third byte of an IP address doesn't match the FB's one. (e.g. if you have a class B network)
+
+If you make any changes to the *Network* settings in the web interface, the changes you made by editing the file
+will probably be deleted. At least if the third byte of an IP address doesn't match the FB's one. (e.g. if you have a class B network)
+
Generate static DHCP configuration from a file
----------------------------------------------
-If you have several devices in your home network and the FB keeps deleting them from their settings, you can create a file with all your devices and generate the appropiate FB settings from it.
+If you have several devices in your home network and the FB keeps deleting them from their settings, you can create
+a file with all your devices and generate the appropiate FB settings from it.
So first, create a file `static.list` which looks like this (fill in the data of your own hosts):
@@ -107,9 +120,11 @@ print( landevs )
Custom DNS
==========
-To use custom DNS entries instead of those given by your ISP, use the [FBEditor](http://www.ip-phone-forum.de/showthread.php?t=79513) and find the entries
+To use custom DNS entries instead of those given by your ISP, use the
+[FBEditor](http://www.ip-phone-forum.de/showthread.php?t=79513) and find the entries
overwrite_dns1 = 0.0.0.0;
overwrite_dns2 = 0.0.0.0;
-Now just insert your desired DNS servers, upload the changed config and you should be set. (Info found on [ip-phone-forum.de](http://www.ip-phone-forum.de/showthread.php?t=86191&page=2).)
+Now just insert your desired DNS servers, upload the changed config and you should be set.
+(Info found on [ip-phone-forum.de](http://www.ip-phone-forum.de/showthread.php?t=86191&page=2).)
diff --git a/know-how/hardware/_posts/2009-12-22-memup-pop-key.md b/know-how/hardware/_posts/2009-12-22-memup-pop-key.md
index 2082752..945263a 100644
--- a/know-how/hardware/_posts/2009-12-22-memup-pop-key.md
+++ b/know-how/hardware/_posts/2009-12-22-memup-pop-key.md
@@ -11,7 +11,7 @@ tags:
- popkey
- usb
---
- * **Homepage:** http://www.memup.com/
+ * **Homepage:**
I just bought a 4GB *Pop Key* in a local supermarket. This device not only works as a simple flash disk but also brings a CD-ROM-Partition with a small security software with it. This just calls for modification...
diff --git a/know-how/hardware/_posts/2012-08-20-stardom-sohoraid-sr3610.md b/know-how/hardware/_posts/2012-08-20-stardom-sohoraid-sr3610.md
index 3b330fd..255d199 100644
--- a/know-how/hardware/_posts/2012-08-20-stardom-sohoraid-sr3610.md
+++ b/know-how/hardware/_posts/2012-08-20-stardom-sohoraid-sr3610.md
@@ -15,7 +15,7 @@ tags:
- * **Homepage:** http://www.stardom.com.tw/sohoraid_spec.html
+ * **Homepage:**
* **MPN:** `SR3610-2S-SB2` (1x USB 2.0, 1x eSATA, 1x RS232)
* **Manual:** [raidon.com.tw](http://www.raidon.com.tw/user_file/000081.pdf) or [stardom.com.tw](http://www.stardom.com.tw/stardom_products_data/sohoraid_series/sr3610/sr3610_2s_sb2_wbc_b2_manual_en.pdf)
@@ -24,7 +24,7 @@ Firmware
========
* **Latest Version:** `V.36.B10` (RAID-1) `V.36.A0E` (RAID-0)
- * **Version History:** http://kingtech.co.jp/products/end/raidon_end.html
+ * **Version History:**
* **Download:** [sohoraid_ro3687v.zip]({{ site.url }}/assets/sohoraid_ro3687v.zip)
To install, download the **RAIDGuide 1.28.1.14** (32-bit or 64-bit version) from [icy-dock.eu](http://www.icy-dock.eu/en/pages/service/driver.php) (use the SR5600 one for 64-bit).
diff --git a/know-how/hardware/_posts/2012-08-20-wd-green-disks.md b/know-how/hardware/_posts/2012-08-20-wd-green-disks.md
index e7f828e..dd0fcca 100644
--- a/know-how/hardware/_posts/2012-08-20-wd-green-disks.md
+++ b/know-how/hardware/_posts/2012-08-20-wd-green-disks.md
@@ -24,8 +24,8 @@ IntelliPark
More info:
- * http://www.sagaforce.com/~sound/wdantiparkd/
- * http://www.instantfundas.com/2011/12/intellipark-makes-western-digital-green.html
+ *
+ *
Temporary fix
diff --git a/know-how/hardware/samsung-galaxy-nexus/_posts/2012-04-02-manual-firmware-update.md b/know-how/hardware/samsung-galaxy-nexus/_posts/2012-04-02-manual-firmware-update.md
new file mode 100644
index 0000000..6e9f4c2
--- /dev/null
+++ b/know-how/hardware/samsung-galaxy-nexus/_posts/2012-04-02-manual-firmware-update.md
@@ -0,0 +1,43 @@
+---
+title: Manual Firmware Update
+layout: default
+created: 2011-12-16 22:26:17 +0100
+updated: 2012-04-02 14:46:03 +0200
+toc: false
+tags:
+ - know-how
+ - hardware
+ - samsung
+ - galaxy-nexus
+ - firmware
+ - rom
+---
+*Samsung* seems to have failed, rushing to put out an update to the "Volume-"-bug in their Galaxy Nexus.
+They provided a wrong-signed Google+ and Google Maps app. They failed to update ("Wrong package signature", see [here](http://code.google.com/p/android/issues/detail?id=22435)).
+
+To find out if your device has this broken firmware, check the build number: **ITL41F.I9250XWKK8** instead of just **ITL41F** (or **ITL41D**) is the broken one.
+
+To flash the official firmware, do as follows:
+
+ - if you already set up everything on your device, you can make a backup:
+ - backup the internal settings using `adb backup -all -system -shared -apk` (enable *USB Debugging* first, under Windows you may have to install some drivers)
+ * this will create a file `backup.ab` with your data
+ * :warning: There was a bug in 4.0.1 which didn't backup `/mnt/sdcard` using adb. To fix this, manually backup the contents of `/mnt/sdcard` using a
+ tool like [FTPServer](https://play.google.com/store/apps/details?id=lutey.FTPServer), [WebSharing](https://play.google.com/store/apps/details?id=nextapp.websharing.r1) or similar
+ - download the official firmware from (European devices are **yakju**, Verizon is **mysid**)
+ - download `fastboot` for Windows from , for Linux try to find a binary package
+ - boot the phone into the bootloader (hold both volume keys and then hold the power key)
+ - use `fastboot` to flash the bootloader
+ - `fastboot reload-bootloader`
+ - use `fastboot` to flash the radio firmware
+ - `fastboot reload-bootloader`
+ - use `fastboot` to flash the main firmware (that ZIP file)
+ - if you really need an unlocked bootloader to easily update in the future, do it now: (it will be locked after update)
+ - boot into the bootloader
+ - `fastboot oem unlock`
+ - reboot
+ - to restore your backed up settings, do this:
+ - set up all previous Google- and eMail-accounts
+ - enable *USB Debugging*
+ - restore all internal data using `adb restore backup.ab`
+ - maybe: use FTPServer, WebSharing or similar to restore `/mnt/sdcard`