mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Add redirect to new site.
This commit is contained in:
parent
5afeb5c0f9
commit
9b668db718
13
_layouts/redirect.html
Normal file
13
_layouts/redirect.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='utf-8' />
|
||||||
|
<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}" />
|
||||||
|
<title>CONTENT MOVED: {{ page.title }} :: {{ site.name }}</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>The page <em>{{ page.title }}</em> moved.</h1>
|
||||||
|
|
||||||
|
If you are not being redirected automatically, please <a href="{{ page.redirect_to }}">click here</a>.
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Domain-Cookies
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-15 22:08:02 +0200
|
created: 2008-07-15 22:08:02 +0200
|
||||||
updated: 2008-07-15 22:08:02 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/15/domain-cookies.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
- cookies
|
- cookies
|
||||||
|
title: Domain-Cookies
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-15 22:08:02 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
According to various documentation, the cookie domain has to contain **at least** 2 dots for a browser to accept this
|
According to various documentation, the cookie domain has to contain **at least** 2 dots for a browser to accept this
|
||||||
as a wildcard cookie (e.g. `.google.com`) and use this for all sub-domains. So `.foo.bar.com` should work - **should**.
|
as a wildcard cookie (e.g. `.google.com`) and use this for all sub-domains. So `.foo.bar.com` should work - **should**.
|
||||||
Opera doesn't like it and only accepts it domain-wide if there are **exactly** 2 dots in the domain name. In this case
|
Opera doesn't like it and only accepts it domain-wide if there are **exactly** 2 dots in the domain name. In this case
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Bazaar (bzr)
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-31 22:32:29 +0200
|
created: 2008-07-31 22:32:29 +0200
|
||||||
updated: 2008-08-01 00:41:36 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/31/bazaar-bzr.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- dvcs
|
- dvcs
|
||||||
- bazaar
|
- bazaar
|
||||||
|
title: Bazaar (bzr)
|
||||||
|
toc: false
|
||||||
|
updated: 2008-08-01 00:41:36 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Bazaar is a distributed versioning system.
|
Bazaar is a distributed versioning system.
|
||||||
|
|
||||||
**Homepage:** <http://bazaar-vcs.org/>
|
**Homepage:** <http://bazaar-vcs.org/>
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Mono + WinForms
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-10-08 15:23:14 +0200
|
created: 2008-10-08 15:23:14 +0200
|
||||||
updated: 2009-07-17 23:15:27 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/10/08/mono-+-winforms.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- mono
|
- mono
|
||||||
- winforms
|
- winforms
|
||||||
|
title: Mono + WinForms
|
||||||
|
toc: false
|
||||||
|
updated: 2009-07-17 23:15:27 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
**Installation manual:** [mono-project.com](http://www.mono-project.com/WinForms_Designer#Installation)
|
**Installation manual:** [mono-project.com](http://www.mono-project.com/WinForms_Designer#Installation)
|
||||||
**Forum:** [UbuntuForums.org](http://ubuntuforums.org/showthread.php?t=468183)
|
**Forum:** [UbuntuForums.org](http://ubuntuforums.org/showthread.php?t=468183)
|
||||||
|
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Firebug
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-12-22 14:58:35 +0100
|
created: 2008-12-22 14:58:35 +0100
|
||||||
updated: 2009-07-24 12:34:42 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/12/22/firebug.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- firebug
|
- firebug
|
||||||
|
title: Firebug
|
||||||
|
toc: false
|
||||||
|
updated: 2009-07-24 12:34:42 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Firebug is a useful Firefox extension to debug JavaScript and more. To not raise error messages on browsers without
|
Firebug is a useful Firefox extension to debug JavaScript and more. To not raise error messages on browsers without
|
||||||
Firebug, there's a small script called [firebugx.js](http://getfirebug.com/firebug/firebugx.js), which creates empty
|
Firebug, there's a small script called [firebugx.js](http://getfirebug.com/firebug/firebugx.js), which creates empty
|
||||||
functions. [Sascha Hameister](http://javascript.io/index.php?/archives/42-Kleiner-Performance-Patch-fuer-firebugx.js.html)
|
functions. [Sascha Hameister](http://javascript.io/index.php?/archives/42-Kleiner-Performance-Patch-fuer-firebugx.js.html)
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: PEAR Channels
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-11 20:29:22 +0100
|
created: 2009-02-11 20:29:22 +0100
|
||||||
updated: 2009-08-09 13:35:46 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/11/pear-channels.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- php
|
- php
|
||||||
- pear
|
- pear
|
||||||
|
title: PEAR Channels
|
||||||
|
toc: false
|
||||||
|
updated: 2009-08-09 13:35:46 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Some channels for PEAR. Use this to add them:
|
Some channels for PEAR. Use this to add them:
|
||||||
|
|
||||||
pear channel-discovery <url>
|
pear channel-discovery <url>
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Compile wx.NET
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2010-01-22 17:36:17 +0100
|
created: 2010-01-22 17:36:17 +0100
|
||||||
updated: 2010-01-22 17:48:52 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/01/22/compile-wx.net.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- wx-net
|
- wx-net
|
||||||
|
title: Compile wx.NET
|
||||||
|
toc: false
|
||||||
|
updated: 2010-01-22 17:48:52 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
* **Homepage:** <http://wxnet.sf.net/>
|
* **Homepage:** <http://wxnet.sf.net/>
|
||||||
|
|
||||||
*wx.NET* is a *wxWidgets*-wrapper for Mono. The compilation is not really straight-forward as one is used to.
|
*wx.NET* is a *wxWidgets*-wrapper for Mono. The compilation is not really straight-forward as one is used to.
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: JSON Mime-Types
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2010-03-11 14:34:12 +0100
|
created: 2010-03-11 14:34:12 +0100
|
||||||
updated: 2010-03-11 14:34:12 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/03/11/json-mime-types.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
- javascript
|
- javascript
|
||||||
- json
|
- json
|
||||||
|
title: JSON Mime-Types
|
||||||
|
toc: false
|
||||||
|
updated: 2010-03-11 14:34:12 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
For JSON data, there are different mime-types floating around the web:
|
For JSON data, there are different mime-types floating around the web:
|
||||||
|
|
||||||
* `application/json`
|
* `application/json`
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Tools I should use more often
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2016-04-08 22:38:47 +0200
|
created: 2016-04-08 22:38:47 +0200
|
||||||
updated: 2016-10-30 12:36:59 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2016/04/08/tools-i-should-use-more-often.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- development
|
- development
|
||||||
- tools
|
- tools
|
||||||
- helpers
|
- helpers
|
||||||
|
title: Tools I should use more often
|
||||||
|
toc: false
|
||||||
|
updated: 2016-10-30 12:36:59 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
I often come across useful little tools where I think, I should try them later.
|
I often come across useful little tools where I think, I should try them later.
|
||||||
But this "later" never happens…
|
But this "later" never happens…
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Getting Email Under Control
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-15 23:59:52 +0200
|
created: 2008-07-15 23:59:52 +0200
|
||||||
updated: 2008-07-15 23:59:52 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/15/getting-email-under-control.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- gettingthingsdone
|
- gettingthingsdone
|
||||||
- gtd
|
- gtd
|
||||||
- email
|
- email
|
||||||
|
title: Getting Email Under Control
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-15 23:59:52 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
* **Homepage:** [www.davidco.com](http://www.davidco.com/store/catalog/NEW-Getting-Email-Under-Control-p-16377.php)
|
* **Homepage:** [www.davidco.com](http://www.davidco.com/store/catalog/NEW-Getting-Email-Under-Control-p-16377.php)
|
||||||
|
|
||||||
Managing the flood of email messages that most of us need to interact with on a daily basis is a growing challenge. No
|
Managing the flood of email messages that most of us need to interact with on a daily basis is a growing challenge. No
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Sony PlayStation 2
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-12-05 00:31:49 +0100
|
created: 2008-12-05 00:31:49 +0100
|
||||||
updated: 2008-12-05 00:31:49 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/12/05/sony-playstation-2.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- sony
|
- sony
|
||||||
- playstation
|
- playstation
|
||||||
- pstwo
|
- pstwo
|
||||||
|
title: Sony PlayStation 2
|
||||||
|
toc: false
|
||||||
|
updated: 2008-12-05 00:31:49 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in site.categories.sony-playstation-2 %}
|
{% for page in site.categories.sony-playstation-2 %}
|
||||||
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: ASUS WL-300g
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 23:18:42 +0100
|
created: 2009-02-02 23:18:42 +0100
|
||||||
updated: 2009-02-02 23:18:42 +0100
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/asus-wl-300g.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- wifi
|
- wifi
|
||||||
- asus
|
- asus
|
||||||
- firmware
|
- firmware
|
||||||
|
title: ASUS WL-300g
|
||||||
|
toc: true
|
||||||
|
updated: 2009-02-02 23:18:42 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Install DD-WRT
|
Install DD-WRT
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Samsung SGH-Z300/ZM60
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 18:44:27 +0100
|
created: 2009-02-02 18:44:27 +0100
|
||||||
updated: 2009-02-02 18:51:02 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/samsung-sgh-z300zm60.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- samsung
|
- samsung
|
||||||
- phone
|
- phone
|
||||||
|
title: Samsung SGH-Z300/ZM60
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 18:51:02 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
I got a Samsung ZM-60 from T-Mobile (incl. SIMlock). The first shock came after switching it on for the first time:
|
I got a Samsung ZM-60 from T-Mobile (incl. SIMlock). The first shock came after switching it on for the first time:
|
||||||
Everything was in the T-Mobile magenta color. After some research, I found out, that it's originally a `SGH-Z300`.
|
Everything was in the T-Mobile magenta color. After some research, I found out, that it's originally a `SGH-Z300`.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Siemens A55
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 22:30:48 +0100
|
created: 2009-02-02 22:30:48 +0100
|
||||||
updated: 2009-02-02 22:30:48 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-a55.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- phone
|
- phone
|
||||||
|
title: Siemens A55
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 22:30:48 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
A friend visited me bringing two A55 with SIMlock. Both were from the same provider and both didn't accept the
|
A friend visited me bringing two A55 with SIMlock. Both were from the same provider and both didn't accept the
|
||||||
unlocking code from the provider for some reason. After trying the usual tools without luck, we used the [testpoint method](http://www.allsiemens.com/testpoints/siemens-A55.htm).
|
unlocking code from the provider for some reason. After trying the usual tools without luck, we used the [testpoint method](http://www.allsiemens.com/testpoints/siemens-A55.htm).
|
||||||
Using very sharp tweezers, we scratched away the protective from the desired trace and cut it. Now we were able to use
|
Using very sharp tweezers, we scratched away the protective from the desired trace and cut it. Now we were able to use
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: SIEMENS Gigaset
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 02:15:29 +0100
|
created: 2009-02-02 02:15:29 +0100
|
||||||
updated: 2009-02-02 22:27:14 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-gigaset.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- phone
|
- phone
|
||||||
|
title: SIEMENS Gigaset
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 22:27:14 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Service mode
|
Service mode
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Siemens M65
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 21:39:52 +0100
|
created: 2009-02-02 21:39:52 +0100
|
||||||
updated: 2009-02-02 22:26:57 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-m65.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- phone
|
- phone
|
||||||
|
title: Siemens M65
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 22:26:57 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
A M65 of my in-laws seemed broken so I took it home to play around with my `DCA-510`-cable.
|
A M65 of my in-laws seemed broken so I took it home to play around with my `DCA-510`-cable.
|
||||||
|
|
||||||
It showed firmware rev. 15 … the current one was rev. 58. I read somewhere that older firmware WILL produce problems so
|
It showed firmware rev. 15 … the current one was rev. 58. I read somewhere that older firmware WILL produce problems so
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: TEAC MP-380 / entryx EM850
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 22:49:04 +0100
|
created: 2009-02-02 22:49:04 +0100
|
||||||
updated: 2009-02-02 22:49:04 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/teac-mp-380-entryx-em850.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- teac
|
- teac
|
||||||
- entryx
|
- entryx
|
||||||
- mp3player
|
- mp3player
|
||||||
|
title: TEAC MP-380 / entryx EM850
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 22:49:04 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
A local discounter offered a MP4-player *[entryx EM850](http://www.entryx.de/deutsch/produkte/mp3player/2gb_mediaplayer_mp3.html)*
|
A local discounter offered a MP4-player *[entryx EM850](http://www.entryx.de/deutsch/produkte/mp3player/2gb_mediaplayer_mp3.html)*
|
||||||
some time ago. The supplied firmware has some severe problems, e.g. the devices powers off while playing without touching it.
|
some time ago. The supplied firmware has some severe problems, e.g. the devices powers off while playing without touching it.
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: ZyXEL Prestige 660HW-67
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 20:55:24 +0100
|
created: 2009-02-02 20:55:24 +0100
|
||||||
updated: 2009-02-02 20:55:24 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/zyxel-prestige-660hw-67.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- zyxel
|
- zyxel
|
||||||
- prestige
|
- prestige
|
||||||
- router
|
- router
|
||||||
|
title: ZyXEL Prestige 660HW-67
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-02 20:55:24 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The 660HW-67 was distributed in Germany as the "WLAN Modem 100" through the Arcor ISP. It came with the firmware `QD.7`
|
The 660HW-67 was distributed in Germany as the "WLAN Modem 100" through the Arcor ISP. It came with the firmware `QD.7`
|
||||||
which seems to be originally made for AOL.
|
which seems to be originally made for AOL.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Nintendo DS
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-10 00:43:19 +0100
|
created: 2009-03-10 00:43:19 +0100
|
||||||
updated: 2009-03-10 01:13:42 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/10/nintendo-ds.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Nintendo DS
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-10 01:13:42 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
(DS = Dual Screen)
|
(DS = Dual Screen)
|
||||||
|
|
||||||
![]({{ site.url }}/assets/nintendo_ds_lite.jpg)
|
![]({{ site.url }}/assets/nintendo_ds_lite.jpg)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Nintendo Wii
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-10 00:43:19 +0100
|
created: 2009-03-10 00:43:19 +0100
|
||||||
updated: 2009-03-10 01:13:42 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/10/nintendo-wii.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Nintendo Wii
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-10 01:13:42 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in site.categories.nintendo-wii %}
|
{% for page in site.categories.nintendo-wii %}
|
||||||
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Jamba Downloads
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-04-11 22:06:49 +0200
|
created: 2009-04-11 22:06:49 +0200
|
||||||
updated: 2009-04-11 22:06:49 +0200
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/04/11/jamba-downloads-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- jamba
|
- jamba
|
||||||
|
title: Jamba Downloads
|
||||||
|
toc: false
|
||||||
|
updated: 2009-04-11 22:06:49 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Vor etlicher Zeit hatte ich mal 100,- € Guthaben bei Jamba gewonnen. Beim Versuch, ein Programm auf mein Samsung Z300
|
Vor etlicher Zeit hatte ich mal 100,- € Guthaben bei Jamba gewonnen. Beim Versuch, ein Programm auf mein Samsung Z300
|
||||||
zu laden (das Z300 gibt's bei Jamba nur unter der T-Mobile-Bezeichnung *ZM60*), zeigte mir Jamba, dass mein Handy
|
zu laden (das Z300 gibt's bei Jamba nur unter der T-Mobile-Bezeichnung *ZM60*), zeigte mir Jamba, dass mein Handy
|
||||||
angeblich keine Software downloaden könne. Der kleinere Bruder, das Z500, hingegen unterstützt das merkwürdigerweise.
|
angeblich keine Software downloaden könne. Der kleinere Bruder, das Z500, hingegen unterstützt das merkwürdigerweise.
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: MSI RG54SE
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-05-16 22:20:01 +0200
|
created: 2009-05-16 22:20:01 +0200
|
||||||
updated: 2009-05-16 22:20:01 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/05/16/msi-rg54se.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- msi
|
- msi
|
||||||
- router
|
- router
|
||||||
|
title: MSI RG54SE
|
||||||
|
toc: false
|
||||||
|
updated: 2009-05-16 22:20:01 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Sold under following names:
|
Sold under following names:
|
||||||
|
|
||||||
* CC&C WA-2204A
|
* CC&C WA-2204A
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Cisco Catalyst 2950
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-06-05 09:54:04 +0200
|
created: 2009-06-05 09:54:04 +0200
|
||||||
updated: 2009-06-05 17:01:15 +0200
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/06/05/cisco-catalyst-2950-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- cisco
|
- cisco
|
||||||
- catalyst
|
- catalyst
|
||||||
|
title: Cisco Catalyst 2950
|
||||||
|
toc: false
|
||||||
|
updated: 2009-06-05 17:01:15 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
MAC Adresstabelle
|
MAC Adresstabelle
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: AudioMate / ALLSOUND
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-01-26 09:54:04 +0200
|
created: 2009-01-26 09:54:04 +0200
|
||||||
updated: 2009-06-27 17:01:15 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/01/26/audiomate-allsound.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- audiomate
|
- audiomate
|
||||||
- allsound
|
- allsound
|
||||||
|
title: AudioMate / ALLSOUND
|
||||||
|
toc: false
|
||||||
|
updated: 2009-06-27 17:01:15 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
![]({{ site.url }}/assets/audiomate.jpg)
|
![]({{ site.url }}/assets/audiomate.jpg)
|
||||||
|
|
||||||
* allnet **ALLSOUND**: [allnet.de](http://www.allnet.de/downloads.php?produkt=ALLSOUND)
|
* allnet **ALLSOUND**: [allnet.de](http://www.allnet.de/downloads.php?produkt=ALLSOUND)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Samsung SE-T084M
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-05-15 15:59:19 +0200
|
created: 2009-05-15 15:59:19 +0200
|
||||||
updated: 2009-10-26 21:41:59 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/05/15/samsung-se-t084m.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- samsung
|
- samsung
|
||||||
- drive
|
- drive
|
||||||
|
title: Samsung SE-T084M
|
||||||
|
toc: false
|
||||||
|
updated: 2009-10-26 21:41:59 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The SE-T084M is an external USB burner with everything but BluRay burning.
|
The SE-T084M is an external USB burner with everything but BluRay burning.
|
||||||
|
|
||||||
![]({{ site.url }}/assets/samsung_se-t084m.jpg)
|
![]({{ site.url }}/assets/samsung_se-t084m.jpg)
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
---
|
---
|
||||||
title: BIOS Passwörter
|
|
||||||
language: de
|
|
||||||
alternatives:
|
alternatives:
|
||||||
- language: en
|
- language: en
|
||||||
url: /know-how/hacking/bios-passwords.html
|
url: /know-how/hacking/bios-passwords.html
|
||||||
layout: default
|
|
||||||
created: 2008-07-18 01:36:55 +0200
|
created: 2008-07-18 01:36:55 +0200
|
||||||
updated: 2009-10-30 22:53:14 +0100
|
language: de
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/18/bios-passwoerter-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
|
title: BIOS Passwörter
|
||||||
|
toc: true
|
||||||
|
updated: 2009-10-30 22:53:14 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
[This page in English.]({% post_url 2009-10-30-bios-passwords %})
|
[This page in English.]({% post_url 2009-10-30-bios-passwords %})
|
||||||
|
|
||||||
Da Notebook-Hersteller die Vergesslichkeit von Passwörtern als Problem erkannt haben, ist es oft recht einfach, ein
|
Da Notebook-Hersteller die Vergesslichkeit von Passwörtern als Problem erkannt haben, ist es oft recht einfach, ein
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
---
|
---
|
||||||
title: BIOS Passwords
|
|
||||||
language: en
|
|
||||||
alternatives:
|
alternatives:
|
||||||
- language: de
|
- language: de
|
||||||
url: /know-how/hacking/bios-passwords-de.html
|
url: /know-how/hacking/bios-passwords-de.html
|
||||||
layout: default
|
|
||||||
created: 2008-07-16 00:44:43 +0200
|
created: 2008-07-16 00:44:43 +0200
|
||||||
updated: 2009-10-30 22:53:46 +0100
|
language: en
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/16/bios-passwords.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
|
title: BIOS Passwords
|
||||||
|
toc: true
|
||||||
|
updated: 2009-10-30 22:53:46 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
[Diese Seite auf Deutsch.]({% post_url 2009-10-30-bios-passwords-de %})
|
[Diese Seite auf Deutsch.]({% post_url 2009-10-30-bios-passwords-de %})
|
||||||
|
|
||||||
Since Notebook-manufacturers know of the problem of forgotten passwords, they often implement easy ways to remove BIOS
|
Since Notebook-manufacturers know of the problem of forgotten passwords, they often implement easy ways to remove BIOS
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Linksys NSLU2
|
|
||||||
layout: default
|
|
||||||
created: 2009-08-10 01:41:46 +0200
|
created: 2009-08-10 01:41:46 +0200
|
||||||
updated: 2009-12-06 14:01:10 +0100
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/08/10/linksys-nslu2.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- linksys
|
- linksys
|
||||||
- nas
|
- nas
|
||||||
- storage
|
- storage
|
||||||
|
title: Linksys NSLU2
|
||||||
|
toc: true
|
||||||
|
updated: 2009-12-06 14:01:10 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
**NSLU2** means *Network Storage Link for USB 2.0 Disk Drives*. Also see [here](http://en.wikipedia.org/wiki/NSLU2).
|
**NSLU2** means *Network Storage Link for USB 2.0 Disk Drives*. Also see [here](http://en.wikipedia.org/wiki/NSLU2).
|
||||||
|
|
||||||
![NSLU2]({{ site.url }}/assets/nslu2.jpg)
|
![NSLU2]({{ site.url }}/assets/nslu2.jpg)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: MEDION HDDrive2go
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-06-09 15:43:52 +0200
|
created: 2009-06-09 15:43:52 +0200
|
||||||
updated: 2009-12-27 20:18:52 +0100
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/06/09/medion-hddrive2go-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- medion
|
- medion
|
||||||
- hdd
|
- hdd
|
||||||
|
title: MEDION HDDrive2go
|
||||||
|
toc: false
|
||||||
|
updated: 2009-12-27 20:18:52 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/hddrive2go.jpg" alt="" height="300" />
|
<img src="{{ site.url }}/assets/hddrive2go.jpg" alt="" height="300" />
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: AVM Fritz!Box 7270
|
|
||||||
layout: default
|
|
||||||
created: 2009-12-19 18:40:34 +0100
|
created: 2009-12-19 18:40:34 +0100
|
||||||
updated: 2010-01-05 00:19:18 +0100
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/12/19/avm-fritz!box-7270.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- avm
|
- avm
|
||||||
- fritz
|
- fritz
|
||||||
- fritzbox
|
- fritzbox
|
||||||
- settings
|
- settings
|
||||||
|
title: AVM Fritz!Box 7270
|
||||||
|
toc: true
|
||||||
|
updated: 2010-01-05 00:19:18 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
**Homepage:** <http://www.avm.de/de/Produkte/FRITZBox/FRITZ_Box_Fon_WLAN_7270/index.php>
|
**Homepage:** <http://www.avm.de/de/Produkte/FRITZBox/FRITZ_Box_Fon_WLAN_7270/index.php>
|
||||||
|
|
||||||
Fritz Fun
|
Fritz Fun
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: SONY PlayStation Portable
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2010-01-08 08:47:41 +0100
|
created: 2010-01-08 08:47:41 +0100
|
||||||
updated: 2010-01-11 21:39:20 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/01/08/sony-playstation-portable.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- sony
|
- sony
|
||||||
- playstation
|
- playstation
|
||||||
- psp
|
- psp
|
||||||
|
title: SONY PlayStation Portable
|
||||||
|
toc: false
|
||||||
|
updated: 2010-01-11 21:39:20 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
* **Model:** PSP Slim (PSP-2004)
|
* **Model:** PSP Slim (PSP-2004)
|
||||||
* **Battery:** PSP-S110
|
* **Battery:** PSP-S110
|
||||||
|
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
---
|
---
|
||||||
title: Synology Telnet password
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2016-01-26 19:54:55 +0100
|
created: 2016-01-26 19:54:55 +0100
|
||||||
updated: 2016-01-26 19:54:55 +0100
|
language: en
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2016/01/26/synology-telnet-password.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- synology
|
- synology
|
||||||
- xpenology
|
- xpenology
|
||||||
- telnet
|
- telnet
|
||||||
- password
|
- password
|
||||||
|
title: Synology Telnet password
|
||||||
|
toc: true
|
||||||
|
updated: 2016-01-26 19:54:55 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
If you ever had a problem with your Synology DiskStation, you might have
|
If you ever had a problem with your Synology DiskStation, you might have
|
||||||
stumbled upon the emergency telnet access or even the serial port on the PCB.
|
stumbled upon the emergency telnet access or even the serial port on the PCB.
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: TASSIMO Barcodes
|
|
||||||
language: de
|
|
||||||
layout: default_nobreaktables
|
|
||||||
created: 2013-09-08 15:43:52 +0200
|
created: 2013-09-08 15:43:52 +0200
|
||||||
updated: 2016-04-16 18:37:49 +0200
|
language: de
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default_nobreaktables
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2013/09/08/tassimo-barcodes-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- tassimo
|
- tassimo
|
||||||
|
title: TASSIMO Barcodes
|
||||||
|
toc: true
|
||||||
|
updated: 2016-04-16 18:37:49 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Im Gegensatz zu anderen Kapselmaschinen, bringen die Kapseln bei Tassimo ihre Zubereitungsanleitung gleich mit:
|
Im Gegensatz zu anderen Kapselmaschinen, bringen die Kapseln bei Tassimo ihre Zubereitungsanleitung gleich mit:
|
||||||
In Form eines Barcodes auf der Kapsel.
|
In Form eines Barcodes auf der Kapsel.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Crypto-Virus decrypted
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2016-07-08 15:41:41 +0200
|
created: 2016-07-08 15:41:41 +0200
|
||||||
updated: 2016-07-08 15:41:41 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2016/07/08/crypto-virus-decrypted.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- virus
|
- virus
|
||||||
- cryptovirus
|
- cryptovirus
|
||||||
- cryptor
|
- cryptor
|
||||||
|
title: Crypto-Virus decrypted
|
||||||
|
toc: false
|
||||||
|
updated: 2016-07-08 15:41:41 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
A friend received the following mail from (supposedly) **FedEx International**:
|
A friend received the following mail from (supposedly) **FedEx International**:
|
||||||
|
|
||||||
![]({{ site.url }}/assets/cryptovirusmail.png)
|
![]({{ site.url }}/assets/cryptovirusmail.png)
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
---
|
---
|
||||||
title: Crossgrade firmware in SmartEye IP camera
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2016-11-13 23:31:43 +0100
|
created: 2016-11-13 23:31:43 +0100
|
||||||
updated: 2016-11-13 23:31:43 +0100
|
language: en
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2016/11/13/crossgrade-firmware-in-smarteye-ip-camera.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- firmware
|
- firmware
|
||||||
- ip-camera
|
- ip-camera
|
||||||
- smarteye
|
- smarteye
|
||||||
- wansview
|
- wansview
|
||||||
- instar
|
- instar
|
||||||
|
title: Crossgrade firmware in SmartEye IP camera
|
||||||
|
toc: true
|
||||||
|
updated: 2016-11-13 23:31:43 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
A few years ago, I got a [Wansview](http://www.wansview.com/) NCH-536MW IP
|
A few years ago, I got a [Wansview](http://www.wansview.com/) NCH-536MW IP
|
||||||
camera. That was one of the first 720p cameras with night-vision, motion and
|
camera. That was one of the first 720p cameras with night-vision, motion and
|
||||||
all features you could wish for.
|
all features you could wish for.
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: TV Hotel Mode
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2017-09-26 14:25:43 +0200
|
created: 2017-09-26 14:25:43 +0200
|
||||||
updated: 2017-09-26 14:25:43 +0200
|
language: en
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2017/09/26/tv-hotel-mode.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- tv
|
- tv
|
||||||
- television
|
- television
|
||||||
- hotel
|
- hotel
|
||||||
- hotelmode
|
- hotelmode
|
||||||
- hidden
|
- hidden
|
||||||
- menu
|
- menu
|
||||||
|
title: TV Hotel Mode
|
||||||
|
toc: true
|
||||||
|
updated: 2017-09-26 14:25:43 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
LG
|
LG
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
---
|
---
|
||||||
title: Toyota Touch 2 Firmware Update
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2017-10-21 20:00:00 +0200
|
created: 2017-10-21 20:00:00 +0200
|
||||||
updated: 2017-10-21 20:00:00 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2017/10/21/toyota-touch-2-firmware-update.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- toyota
|
- toyota
|
||||||
- touch
|
- touch
|
||||||
- touch&go
|
- touch&go
|
||||||
- touch2
|
- touch2
|
||||||
- firmware
|
- firmware
|
||||||
- software
|
- software
|
||||||
|
title: Toyota Touch 2 Firmware Update
|
||||||
|
toc: false
|
||||||
|
updated: 2017-10-21 20:00:00 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
What unit do I have?
|
What unit do I have?
|
||||||
====================
|
====================
|
||||||
|
|
||||||
@ -79,5 +82,3 @@ The Update
|
|||||||
1. Turn on the ignition (Don't start the car.) and **WAIT** again. The headunit should boot with
|
1. Turn on the ignition (Don't start the car.) and **WAIT** again. The headunit should boot with
|
||||||
the new software version.
|
the new software version.
|
||||||
1. Done.
|
1. Done.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Monitor Android Traffic with Wireshark (Windows)
|
|
||||||
layout: default
|
|
||||||
created: 2014-05-15 17:11:42 +0200
|
created: 2014-05-15 17:11:42 +0200
|
||||||
updated: 2014-05-15 17:11:42 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2014/05/15/monitor-android-traffic-with-wireshark-windows.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- android
|
- android
|
||||||
- wireshark
|
- wireshark
|
||||||
|
title: Monitor Android Traffic with Wireshark (Windows)
|
||||||
|
toc: false
|
||||||
|
updated: 2014-05-15 17:11:42 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Preparation
|
Preparation
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Display density on Android
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2015-12-02 17:19:42 +0200
|
created: 2015-12-02 17:19:42 +0200
|
||||||
updated: 2015-12-02 17:19:42 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2015/12/02/display-density-on-android.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- android
|
- android
|
||||||
- display
|
- display
|
||||||
- resolution
|
- resolution
|
||||||
- lcd
|
- lcd
|
||||||
|
title: Display density on Android
|
||||||
|
toc: false
|
||||||
|
updated: 2015-12-02 17:19:42 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Methods
|
Methods
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: AudioMate Hardware
|
|
||||||
layout: default
|
|
||||||
created: 2009-06-27 00:13:04 +0200
|
created: 2009-06-27 00:13:04 +0200
|
||||||
updated: 2009-06-26 00:41:29 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/06/27/audiomate-hardware.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- audiomate
|
- audiomate
|
||||||
- allsound
|
- allsound
|
||||||
|
title: AudioMate Hardware
|
||||||
|
toc: false
|
||||||
|
updated: 2009-06-26 00:41:29 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Opened with front panel
|
Opened with front panel
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: AudioMate Firmware
|
|
||||||
layout: default
|
|
||||||
created: 2009-01-26 00:47:15 +0100
|
created: 2009-01-26 00:47:15 +0100
|
||||||
updated: 2016-02-01 17:42:11 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/01/26/audiomate-firmware.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- audiomate
|
- audiomate
|
||||||
- allsound
|
- allsound
|
||||||
- firmware
|
- firmware
|
||||||
|
title: AudioMate Firmware
|
||||||
|
toc: false
|
||||||
|
updated: 2016-02-01 17:42:11 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Download
|
Download
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Acer TravelMate 203TX
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-16 08:29:10 +0200
|
created: 2008-07-16 08:29:10 +0200
|
||||||
updated: 2008-07-16 08:29:10 +0200
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/16/acer-travelmate-203tx-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- acer
|
- acer
|
||||||
|
title: Acer TravelMate 203TX
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-16 08:29:10 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
1. Öffne die Klappe.
|
1. Öffne die Klappe.
|
||||||
Hier siehst Du die "Schultern", das QuickAccess-Panel und die Tastatur:
|
Hier siehst Du die "Schultern", das QuickAccess-Panel und die Tastatur:
|
||||||
![]({{ site.url }}/assets/acer203tx1.jpg)
|
![]({{ site.url }}/assets/acer203tx1.jpg)
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Baycom Worldbook II
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-20 22:18:02 +0200
|
created: 2008-07-20 22:18:02 +0200
|
||||||
updated: 2008-07-20 22:18:02 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/20/baycom-worldbook-ii.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- baycom
|
- baycom
|
||||||
- worldbook
|
- worldbook
|
||||||
|
title: Baycom Worldbook II
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-20 22:18:02 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
1. Open the lid.
|
1. Open the lid.
|
||||||
1. Remove the keyboard. Proceed as follows:
|
1. Remove the keyboard. Proceed as follows:
|
||||||
First use a flat screwdriver to get unter the keyboard at the green line. Perhaps you have to push in the small clip
|
First use a flat screwdriver to get unter the keyboard at the green line. Perhaps you have to push in the small clip
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: COMPAQ Armada
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-20 22:19:00 +0200
|
created: 2008-07-20 22:19:00 +0200
|
||||||
updated: 2008-07-20 22:19:00 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/20/compaq-armada.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- compaq
|
- compaq
|
||||||
- armada
|
- armada
|
||||||
|
title: COMPAQ Armada
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-20 22:19:00 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a short one:
|
This is a short one:
|
||||||
|
|
||||||
1. Remove the battery, the AC cable and the BIOS battery
|
1. Remove the battery, the AC cable and the BIOS battery
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: DELL Latitude series
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-20 22:26:53 +0200
|
created: 2008-07-20 22:26:53 +0200
|
||||||
updated: 2008-07-20 22:25:53 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/20/dell-latitude-series.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- dell
|
- dell
|
||||||
- latitude
|
- latitude
|
||||||
|
title: DELL Latitude series
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-20 22:25:53 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
These ones are something different. DELL notebooks save their BIOS password in an EEPROM-chip so it isn't deleted when
|
These ones are something different. DELL notebooks save their BIOS password in an EEPROM-chip so it isn't deleted when
|
||||||
you short-circuit the BIOS battery or something like that.
|
you short-circuit the BIOS battery or something like that.
|
||||||
|
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
---
|
---
|
||||||
title: Fujitsu-Siemens Lifebook E-Series
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-20 15:33:11 +0200
|
created: 2008-07-20 15:33:11 +0200
|
||||||
updated: 2008-07-20 15:33:11 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/20/fujitsu-siemens-lifebook-e-series.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- fujitsu
|
- fujitsu
|
||||||
- siemens
|
- siemens
|
||||||
- lifebook
|
- lifebook
|
||||||
|
title: Fujitsu-Siemens Lifebook E-Series
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-20 15:33:11 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
1. Turn the notebook on its lid, plug out the power cord, remove the battery and the CD-ROM drive
|
1. Turn the notebook on its lid, plug out the power cord, remove the battery and the CD-ROM drive
|
||||||
1. Remove the screws marked below:
|
1. Remove the screws marked below:
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: SONY VAIO
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-20 15:44:48 +0200
|
created: 2008-07-20 15:44:48 +0200
|
||||||
updated: 2008-07-20 17:34:22 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/20/sony-vaio.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- sony
|
- sony
|
||||||
- vaio
|
- vaio
|
||||||
|
title: SONY VAIO
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-20 17:34:22 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
In the newer SONY VAIO Notebooks, the BIOS password is no longer stored in the volatile CMOS-area but on an EEPROM.
|
In the newer SONY VAIO Notebooks, the BIOS password is no longer stored in the volatile CMOS-area but on an EEPROM.
|
||||||
|
|
||||||
Jean Delvare has published [his results](http://khali.linux-fr.org/vaio/eeprom.html) of an analysis of various Sony
|
Jean Delvare has published [his results](http://khali.linux-fr.org/vaio/eeprom.html) of an analysis of various Sony
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: DELL Latitude CPi series
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-21 19:19:56 +0200
|
created: 2008-07-21 19:19:56 +0200
|
||||||
updated: 2008-07-21 19:19:56 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/21/dell-latitude-cpi-series.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- dell
|
- dell
|
||||||
- latitude
|
- latitude
|
||||||
|
title: DELL Latitude CPi series
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-21 19:19:56 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Thanks to *Heiko Kehr*. (Everything was done according to [this manual](http://www.darkmagic.org/mike/dell-tag/dell/dell.html).)
|
Thanks to *Heiko Kehr*. (Everything was done according to [this manual](http://www.darkmagic.org/mike/dell-tag/dell/dell.html).)
|
||||||
|
|
||||||
1. You can easily remove the keyboard after loosing the six screws. Pay attention that you lift the keyboard equally on
|
1. You can easily remove the keyboard after loosing the six screws. Pay attention that you lift the keyboard equally on
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: GERICOM Webboy
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-21 19:26:28 +0200
|
created: 2008-07-21 19:26:28 +0200
|
||||||
updated: 2008-07-21 19:26:28 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/21/gericom-webboy.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- gericom
|
- gericom
|
||||||
- webboy
|
- webboy
|
||||||
|
title: GERICOM Webboy
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-21 19:26:28 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
1. Turn the notebook onto its lid and remove the power plug and battery
|
1. Turn the notebook onto its lid and remove the power plug and battery
|
||||||
1. Remove the screws of the top left cover and open it. You will find the CPU-Cooler.
|
1. Remove the screws of the top left cover and open it. You will find the CPU-Cooler.
|
||||||
![The area accessible through the top-left opening on the bottom side]({{ site.url }}/assets/gcwb_1.jpg)
|
![The area accessible through the top-left opening on the bottom side]({{ site.url }}/assets/gcwb_1.jpg)
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: IBM PS/2 Aptiva
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-21 19:26:56 +0200
|
created: 2008-07-21 19:26:56 +0200
|
||||||
updated: 2008-07-21 19:26:56 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/21/ibm-ps2-aptiva.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- ibm
|
- ibm
|
||||||
- aptiva
|
- aptiva
|
||||||
|
title: IBM PS/2 Aptiva
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-21 19:26:56 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a short one:
|
This is a short one:
|
||||||
|
|
||||||
For skipping the password check, you have to hold down both mousebuttons after power-on until the first beep.
|
For skipping the password check, you have to hold down both mousebuttons after power-on until the first beep.
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: IBM ThinkPad series
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-21 19:50:40 +0200
|
created: 2008-07-21 19:50:40 +0200
|
||||||
updated: 2008-07-21 19:50:40 +0200
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/21/ibm-thinkpad-series.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- ibm
|
- ibm
|
||||||
- thinkpad
|
- thinkpad
|
||||||
|
title: IBM ThinkPad series
|
||||||
|
toc: true
|
||||||
|
updated: 2008-07-21 19:50:40 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Please also see [this homepage](http://www.ja.axxs.net/unlock/) for more information regarding removing passwords from
|
Please also see [this homepage](http://www.ja.axxs.net/unlock/) for more information regarding removing passwords from
|
||||||
IBM ThinkPads.
|
IBM ThinkPads.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Toshiba notebooks
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-21 19:59:58 +0200
|
created: 2008-07-21 19:59:58 +0200
|
||||||
updated: 2008-07-21 19:59:58 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/21/toshiba-notebooks.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- toshiba
|
- toshiba
|
||||||
|
title: Toshiba notebooks
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-21 19:59:58 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
I found three different ways for bypassing the password-check on a Toshiba-notebook. I had no chance to test them, so I
|
I found three different ways for bypassing the password-check on a Toshiba-notebook. I had no chance to test them, so I
|
||||||
can't promise they will work.
|
can't promise they will work.
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Shameless Rip-Off by pc-doctors.com
|
|
||||||
layout: default
|
|
||||||
created: 2010-01-13 02:13:02 +0100
|
created: 2010-01-13 02:13:02 +0100
|
||||||
updated: 2010-04-02 00:27:30 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/01/13/shameless-rip-off-by-pc-doctors.com.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- bios
|
- bios
|
||||||
- passwords
|
- passwords
|
||||||
- ripoff
|
- ripoff
|
||||||
- copycat
|
- copycat
|
||||||
|
title: Shameless Rip-Off by pc-doctors.com
|
||||||
|
toc: false
|
||||||
|
updated: 2010-04-02 00:27:30 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
I recently found some of my manuals to remove BIOS passwords in a very familiar design on a
|
I recently found some of my manuals to remove BIOS passwords in a very familiar design on a
|
||||||
[totally foreign site](http://www.pc-doctors.com/other/free-info/):
|
[totally foreign site](http://www.pc-doctors.com/other/free-info/):
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Backup Savegames on Nintendo DS
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-15 14:34:37 +0100
|
created: 2009-03-15 14:34:37 +0100
|
||||||
updated: 2009-03-15 22:16:40 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/15/backup-savegames-on-nintendo-ds.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Backup Savegames on Nintendo DS
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-15 22:16:40 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
To backup savegames from your cartridges (e.g. for use with a ROM dump on a card like the
|
To backup savegames from your cartridges (e.g. for use with a ROM dump on a card like the
|
||||||
[CycloDS Evolution]({% post_url 2009-03-22-cyclods-evolution %})) there are two ways.
|
[CycloDS Evolution]({% post_url 2009-03-22-cyclods-evolution %})) there are two ways.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: EZFlash 3in1
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-15 15:49:39 +0100
|
created: 2009-03-15 15:49:39 +0100
|
||||||
updated: 2009-03-15 22:17:41 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/15/ezflash-3in1.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: EZFlash 3in1
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-15 22:17:41 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/ez3in1.jpg" alt="" width="200" />
|
<img src="{{ site.url }}/assets/ez3in1.jpg" alt="" width="200" />
|
||||||
|
|
||||||
* **Homepage:** [ezflash.cn](http://www.ezflash.cn/home.htm)
|
* **Homepage:** [ezflash.cn](http://www.ezflash.cn/home.htm)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Wii Downloads
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-10 00:51:47 +0100
|
created: 2009-03-10 00:51:47 +0100
|
||||||
updated: 2009-03-15 22:18:54 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/10/wii-downloads.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Wii Downloads
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-15 22:18:54 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The *Nintendo Channel* on the [Nintendo Wii]({% post_url 2009-03-10-nintendo-wii %}) allows you to download Demo
|
The *Nintendo Channel* on the [Nintendo Wii]({% post_url 2009-03-10-nintendo-wii %}) allows you to download Demo
|
||||||
versions of NDS games right to your NDS to play. Just do the following:
|
versions of NDS games right to your NDS to play. Just do the following:
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: ndstool
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-16 00:48:30 +0100
|
created: 2009-03-16 00:48:30 +0100
|
||||||
updated: 2009-03-16 00:48:30 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/16/ndstool.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: ndstool
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-16 00:48:30 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The `ndstool` can show header information of ROM files as well as extract the game logo or even the whole ROM contents.
|
The `ndstool` can show header information of ROM files as well as extract the game logo or even the whole ROM contents.
|
||||||
It also can recombine the extracted ROM contents to a working ROM again.
|
It also can recombine the extracted ROM contents to a working ROM again.
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Extract Sound from ROMs
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-17 20:41:05 +0100
|
created: 2009-03-17 20:41:05 +0100
|
||||||
updated: 2009-03-17 20:41:05 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/17/extract-sound-from-roms.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Extract Sound from ROMs
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-17 20:41:05 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
To extract sounds (or graphics) from a ROM, you'll need the [ndstool]({% post_url 2009-03-16-ndstool %})
|
To extract sounds (or graphics) from a ROM, you'll need the [ndstool]({% post_url 2009-03-16-ndstool %})
|
||||||
and [ndssndext](http://www.4shared.com/file/68276816/8092229e/ndssndext_v04.html).
|
and [ndssndext](http://www.4shared.com/file/68276816/8092229e/ndssndext_v04.html).
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: CycloDS Evolution
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-10 01:04:17 +0100
|
created: 2009-03-10 01:04:17 +0100
|
||||||
updated: 2009-03-22 13:01:57 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/10/cyclods-evolution.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: CycloDS Evolution
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-22 13:01:57 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/cyclodsevo.jpg" alt="" width="200" />
|
<img src="{{ site.url }}/assets/cyclodsevo.jpg" alt="" width="200" />
|
||||||
|
|
||||||
* **Homepage:** [cyclopsds.com](http://www.cyclopsds.com/)
|
* **Homepage:** [cyclopsds.com](http://www.cyclopsds.com/)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Dump Games
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-15 14:41:43 +0100
|
created: 2009-03-15 14:41:43 +0100
|
||||||
updated: 2009-03-23 01:04:47 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/15/dump-games.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Dump Games
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-23 01:04:47 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Dumping game cartridges is done the same way like [dumping savegames]({% post_url 2009-03-15-backup-savegames %}).
|
Dumping game cartridges is done the same way like [dumping savegames]({% post_url 2009-03-15-backup-savegames %}).
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Favourite NDS Games
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-23 00:34:05 +0100
|
created: 2009-03-23 00:34:05 +0100
|
||||||
updated: 2009-10-28 02:04:10 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/23/favourite-nds-games.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- gaming
|
- gaming
|
||||||
|
title: Favourite NDS Games
|
||||||
|
toc: false
|
||||||
|
updated: 2009-10-28 02:04:10 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Here's a list of my favorite games:
|
Here's a list of my favorite games:
|
||||||
|
|
||||||
| Game | Genre | Comment |
|
| Game | Genre | Comment |
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Wii Twilight Hack
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-18 22:44:40 +0200
|
created: 2008-07-18 22:44:40 +0200
|
||||||
updated: 2008-07-18 22:44:40 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/18/wii-twilight-hack.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Wii Twilight Hack
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-18 22:44:40 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
The Twilight Hack is described at [Code Retard](http://www.coderetard.com/2008/05/07/install-wii-virtual-console-game-channels-with-wad-installer/).
|
The Twilight Hack is described at [Code Retard](http://www.coderetard.com/2008/05/07/install-wii-virtual-console-game-channels-with-wad-installer/).
|
||||||
It works by using a bug in *Zelda - Twilight Princess*. In short is goes like this:
|
It works by using a bug in *Zelda - Twilight Princess*. In short is goes like this:
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Wii Savegame Editing
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-07-23 21:31:36 +0200
|
created: 2008-07-23 21:31:36 +0200
|
||||||
updated: 2008-07-23 21:31:58 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/07/23/wii-savegame-editing.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Wii Savegame Editing
|
||||||
|
toc: false
|
||||||
|
updated: 2008-07-23 21:31:58 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Savegames, as well as almost all other files, are encrypted using some crypto magic. The keys were found and now there
|
Savegames, as well as almost all other files, are encrypted using some crypto magic. The keys were found and now there
|
||||||
are some tools to decrypt and recrypt the savegames called [Segher's Wii.git](http://wiibrew.org/wiki/Segher's_Wii.git).
|
are some tools to decrypt and recrypt the savegames called [Segher's Wii.git](http://wiibrew.org/wiki/Segher's_Wii.git).
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Wii MPlayer and Samba
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-01-18 23:26:15 +0100
|
created: 2009-01-18 23:26:15 +0100
|
||||||
updated: 2009-01-18 23:26:15 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/01/18/wii-mplayer-and-samba.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Wii MPlayer and Samba
|
||||||
|
toc: false
|
||||||
|
updated: 2009-01-18 23:26:15 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The [MPlayer Christmas Edition](http://www.elotrolado.net/hilo_mplayer-christmas-edition_1157252) for Wii supports SMB
|
The [MPlayer Christmas Edition](http://www.elotrolado.net/hilo_mplayer-christmas-edition_1157252) for Wii supports SMB
|
||||||
browsing. You can configure the login data of the desired SMB share through the `smb.conf` on the SD card as follows:
|
browsing. You can configure the login data of the desired SMB share through the `smb.conf` on the SD card as follows:
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Nintendo Wii Encryption Keys
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-01-30 12:56:51 +0100
|
created: 2009-01-30 12:56:51 +0100
|
||||||
updated: 2009-01-30 13:00:54 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/01/30/nintendo-wii-encryption-keys.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Nintendo Wii Encryption Keys
|
||||||
|
toc: false
|
||||||
|
updated: 2009-01-30 13:00:54 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
To use these keys with e.g. [Segher's Wii.git](http://wiibrew.org/wiki/Segher's_Wii.git), you have to put them in binary
|
To use these keys with e.g. [Segher's Wii.git](http://wiibrew.org/wiki/Segher's_Wii.git), you have to put them in binary
|
||||||
files, i.e. use a Hex-Editor and paste these keys so that you get a 16 Byte long file for each key. Segher's tools
|
files, i.e. use a Hex-Editor and paste these keys so that you get a 16 Byte long file for each key. Segher's tools
|
||||||
expect them to be located in `~/.wii/<keyname>`, e.g. `~/.wii/common-key`.
|
expect them to be located in `~/.wii/<keyname>`, e.g. `~/.wii/common-key`.
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Favourite Wii Games
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-23 00:38:45 +0100
|
created: 2009-03-23 00:38:45 +0100
|
||||||
updated: 2009-03-23 00:38:45 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/23/favourite-wii-games.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Favourite Wii Games
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-23 00:38:45 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Here's a list of my favorite Wii games:
|
Here's a list of my favorite Wii games:
|
||||||
|
|
||||||
| Game | Genre | Comment |
|
| Game | Genre | Comment |
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Mii to NDS Transfer
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-03-10 01:08:20 +0100
|
created: 2009-03-10 01:08:20 +0100
|
||||||
updated: 2009-05-22 00:16:54 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/03/10/mii-to-nds-transfer.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Mii to NDS Transfer
|
||||||
|
toc: false
|
||||||
|
updated: 2009-05-22 00:16:54 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
The *Mii Channel* has a hidden **Transfer to DS** option. According to [cubed3.com](http://www.cubed3.com/news/11049)
|
The *Mii Channel* has a hidden **Transfer to DS** option. According to [cubed3.com](http://www.cubed3.com/news/11049)
|
||||||
the only NDS game using this for now is the Japanese title *Aruite Wakaru Seikatsu Rhythm DS*. To enable the feature,
|
the only NDS game using this for now is the Japanese title *Aruite Wakaru Seikatsu Rhythm DS*. To enable the feature,
|
||||||
do this:
|
do this:
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Wii Homebrew Channel
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-10-07 22:46:34 +0200
|
created: 2009-10-07 22:46:34 +0200
|
||||||
updated: 2009-10-07 22:48:41 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/10/07/wii-homebrew-channel.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Wii Homebrew Channel
|
||||||
|
toc: false
|
||||||
|
updated: 2009-10-07 22:48:41 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Install on 4.2e
|
Install on 4.2e
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: USBLoader GX for the Wii
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2010-05-08 12:47:47 +0200
|
created: 2010-05-08 12:47:47 +0200
|
||||||
updated: 2010-05-08 12:47:47 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/05/08/usbloader-gx-for-the-wii.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: USBLoader GX for the Wii
|
||||||
|
toc: false
|
||||||
|
updated: 2010-05-08 12:47:47 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
* **Homepage:** <http://usbloadergx.koureio.net/>
|
* **Homepage:** <http://usbloadergx.koureio.net/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Backup Wii games to USB HDD
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2009-05-24 19:35:29 +0200
|
created: 2009-05-24 19:35:29 +0200
|
||||||
updated: 2010-11-14 16:05:02 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/05/24/backup-wii-games-to-usb-hdd.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- nintendo
|
- nintendo
|
||||||
- wii
|
- wii
|
||||||
|
title: Backup Wii games to USB HDD
|
||||||
|
toc: false
|
||||||
|
updated: 2010-11-14 16:05:02 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
* [mikeandheth.com](http://www.mikeandheth.com/games/97-connect-wii-usb-hard-drive.html)
|
* [mikeandheth.com](http://www.mikeandheth.com/games/97-connect-wii-usb-hard-drive.html)
|
||||||
* [gbatemp.net](http://wiki.gbatemp.net/wiki/index.php?title=USB_Loader_Releases) --- List of USB Loader programs for the Wii
|
* [gbatemp.net](http://wiki.gbatemp.net/wiki/index.php?title=USB_Loader_Releases) --- List of USB Loader programs for the Wii
|
||||||
* [gbatemp.net](http://wiki.gbatemp.net/wiki/index.php?title=WBFS_Managers) --- List of WBFS Managers (programs to copy game ISO files to USB via your PC)
|
* [gbatemp.net](http://wiki.gbatemp.net/wiki/index.php?title=WBFS_Managers) --- List of WBFS Managers (programs to copy game ISO files to USB via your PC)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: DMS4Pro
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-12-05 00:31:21 +0100
|
created: 2008-12-05 00:31:21 +0100
|
||||||
updated: 2008-12-05 00:31:21 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/12/05/dms4pro.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- sony
|
- sony
|
||||||
- playstation
|
- playstation
|
||||||
- pstwo
|
- pstwo
|
||||||
- dms4pro
|
- dms4pro
|
||||||
|
title: DMS4Pro
|
||||||
|
toc: false
|
||||||
|
updated: 2008-12-05 00:31:21 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
**Firmware:** [sksapps.com](http://www.sksapps.com/index.php?page=dms4.html) (Latest is 0.41)
|
**Firmware:** [sksapps.com](http://www.sksapps.com/index.php?page=dms4.html) (Latest is 0.41)
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: OggSync for Windows Mobile
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2008-09-12 22:19:31 +0200
|
created: 2008-09-12 22:19:31 +0200
|
||||||
updated: 2008-09-12 22:19:31 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/09/12/oggsync-for-windows-mobile.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hacking
|
- hacking
|
||||||
- hardware
|
- hardware
|
||||||
- microsoft
|
- microsoft
|
||||||
- windowsmobile
|
- windowsmobile
|
||||||
|
title: OggSync for Windows Mobile
|
||||||
|
toc: false
|
||||||
|
updated: 2008-09-12 22:19:31 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
**Tested Version:** 4.19
|
**Tested Version:** 4.19
|
||||||
|
|
||||||
OggSync connects to `https://oggsync.com/r/r` or `https://oggsync.com/r/e` and sends the entered info (PayPal eMail or
|
OggSync connects to `https://oggsync.com/r/r` or `https://oggsync.com/r/e` and sends the entered info (PayPal eMail or
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Sphairon AR860
|
|
||||||
layout: default
|
|
||||||
created: 2009-01-24 17:10:21 +0100
|
created: 2009-01-24 17:10:21 +0100
|
||||||
updated: 2009-01-24 17:27:46 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/01/24/sphairon-ar860.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- sphairon
|
- sphairon
|
||||||
- ar860
|
- ar860
|
||||||
- router
|
- router
|
||||||
- dsl
|
- dsl
|
||||||
|
title: Sphairon AR860
|
||||||
|
toc: false
|
||||||
|
updated: 2009-01-24 17:27:46 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
The AR860 is shipped by e.g. *versatel* - configured as a DSL modem.
|
The AR860 is shipped by e.g. *versatel* - configured as a DSL modem.
|
||||||
|
|
||||||
Admin accounts
|
Admin accounts
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: hp Laserjet IIIp
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-01 17:28:28 +0100
|
created: 2009-02-01 17:28:28 +0100
|
||||||
updated: 2009-02-01 17:28:28 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/01/hp-laserjet-iiip.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- hp
|
- hp
|
||||||
- laserjet
|
- laserjet
|
||||||
|
title: hp Laserjet IIIp
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-01 17:28:28 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Endless feeding
|
Endless feeding
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: MEDION BIOS settings
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 02:24:33 +0100
|
created: 2009-02-02 02:24:33 +0100
|
||||||
updated: 2009-02-08 14:42:42 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/medion-bios-settings.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- medion
|
- medion
|
||||||
- bios
|
- bios
|
||||||
- settings
|
- settings
|
||||||
|
title: MEDION BIOS settings
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-08 14:42:42 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Some MEDION PCs have hidden BIOS settings. To get to them, get into the BIOS and press <kbd>F11</kbd>. If you're asked for a password, try `am8888egh` or `am8888egc`. Maybe you can even omit the last letter.
|
Some MEDION PCs have hidden BIOS settings. To get to them, get into the BIOS and press <kbd>F11</kbd>. If you're asked for a password, try `am8888egh` or `am8888egc`. Maybe you can even omit the last letter.
|
||||||
|
|
||||||
According to a MEDION employee, there are only 2 employees who know this password. Also it shouldn't be leaked to the net so that no one fools around with the settings.
|
According to a MEDION employee, there are only 2 employees who know this password. Also it shouldn't be leaked to the net so that no one fools around with the settings.
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Evoluent Vertical Mouse 3
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-09 17:50:56 +0100
|
created: 2009-02-09 17:50:56 +0100
|
||||||
updated: 2009-02-10 00:01:22 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/09/evoluent-vertical-mouse-3.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- evoluent
|
- evoluent
|
||||||
- verticalmouse
|
- verticalmouse
|
||||||
- mouse
|
- mouse
|
||||||
|
title: Evoluent Vertical Mouse 3
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-10 00:01:22 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
![Evoluent Vertical Mouse 3]({{ site.url }}/assets/vm3_sm.jpg)
|
![Evoluent Vertical Mouse 3]({{ site.url }}/assets/vm3_sm.jpg)
|
||||||
|
|
||||||
* **Homepage:** [evoluent.com](http://www.evoluent.com/vm3.html)
|
* **Homepage:** [evoluent.com](http://www.evoluent.com/vm3.html)
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Logitech V400
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-09 20:24:26 +0100
|
created: 2009-02-09 20:24:26 +0100
|
||||||
updated: 2009-02-23 01:12:24 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/09/logitech-v400.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- logitech
|
- logitech
|
||||||
- mouse
|
- mouse
|
||||||
- usb
|
- usb
|
||||||
|
title: Logitech V400
|
||||||
|
toc: false
|
||||||
|
updated: 2009-02-23 01:12:24 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
![Logitech V400]({{ site.url }}/assets/logitech_v400.jpg)
|
![Logitech V400]({{ site.url }}/assets/logitech_v400.jpg)
|
||||||
|
|
||||||
* **Support:** [logitech.com](http://www.logitech.com/index.cfm/428/144&cl=us,en)
|
* **Support:** [logitech.com](http://www.logitech.com/index.cfm/428/144&cl=us,en)
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Acer Aspire One
|
|
||||||
layout: default
|
|
||||||
created: 2008-09-28 19:33:49 +0200
|
created: 2008-09-28 19:33:49 +0200
|
||||||
updated: 2009-03-29 18:35:53 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/09/28/acer-aspire-one.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- acer
|
- acer
|
||||||
- aspire
|
- aspire
|
||||||
- netbook
|
- netbook
|
||||||
|
title: Acer Aspire One
|
||||||
|
toc: false
|
||||||
|
updated: 2009-03-29 18:35:53 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
![Acer Aspire One]({{ site.url }}/assets/aspire-one.jpg)
|
![Acer Aspire One]({{ site.url }}/assets/aspire-one.jpg)
|
||||||
|
|
||||||
* **Support page:** [support.acer-euro.com](http://support.acer-euro.com/drivers/notebook/as_one_150.html)
|
* **Support page:** [support.acer-euro.com](http://support.acer-euro.com/drivers/notebook/as_one_150.html)
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: SIEMENS Gigaset M34 USB
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-04-11 23:12:19 +0200
|
created: 2009-04-11 23:12:19 +0200
|
||||||
updated: 2009-04-11 23:12:19 +0200
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/04/11/siemens-gigaset-m34-usb-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- gigaset
|
- gigaset
|
||||||
|
title: SIEMENS Gigaset M34 USB
|
||||||
|
toc: false
|
||||||
|
updated: 2009-04-11 23:12:19 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Der [Gigaset M34 USB](http://gigaset.siemens.com/shc/0,1935,de_de_0_69566_rArNrNrNrN,00.html)-DECT-Adapter von
|
Der [Gigaset M34 USB](http://gigaset.siemens.com/shc/0,1935,de_de_0_69566_rArNrNrNrN,00.html)-DECT-Adapter von
|
||||||
SIEMENS funktionierte von meinen getesteten Basisstationen nur an der *Gigaset SX440isdn* in vollem Umfang. An der
|
SIEMENS funktionierte von meinen getesteten Basisstationen nur an der *Gigaset SX440isdn* in vollem Umfang. An der
|
||||||
*Gigaset SLX740isdn* funktioniert er nur als drahtlose ISDN-Karte und an der *Gigaset SL100* nur als VoIP-Telefon.
|
*Gigaset SLX740isdn* funktioniert er nur als drahtlose ISDN-Karte und an der *Gigaset SL100* nur als VoIP-Telefon.
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Analog TFT calibration
|
|
||||||
layout: default
|
|
||||||
created: 2009-05-12 14:19:22 +0200
|
created: 2009-05-12 14:19:22 +0200
|
||||||
updated: 2009-05-12 14:19:22 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/05/12/analog-tft-calibration.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- tft
|
- tft
|
||||||
- calibration
|
- calibration
|
||||||
|
title: Analog TFT calibration
|
||||||
|
toc: false
|
||||||
|
updated: 2009-05-12 14:19:22 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
If you have connected your TFT via an analog VGA cable, you might have some blurry vision or even flickering
|
If you have connected your TFT via an analog VGA cable, you might have some blurry vision or even flickering
|
||||||
in some cases. If the following picture shows some flickering or looks blurry, your display needs calibration.
|
in some cases. If the following picture shows some flickering or looks blurry, your display needs calibration.
|
||||||
|
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Apple iPhone
|
|
||||||
layout: default
|
|
||||||
created: 2009-04-20 20:22:56 +0200
|
created: 2009-04-20 20:22:56 +0200
|
||||||
updated: 2009-05-19 03:57:37 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/04/20/apple-iphone.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- apple
|
- apple
|
||||||
- iphone
|
- iphone
|
||||||
|
title: Apple iPhone
|
||||||
|
toc: false
|
||||||
|
updated: 2009-05-19 03:57:37 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/apple_iphone.jpg" alt="Apple iPhone" height="200" />
|
<img src="{{ site.url }}/assets/apple_iphone.jpg" alt="Apple iPhone" height="200" />
|
||||||
|
|
||||||
* **Homepage:** [apple.com](http://www.apple.com/iphone/)
|
* **Homepage:** [apple.com](http://www.apple.com/iphone/)
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: MSI DigiVox A/D USB2.0
|
|
||||||
layout: default
|
|
||||||
created: 2009-05-20 11:05:28 +0200
|
created: 2009-05-20 11:05:28 +0200
|
||||||
updated: 2009-07-17 22:53:23 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/05/20/msi-digivox-ad-usb2.0.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- msi
|
- msi
|
||||||
- digivox
|
- digivox
|
||||||
|
title: MSI DigiVox A/D USB2.0
|
||||||
|
toc: false
|
||||||
|
updated: 2009-07-17 22:53:23 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Ubuntu
|
Ubuntu
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: SIEMENS SL2-141-I
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-08-19 01:16:17 +0200
|
created: 2009-08-19 01:16:17 +0200
|
||||||
updated: 2009-08-19 01:17:31 +0200
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/08/19/siemens-sl2-141-i-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- router
|
- router
|
||||||
|
title: SIEMENS SL2-141-I
|
||||||
|
toc: false
|
||||||
|
updated: 2009-08-19 01:17:31 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Dieser Router wird von *Alice* ausgeliefert und kommt mit einer hoffnungslos veralteten (3.29a) oder komplett
|
Dieser Router wird von *Alice* ausgeliefert und kommt mit einer hoffnungslos veralteten (3.29a) oder komplett
|
||||||
kastrierten (4.7-irgendwas) Firmware daher.
|
kastrierten (4.7-irgendwas) Firmware daher.
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: SanDisk Sansa FUZE
|
|
||||||
layout: default
|
|
||||||
created: 2008-12-31 00:04:38 +0100
|
created: 2008-12-31 00:04:38 +0100
|
||||||
updated: 2009-10-15 09:30:10 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2008/12/31/sandisk-sansa-fuze.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- sandisk
|
- sandisk
|
||||||
- sansa
|
- sansa
|
||||||
- fuze
|
- fuze
|
||||||
|
title: SanDisk Sansa FUZE
|
||||||
|
toc: false
|
||||||
|
updated: 2009-10-15 09:30:10 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
![]({{ site.url }}/assets/sansa_fuze_image_01.png)
|
![]({{ site.url }}/assets/sansa_fuze_image_01.png)
|
||||||
|
|
||||||
* **Beginner's Guide to Sansa Players:** [ubuntuforums.org](http://ubuntuforums.org/showthread.php?t=312196)
|
* **Beginner's Guide to Sansa Players:** [ubuntuforums.org](http://ubuntuforums.org/showthread.php?t=312196)
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Loewe Concept Plus
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-11-06 21:46:28 +0100
|
created: 2009-11-06 21:46:28 +0100
|
||||||
updated: 2009-11-06 21:46:28 +0100
|
language: de
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/11/06/loewe-concept-plus-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- loewe
|
- loewe
|
||||||
- tv
|
- tv
|
||||||
|
title: Loewe Concept Plus
|
||||||
|
toc: false
|
||||||
|
updated: 2009-11-06 21:46:28 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
AV1 und AV2 gleichzeitig
|
AV1 und AV2 gleichzeitig
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: SIEMENS S1621-Z220-A
|
|
||||||
language: de
|
|
||||||
layout: default
|
|
||||||
created: 2009-12-01 19:32:31 +0100
|
created: 2009-12-01 19:32:31 +0100
|
||||||
updated: 2009-12-03 09:23:13 +0100
|
language: de
|
||||||
toc: true
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/12/01/siemens-s1621-z220-a-de.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- siemens
|
- siemens
|
||||||
- router
|
- router
|
||||||
|
title: SIEMENS S1621-Z220-A
|
||||||
|
toc: true
|
||||||
|
updated: 2009-12-03 09:23:13 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Dieser WLAN-Router wird von Alice unter der Bezeichnung *Alice Modem WLAN 1121* ausgeliefert. Die Standard-IP im
|
Dieser WLAN-Router wird von Alice unter der Bezeichnung *Alice Modem WLAN 1121* ausgeliefert. Die Standard-IP im
|
||||||
Auslieferungszustand ist `192.168.1.1`. Weitere Informationen gibt's im [alice-wiki.de](http://www.alice-wiki.de/Alice_Modem_1121_WLAN).
|
Auslieferungszustand ist `192.168.1.1`. Weitere Informationen gibt's im [alice-wiki.de](http://www.alice-wiki.de/Alice_Modem_1121_WLAN).
|
||||||
|
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: TomTom PNAs
|
|
||||||
layout: default
|
|
||||||
created: 2009-06-01 13:23:00 +0200
|
created: 2009-06-01 13:23:00 +0200
|
||||||
updated: 2009-12-13 02:28:10 +0100
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/06/01/tomtom-pnas.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- tomtom
|
- tomtom
|
||||||
- navigation
|
- navigation
|
||||||
|
title: TomTom PNAs
|
||||||
|
toc: true
|
||||||
|
updated: 2009-12-13 02:28:10 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
**Homepage:** [tomtom.com](http://www.tomtom.com/)
|
**Homepage:** [tomtom.com](http://www.tomtom.com/)
|
||||||
|
|
||||||
Custom Firmware
|
Custom Firmware
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: memup Pop Key
|
|
||||||
layout: default
|
|
||||||
created: 2009-12-22 00:43:14 +0100
|
created: 2009-12-22 00:43:14 +0100
|
||||||
updated: 2009-12-22 01:15:54 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/12/22/memup-pop-key.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- memup
|
- memup
|
||||||
- popkey
|
- popkey
|
||||||
- usb
|
- usb
|
||||||
|
title: memup Pop Key
|
||||||
|
toc: false
|
||||||
|
updated: 2009-12-22 01:15:54 +0100
|
||||||
---
|
---
|
||||||
* **Homepage:** <http://www.memup.com/>
|
|
||||||
|
* **Homepage:** <http://www.memup.com/>
|
||||||
|
|
||||||
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...
|
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...
|
||||||
|
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: SheevaPlug / GuruPlug
|
|
||||||
layout: default
|
|
||||||
created: 2009-09-29 15:04:58 +0200
|
created: 2009-09-29 15:04:58 +0200
|
||||||
updated: 2010-02-24 00:56:29 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/09/29/sheevaplug-guruplug.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- sheevaplug
|
- sheevaplug
|
||||||
- guruplug
|
- guruplug
|
||||||
|
title: SheevaPlug / GuruPlug
|
||||||
|
toc: false
|
||||||
|
updated: 2010-02-24 00:56:29 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
* [marvell.com](http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp) - Manufacturer of the SheevaPlug
|
* [marvell.com](http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp) - Manufacturer of the SheevaPlug
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Google Nexus One
|
|
||||||
layout: default
|
|
||||||
created: 2010-03-23 14:55:15 +0100
|
created: 2010-03-23 14:55:15 +0100
|
||||||
updated: 2010-03-23 14:57:19 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/03/23/google-nexus-one.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- google
|
- google
|
||||||
- nexusone
|
- nexusone
|
||||||
- passion
|
- passion
|
||||||
|
title: Google Nexus One
|
||||||
|
toc: false
|
||||||
|
updated: 2010-03-23 14:57:19 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/nexus_one.png" alt="Google Nexus One" height="180" />
|
<img src="{{ site.url }}/assets/nexus_one.png" alt="Google Nexus One" height="180" />
|
||||||
|
|
||||||
* **Homepage:** <http://www.google.com/phone/>
|
* **Homepage:** <http://www.google.com/phone/>
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
redirect_from:
|
|
||||||
- /know-how/hardware/fortuna-gpsmartbt/
|
|
||||||
title: Fortuna GPSmart BT
|
|
||||||
layout: default
|
|
||||||
created: 2009-02-02 19:07:10 +0100
|
created: 2009-02-02 19:07:10 +0100
|
||||||
updated: 2010-07-22 09:55:56 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_from:
|
||||||
|
- /know-how/hardware/fortuna-gpsmartbt/
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/fortuna-gpsmart-bt.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- fortuna
|
- fortuna
|
||||||
- gpsmart
|
- gpsmart
|
||||||
- gps
|
- gps
|
||||||
|
title: Fortuna GPSmart BT
|
||||||
|
toc: false
|
||||||
|
updated: 2010-07-22 09:55:56 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
**Homepage:** [fortuna.com.tw](http://www.fortuna.com.tw/gpsmart.htm)
|
**Homepage:** [fortuna.com.tw](http://www.fortuna.com.tw/gpsmart.htm)
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/gpsmart.jpg" height="300" alt="Fortuna GPSmart" />
|
<img src="{{ site.url }}/assets/gpsmart.jpg" height="300" alt="Fortuna GPSmart" />
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: MSI P45 Platinum
|
|
||||||
layout: default
|
|
||||||
created: 2009-08-10 20:43:58 +0200
|
created: 2009-08-10 20:43:58 +0200
|
||||||
updated: 2010-10-09 20:02:39 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2009/08/10/msi-p45-platinum.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- msi
|
- msi
|
||||||
- mainboard
|
- mainboard
|
||||||
- p45
|
- p45
|
||||||
- platinum
|
- platinum
|
||||||
|
title: MSI P45 Platinum
|
||||||
|
toc: false
|
||||||
|
updated: 2010-10-09 20:02:39 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
BIOS
|
BIOS
|
||||||
====
|
====
|
||||||
|
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
---
|
---
|
||||||
title: SonyEricsson MBW-150
|
|
||||||
layout: default
|
|
||||||
created: 2010-10-09 19:02:24 +0200
|
created: 2010-10-09 19:02:24 +0200
|
||||||
updated: 2010-10-09 19:02:24 +0200
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2010/10/09/sonyericsson-mbw-150.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- sony
|
- sony
|
||||||
- sonyericsson
|
- sonyericsson
|
||||||
- mbw150
|
- mbw150
|
||||||
|
title: SonyEricsson MBW-150
|
||||||
|
toc: true
|
||||||
|
updated: 2010-10-09 19:02:24 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
![SonyEricsson MBW-150]({{ site.url }}/assets/mbw150.jpg)
|
![SonyEricsson MBW-150]({{ site.url }}/assets/mbw150.jpg)
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: Amazon Kindle
|
|
||||||
layout: default
|
|
||||||
created: 2011-04-25 14:36:25 +0200
|
created: 2011-04-25 14:36:25 +0200
|
||||||
updated: 2011-04-25 14:36:25 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2011/04/25/amazon-kindle.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- amazon
|
- amazon
|
||||||
- kindle
|
- kindle
|
||||||
- paperwhite
|
- paperwhite
|
||||||
- voyage
|
- voyage
|
||||||
|
title: Amazon Kindle
|
||||||
|
toc: false
|
||||||
|
updated: 2011-04-25 14:36:25 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in site.categories.amazon-kindle %}
|
{% for page in site.categories.amazon-kindle %}
|
||||||
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: DYMO LabelWriter 320 under Ubuntu Linux
|
|
||||||
layout: default
|
|
||||||
created: 2011-10-09 22:37:45 +0200
|
created: 2011-10-09 22:37:45 +0200
|
||||||
updated: 2012-01-20 09:31:29 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2011/10/09/dymo-labelwriter-320-under-ubuntu-linux.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- dymo
|
- dymo
|
||||||
- labelwriter
|
- labelwriter
|
||||||
- ubuntu
|
- ubuntu
|
||||||
- linux
|
- linux
|
||||||
|
title: DYMO LabelWriter 320 under Ubuntu Linux
|
||||||
|
toc: false
|
||||||
|
updated: 2012-01-20 09:31:29 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
This label printer doesn't work out of the box under Linux. There are some instructions over at
|
This label printer doesn't work out of the box under Linux. There are some instructions over at
|
||||||
[ubuntuforums.org](http://ubuntuforums.org/showthread.php?t=861781), but they're missing something
|
[ubuntuforums.org](http://ubuntuforums.org/showthread.php?t=861781), but they're missing something
|
||||||
for the latest Ubuntu *Oneiric Ocelot*. These instructions should work:
|
for the latest Ubuntu *Oneiric Ocelot*. These instructions should work:
|
||||||
|
@ -1,16 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Stardom SOHORAID SR3610
|
|
||||||
layout: default
|
|
||||||
created: 2012-08-20 21:27:36 +0200
|
created: 2012-08-20 21:27:36 +0200
|
||||||
updated: 2012-08-20 22:27:38 +0200
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2012/08/20/stardom-sohoraid-sr3610.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- stardom
|
- stardom
|
||||||
- sohoraid
|
- sohoraid
|
||||||
- raid
|
- raid
|
||||||
- sr3610
|
- sr3610
|
||||||
|
title: Stardom SOHORAID SR3610
|
||||||
|
toc: false
|
||||||
|
updated: 2012-08-20 22:27:38 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="{{ site.url }}/assets/sohoraid_sr3610.jpg" alt="Stardom SOHORAID SR3610" height="250" />
|
<img src="{{ site.url }}/assets/sohoraid_sr3610.jpg" alt="Stardom SOHORAID SR3610" height="250" />
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
---
|
---
|
||||||
title: Western Digital GreenPower Disks
|
|
||||||
layout: default
|
|
||||||
created: 2012-08-20 20:27:16 +0200
|
created: 2012-08-20 20:27:16 +0200
|
||||||
updated: 2012-08-20 22:27:02 +0200
|
layout: redirect
|
||||||
toc: true
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2012/08/20/western-digital-greenpower-disks.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- westerndigital
|
- westerndigital
|
||||||
- greenpower
|
- greenpower
|
||||||
- wdgreen
|
- wdgreen
|
||||||
|
title: Western Digital GreenPower Disks
|
||||||
|
toc: true
|
||||||
|
updated: 2012-08-20 22:27:02 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
Advanced Format
|
Advanced Format
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: TechniSat DigiCorder
|
|
||||||
layout: default
|
|
||||||
created: 2013-11-27 00:02:41 +0100
|
created: 2013-11-27 00:02:41 +0100
|
||||||
updated: 2013-11-27 01:29:09 +0100
|
layout: redirect
|
||||||
toc: false
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2013/11/27/technisat-digicorder.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- technisat
|
- technisat
|
||||||
- digicorder
|
- digicorder
|
||||||
|
title: TechniSat DigiCorder
|
||||||
|
toc: false
|
||||||
|
updated: 2013-11-27 01:29:09 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
Concat Transport Stream
|
Concat Transport Stream
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: DeckLink BlackMagic Quad
|
|
||||||
language: en
|
|
||||||
layout: default
|
|
||||||
created: 2015-10-09 11:16:16 +0100
|
created: 2015-10-09 11:16:16 +0100
|
||||||
updated: 2015-10-09 11:16:16 +0100
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2015/10/09/decklink-blackmagic-quad.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- decklink
|
- decklink
|
||||||
- blackmagic
|
- blackmagic
|
||||||
|
title: DeckLink BlackMagic Quad
|
||||||
|
toc: false
|
||||||
|
updated: 2015-10-09 11:16:16 +0100
|
||||||
---
|
---
|
||||||
|
|
||||||
ffmpeg -f decklink -i "DeckLink SDI (1)@3" -framerate 25 -vf "yadif=0:-1,scale=1280:720,setdar=16/9" -codec:v mpeg4 -r 25.000 -b:v 2000k -maxrate 3500k -c:a libvo_aacenc -b:a 256k -f mpegts udp://10.24.141.132:1234 -vf "scale=320:200" -c:a mp3 -f mpegts udp://10.24.141.132:1235
|
ffmpeg -f decklink -i "DeckLink SDI (1)@3" -framerate 25 -vf "yadif=0:-1,scale=1280:720,setdar=16/9" -codec:v mpeg4 -r 25.000 -b:v 2000k -maxrate 3500k -c:a libvo_aacenc -b:a 256k -f mpegts udp://10.24.141.132:1234 -vf "scale=320:200" -c:a mp3 -f mpegts udp://10.24.141.132:1235
|
||||||
|
|
||||||
You can use any of the 4 BlackMagic processors by specifying `DeckLink SDI (1)` … `DeckLink SDI (4)`. The number after the `@` is the port.
|
You can use any of the 4 BlackMagic processors by specifying `DeckLink SDI (1)` … `DeckLink SDI (4)`. The number after the `@` is the port.
|
||||||
|
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: hp Spectre x360
|
|
||||||
layout: default
|
|
||||||
language: en
|
|
||||||
created: 2016-07-26 11:03:08 +0200
|
created: 2016-07-26 11:03:08 +0200
|
||||||
updated: 2016-07-26 11:03:08 +0200
|
language: en
|
||||||
toc: false
|
layout: redirect
|
||||||
|
layout_old: default
|
||||||
|
redirect_to: https://blog.mbirth.de/archives/2016/07/26/hp-spectre-x360.html
|
||||||
tags:
|
tags:
|
||||||
- know-how
|
- know-how
|
||||||
- hardware
|
- hardware
|
||||||
- hp
|
- hp
|
||||||
- spectre
|
- spectre
|
||||||
- x360
|
- x360
|
||||||
- notebook
|
- notebook
|
||||||
|
title: hp Spectre x360
|
||||||
|
toc: false
|
||||||
|
updated: 2016-07-26 11:03:08 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
![hp Spectre x360 13-4104ng]({{ site.url }}/assets/hp-spectre-x360.jpg)
|
![hp Spectre x360 13-4104ng]({{ site.url }}/assets/hp-spectre-x360.jpg)
|
||||||
|
|
||||||
* **Model no.:** 13-4104ng
|
* **Model no.:** 13-4104ng
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user