mirror of
https://github.com/mbirth/wiki.git
synced 2024-12-24 22:54:09 +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
|
||||
updated: 2008-07-15 22:08:02 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/15/domain-cookies.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- web
|
||||
- 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
|
||||
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
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: Bazaar (bzr)
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-07-31 22:32:29 +0200
|
||||
updated: 2008-08-01 00:41:36 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/31/bazaar-bzr.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- dvcs
|
||||
- bazaar
|
||||
title: Bazaar (bzr)
|
||||
toc: false
|
||||
updated: 2008-08-01 00:41:36 +0200
|
||||
---
|
||||
|
||||
Bazaar is a distributed versioning system.
|
||||
|
||||
**Homepage:** <http://bazaar-vcs.org/>
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: Mono + WinForms
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-10-08 15:23:14 +0200
|
||||
updated: 2009-07-17 23:15:27 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/10/08/mono-+-winforms.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- mono
|
||||
- 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)
|
||||
**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
|
||||
updated: 2009-07-24 12:34:42 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/12/22/firebug.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- 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, 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)
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: PEAR Channels
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-11 20:29:22 +0100
|
||||
updated: 2009-08-09 13:35:46 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/11/pear-channels.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- php
|
||||
- pear
|
||||
title: PEAR Channels
|
||||
toc: false
|
||||
updated: 2009-08-09 13:35:46 +0200
|
||||
---
|
||||
|
||||
Some channels for PEAR. Use this to add them:
|
||||
|
||||
pear channel-discovery <url>
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
title: Compile wx.NET
|
||||
language: en
|
||||
layout: default
|
||||
created: 2010-01-22 17:36:17 +0100
|
||||
updated: 2010-01-22 17:48:52 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/01/22/compile-wx.net.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- wx-net
|
||||
title: Compile wx.NET
|
||||
toc: false
|
||||
updated: 2010-01-22 17:48:52 +0100
|
||||
---
|
||||
|
||||
* **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.
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: JSON Mime-Types
|
||||
language: en
|
||||
layout: default
|
||||
created: 2010-03-11 14:34:12 +0100
|
||||
updated: 2010-03-11 14:34:12 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/03/11/json-mime-types.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- web
|
||||
- javascript
|
||||
- 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:
|
||||
|
||||
* `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
|
||||
updated: 2016-10-30 12:36:59 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2016/04/08/tools-i-should-use-more-often.html
|
||||
tags:
|
||||
- know-how
|
||||
- development
|
||||
- tools
|
||||
- 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.
|
||||
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
|
||||
updated: 2008-07-15 23:59:52 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/15/getting-email-under-control.html
|
||||
tags:
|
||||
- know-how
|
||||
- gettingthingsdone
|
||||
- gtd
|
||||
- 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)
|
||||
|
||||
Managing the flood of email messages that most of us need to interact with on a daily basis is a growing challenge. No
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Sony PlayStation 2
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-12-05 00:31:49 +0100
|
||||
updated: 2008-12-05 00:31:49 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/12/05/sony-playstation-2.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- sony
|
||||
- playstation
|
||||
- pstwo
|
||||
title: Sony PlayStation 2
|
||||
toc: false
|
||||
updated: 2008-12-05 00:31:49 +0100
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for page in site.categories.sony-playstation-2 %}
|
||||
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: ASUS WL-300g
|
||||
layout: default
|
||||
created: 2009-02-02 23:18:42 +0100
|
||||
updated: 2009-02-02 23:18:42 +0100
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/asus-wl-300g.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- wifi
|
||||
- asus
|
||||
- firmware
|
||||
title: ASUS WL-300g
|
||||
toc: true
|
||||
updated: 2009-02-02 23:18:42 +0100
|
||||
---
|
||||
|
||||
Install DD-WRT
|
||||
==============
|
||||
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Samsung SGH-Z300/ZM60
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-02 18:44:27 +0100
|
||||
updated: 2009-02-02 18:51:02 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/samsung-sgh-z300zm60.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- samsung
|
||||
- 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:
|
||||
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
|
||||
updated: 2009-02-02 22:30:48 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-a55.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- siemens
|
||||
- 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
|
||||
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
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: SIEMENS Gigaset
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-02 02:15:29 +0100
|
||||
updated: 2009-02-02 22:27:14 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-gigaset.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- siemens
|
||||
- phone
|
||||
title: SIEMENS Gigaset
|
||||
toc: false
|
||||
updated: 2009-02-02 22:27:14 +0100
|
||||
---
|
||||
|
||||
Service mode
|
||||
============
|
||||
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Siemens M65
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-02 21:39:52 +0100
|
||||
updated: 2009-02-02 22:26:57 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/siemens-m65.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- siemens
|
||||
- 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.
|
||||
|
||||
It showed firmware rev. 15 … the current one was rev. 58. I read somewhere that older firmware WILL produce problems so
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: TEAC MP-380 / entryx EM850
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-02 22:49:04 +0100
|
||||
updated: 2009-02-02 22:49:04 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/teac-mp-380-entryx-em850.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- teac
|
||||
- entryx
|
||||
- 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)*
|
||||
some time ago. The supplied firmware has some severe problems, e.g. the devices powers off while playing without touching it.
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: ZyXEL Prestige 660HW-67
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-02-02 20:55:24 +0100
|
||||
updated: 2009-02-02 20:55:24 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/zyxel-prestige-660hw-67.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- zyxel
|
||||
- prestige
|
||||
- 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`
|
||||
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
|
||||
updated: 2009-03-10 01:13:42 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/10/nintendo-ds.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- gaming
|
||||
title: Nintendo DS
|
||||
toc: false
|
||||
updated: 2009-03-10 01:13:42 +0100
|
||||
---
|
||||
|
||||
(DS = Dual Screen)
|
||||
|
||||
![]({{ 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
|
||||
updated: 2009-03-10 01:13:42 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/10/nintendo-wii.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- gaming
|
||||
title: Nintendo Wii
|
||||
toc: false
|
||||
updated: 2009-03-10 01:13:42 +0100
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for page in site.categories.nintendo-wii %}
|
||||
<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
|
||||
updated: 2009-04-11 22:06:49 +0200
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/04/11/jamba-downloads-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- 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
|
||||
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.
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: MSI RG54SE
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-05-16 22:20:01 +0200
|
||||
updated: 2009-05-16 22:20:01 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/05/16/msi-rg54se.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- msi
|
||||
- router
|
||||
title: MSI RG54SE
|
||||
toc: false
|
||||
updated: 2009-05-16 22:20:01 +0200
|
||||
---
|
||||
|
||||
Sold under following names:
|
||||
|
||||
* CC&C WA-2204A
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Cisco Catalyst 2950
|
||||
language: de
|
||||
layout: default
|
||||
created: 2009-06-05 09:54:04 +0200
|
||||
updated: 2009-06-05 17:01:15 +0200
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/06/05/cisco-catalyst-2950-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- cisco
|
||||
- catalyst
|
||||
title: Cisco Catalyst 2950
|
||||
toc: false
|
||||
updated: 2009-06-05 17:01:15 +0200
|
||||
---
|
||||
|
||||
MAC Adresstabelle
|
||||
=================
|
||||
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: AudioMate / ALLSOUND
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-01-26 09:54:04 +0200
|
||||
updated: 2009-06-27 17:01:15 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/01/26/audiomate-allsound.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- audiomate
|
||||
- allsound
|
||||
title: AudioMate / ALLSOUND
|
||||
toc: false
|
||||
updated: 2009-06-27 17:01:15 +0200
|
||||
---
|
||||
|
||||
![]({{ site.url }}/assets/audiomate.jpg)
|
||||
|
||||
* 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
|
||||
updated: 2009-10-26 21:41:59 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/05/15/samsung-se-t084m.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- samsung
|
||||
- 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.
|
||||
|
||||
![]({{ site.url }}/assets/samsung_se-t084m.jpg)
|
||||
|
@ -1,20 +1,23 @@
|
||||
---
|
||||
title: BIOS Passwörter
|
||||
language: de
|
||||
alternatives:
|
||||
- language: en
|
||||
url: /know-how/hacking/bios-passwords.html
|
||||
layout: default
|
||||
created: 2008-07-18 01:36:55 +0200
|
||||
updated: 2009-10-30 22:53:14 +0100
|
||||
toc: true
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/18/bios-passwoerter-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- bios
|
||||
- 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 %})
|
||||
|
||||
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:
|
||||
- language: de
|
||||
url: /know-how/hacking/bios-passwords-de.html
|
||||
layout: default
|
||||
created: 2008-07-16 00:44:43 +0200
|
||||
updated: 2009-10-30 22:53:46 +0100
|
||||
toc: true
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/16/bios-passwords.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- bios
|
||||
- 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 %})
|
||||
|
||||
Since Notebook-manufacturers know of the problem of forgotten passwords, they often implement easy ways to remove BIOS
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Linksys NSLU2
|
||||
layout: default
|
||||
created: 2009-08-10 01:41:46 +0200
|
||||
updated: 2009-12-06 14:01:10 +0100
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/08/10/linksys-nslu2.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- linksys
|
||||
- nas
|
||||
- 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]({{ site.url }}/assets/nslu2.jpg)
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: MEDION HDDrive2go
|
||||
language: de
|
||||
layout: default
|
||||
created: 2009-06-09 15:43:52 +0200
|
||||
updated: 2009-12-27 20:18:52 +0100
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/06/09/medion-hddrive2go-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- medion
|
||||
- hdd
|
||||
title: MEDION HDDrive2go
|
||||
toc: false
|
||||
updated: 2009-12-27 20:18:52 +0100
|
||||
---
|
||||
|
||||
<img src="{{ site.url }}/assets/hddrive2go.jpg" alt="" height="300" />
|
||||
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: AVM Fritz!Box 7270
|
||||
layout: default
|
||||
created: 2009-12-19 18:40:34 +0100
|
||||
updated: 2010-01-05 00:19:18 +0100
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/12/19/avm-fritz!box-7270.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- fritz
|
||||
- fritzbox
|
||||
- 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>
|
||||
|
||||
Fritz Fun
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: SONY PlayStation Portable
|
||||
language: en
|
||||
layout: default
|
||||
created: 2010-01-08 08:47:41 +0100
|
||||
updated: 2010-01-11 21:39:20 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/01/08/sony-playstation-portable.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- sony
|
||||
- playstation
|
||||
- psp
|
||||
title: SONY PlayStation Portable
|
||||
toc: false
|
||||
updated: 2010-01-11 21:39:20 +0100
|
||||
---
|
||||
|
||||
* **Model:** PSP Slim (PSP-2004)
|
||||
* **Battery:** PSP-S110
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Synology Telnet password
|
||||
language: en
|
||||
layout: default
|
||||
created: 2016-01-26 19:54:55 +0100
|
||||
updated: 2016-01-26 19:54:55 +0100
|
||||
toc: true
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2016/01/26/synology-telnet-password.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -13,7 +12,11 @@ tags:
|
||||
- xpenology
|
||||
- telnet
|
||||
- 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
|
||||
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
|
||||
updated: 2016-04-16 18:37:49 +0200
|
||||
toc: true
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default_nobreaktables
|
||||
redirect_to: https://blog.mbirth.de/archives/2013/09/08/tassimo-barcodes-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- 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:
|
||||
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
|
||||
updated: 2016-07-08 15:41:41 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2016/07/08/crypto-virus-decrypted.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- virus
|
||||
- cryptovirus
|
||||
- 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**:
|
||||
|
||||
![]({{ site.url }}/assets/cryptovirusmail.png)
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Crossgrade firmware in SmartEye IP camera
|
||||
language: en
|
||||
layout: default
|
||||
created: 2016-11-13 23:31:43 +0100
|
||||
updated: 2016-11-13 23:31:43 +0100
|
||||
toc: true
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2016/11/13/crossgrade-firmware-in-smarteye-ip-camera.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -13,7 +12,11 @@ tags:
|
||||
- smarteye
|
||||
- wansview
|
||||
- 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
|
||||
camera. That was one of the first 720p cameras with night-vision, motion and
|
||||
all features you could wish for.
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: TV Hotel Mode
|
||||
language: en
|
||||
layout: default
|
||||
created: 2017-09-26 14:25:43 +0200
|
||||
updated: 2017-09-26 14:25:43 +0200
|
||||
toc: true
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2017/09/26/tv-hotel-mode.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -14,6 +13,9 @@ tags:
|
||||
- hotelmode
|
||||
- hidden
|
||||
- menu
|
||||
title: TV Hotel Mode
|
||||
toc: true
|
||||
updated: 2017-09-26 14:25:43 +0200
|
||||
---
|
||||
|
||||
LG
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Toyota Touch 2 Firmware Update
|
||||
language: en
|
||||
layout: default
|
||||
created: 2017-10-21 20:00:00 +0200
|
||||
updated: 2017-10-21 20:00:00 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2017/10/21/toyota-touch-2-firmware-update.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -14,7 +13,11 @@ tags:
|
||||
- touch2
|
||||
- firmware
|
||||
- software
|
||||
title: Toyota Touch 2 Firmware Update
|
||||
toc: false
|
||||
updated: 2017-10-21 20:00:00 +0200
|
||||
---
|
||||
|
||||
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
|
||||
the new software version.
|
||||
1. Done.
|
||||
|
||||
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
title: Monitor Android Traffic with Wireshark (Windows)
|
||||
layout: default
|
||||
created: 2014-05-15 17:11:42 +0200
|
||||
updated: 2014-05-15 17:11:42 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2014/05/15/monitor-android-traffic-with-wireshark-windows.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- android
|
||||
- wireshark
|
||||
title: Monitor Android Traffic with Wireshark (Windows)
|
||||
toc: false
|
||||
updated: 2014-05-15 17:11:42 +0200
|
||||
---
|
||||
|
||||
Preparation
|
||||
===========
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Display density on Android
|
||||
language: en
|
||||
layout: default
|
||||
created: 2015-12-02 17:19:42 +0200
|
||||
updated: 2015-12-02 17:19:42 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2015/12/02/display-density-on-android.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- display
|
||||
- resolution
|
||||
- lcd
|
||||
title: Display density on Android
|
||||
toc: false
|
||||
updated: 2015-12-02 17:19:42 +0200
|
||||
---
|
||||
|
||||
Methods
|
||||
=======
|
||||
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: AudioMate Hardware
|
||||
layout: default
|
||||
created: 2009-06-27 00:13:04 +0200
|
||||
updated: 2009-06-26 00:41:29 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/06/27/audiomate-hardware.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- audiomate
|
||||
- allsound
|
||||
title: AudioMate Hardware
|
||||
toc: false
|
||||
updated: 2009-06-26 00:41:29 +0200
|
||||
---
|
||||
|
||||
Opened with front panel
|
||||
=======================
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: AudioMate Firmware
|
||||
layout: default
|
||||
created: 2009-01-26 00:47:15 +0100
|
||||
updated: 2016-02-01 17:42:11 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/01/26/audiomate-firmware.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- audiomate
|
||||
- allsound
|
||||
- firmware
|
||||
title: AudioMate Firmware
|
||||
toc: false
|
||||
updated: 2016-02-01 17:42:11 +0100
|
||||
---
|
||||
|
||||
Download
|
||||
========
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: Acer TravelMate 203TX
|
||||
language: de
|
||||
layout: default
|
||||
created: 2008-07-16 08:29:10 +0200
|
||||
updated: 2008-07-16 08:29:10 +0200
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/16/acer-travelmate-203tx-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- bios
|
||||
- passwords
|
||||
- acer
|
||||
title: Acer TravelMate 203TX
|
||||
toc: false
|
||||
updated: 2008-07-16 08:29:10 +0200
|
||||
---
|
||||
|
||||
1. Öffne die Klappe.
|
||||
Hier siehst Du die "Schultern", das QuickAccess-Panel und die Tastatur:
|
||||
![]({{ site.url }}/assets/acer203tx1.jpg)
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Baycom Worldbook II
|
||||
layout: default
|
||||
created: 2008-07-20 22:18:02 +0200
|
||||
updated: 2008-07-20 22:18:02 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/20/baycom-worldbook-ii.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- baycom
|
||||
- worldbook
|
||||
title: Baycom Worldbook II
|
||||
toc: false
|
||||
updated: 2008-07-20 22:18:02 +0200
|
||||
---
|
||||
|
||||
1. Open the lid.
|
||||
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
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: COMPAQ Armada
|
||||
layout: default
|
||||
created: 2008-07-20 22:19:00 +0200
|
||||
updated: 2008-07-20 22:19:00 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/20/compaq-armada.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- compaq
|
||||
- armada
|
||||
title: COMPAQ Armada
|
||||
toc: false
|
||||
updated: 2008-07-20 22:19:00 +0200
|
||||
---
|
||||
|
||||
This is a short one:
|
||||
|
||||
1. Remove the battery, the AC cable and the BIOS battery
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: DELL Latitude series
|
||||
layout: default
|
||||
created: 2008-07-20 22:26:53 +0200
|
||||
updated: 2008-07-20 22:25:53 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/20/dell-latitude-series.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- dell
|
||||
- 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
|
||||
you short-circuit the BIOS battery or something like that.
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Fujitsu-Siemens Lifebook E-Series
|
||||
layout: default
|
||||
created: 2008-07-20 15:33:11 +0200
|
||||
updated: 2008-07-20 15:33:11 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/20/fujitsu-siemens-lifebook-e-series.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -13,7 +12,11 @@ tags:
|
||||
- fujitsu
|
||||
- siemens
|
||||
- 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. Remove the screws marked below:
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: SONY VAIO
|
||||
layout: default
|
||||
created: 2008-07-20 15:44:48 +0200
|
||||
updated: 2008-07-20 17:34:22 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/20/sony-vaio.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- sony
|
||||
- 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.
|
||||
|
||||
Jean Delvare has published [his results](http://khali.linux-fr.org/vaio/eeprom.html) of an analysis of various Sony
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: DELL Latitude CPi series
|
||||
layout: default
|
||||
created: 2008-07-21 19:19:56 +0200
|
||||
updated: 2008-07-21 19:19:56 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/21/dell-latitude-cpi-series.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- dell
|
||||
- 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).)
|
||||
|
||||
1. You can easily remove the keyboard after loosing the six screws. Pay attention that you lift the keyboard equally on
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: GERICOM Webboy
|
||||
layout: default
|
||||
created: 2008-07-21 19:26:28 +0200
|
||||
updated: 2008-07-21 19:26:28 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/21/gericom-webboy.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- gericom
|
||||
- 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. 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)
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: IBM PS/2 Aptiva
|
||||
layout: default
|
||||
created: 2008-07-21 19:26:56 +0200
|
||||
updated: 2008-07-21 19:26:56 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/21/ibm-ps2-aptiva.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- ibm
|
||||
- aptiva
|
||||
title: IBM PS/2 Aptiva
|
||||
toc: false
|
||||
updated: 2008-07-21 19:26:56 +0200
|
||||
---
|
||||
|
||||
This is a short one:
|
||||
|
||||
For skipping the password check, you have to hold down both mousebuttons after power-on until the first beep.
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: IBM ThinkPad series
|
||||
layout: default
|
||||
created: 2008-07-21 19:50:40 +0200
|
||||
updated: 2008-07-21 19:50:40 +0200
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/21/ibm-thinkpad-series.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- ibm
|
||||
- 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
|
||||
IBM ThinkPads.
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Toshiba notebooks
|
||||
layout: default
|
||||
created: 2008-07-21 19:59:58 +0200
|
||||
updated: 2008-07-21 19:59:58 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/21/toshiba-notebooks.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- bios
|
||||
- passwords
|
||||
- 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
|
||||
can't promise they will work.
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Shameless Rip-Off by pc-doctors.com
|
||||
layout: default
|
||||
created: 2010-01-13 02:13:02 +0100
|
||||
updated: 2010-04-02 00:27:30 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/01/13/shameless-rip-off-by-pc-doctors.com.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- passwords
|
||||
- ripoff
|
||||
- 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
|
||||
[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
|
||||
updated: 2009-03-15 22:16:40 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/15/backup-savegames-on-nintendo-ds.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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
|
||||
[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
|
||||
updated: 2009-03-15 22:17:41 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/15/ezflash-3in1.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- gaming
|
||||
title: EZFlash 3in1
|
||||
toc: false
|
||||
updated: 2009-03-15 22:17:41 +0100
|
||||
---
|
||||
|
||||
<img src="{{ site.url }}/assets/ez3in1.jpg" alt="" width="200" />
|
||||
|
||||
* **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
|
||||
updated: 2009-03-15 22:18:54 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/10/wii-downloads.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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
|
||||
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
|
||||
updated: 2009-03-16 00:48:30 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/16/ndstool.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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.
|
||||
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
|
||||
updated: 2009-03-17 20:41:05 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/17/extract-sound-from-roms.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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 %})
|
||||
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
|
||||
updated: 2009-03-22 13:01:57 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/10/cyclods-evolution.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- gaming
|
||||
title: CycloDS Evolution
|
||||
toc: false
|
||||
updated: 2009-03-22 13:01:57 +0100
|
||||
---
|
||||
|
||||
<img src="{{ site.url }}/assets/cyclodsevo.jpg" alt="" width="200" />
|
||||
|
||||
* **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
|
||||
updated: 2009-03-23 01:04:47 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/15/dump-games.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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 %}).
|
||||
|
||||
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Favourite NDS Games
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-03-23 00:34:05 +0100
|
||||
updated: 2009-10-28 02:04:10 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/23/favourite-nds-games.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- gaming
|
||||
title: Favourite NDS Games
|
||||
toc: false
|
||||
updated: 2009-10-28 02:04:10 +0100
|
||||
---
|
||||
|
||||
Here's a list of my favorite games:
|
||||
|
||||
| Game | Genre | Comment |
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Wii Twilight Hack
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-07-18 22:44:40 +0200
|
||||
updated: 2008-07-18 22:44:40 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/18/wii-twilight-hack.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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/).
|
||||
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
|
||||
updated: 2008-07-23 21:31:58 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/07/23/wii-savegame-editing.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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
|
||||
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
|
||||
updated: 2009-01-18 23:26:15 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/01/18/wii-mplayer-and-samba.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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
|
||||
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
|
||||
updated: 2009-01-30 13:00:54 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/01/30/nintendo-wii-encryption-keys.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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
|
||||
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`.
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Favourite Wii Games
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-03-23 00:38:45 +0100
|
||||
updated: 2009-03-23 00:38:45 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/23/favourite-wii-games.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- wii
|
||||
title: Favourite Wii Games
|
||||
toc: false
|
||||
updated: 2009-03-23 00:38:45 +0100
|
||||
---
|
||||
|
||||
Here's a list of my favorite Wii games:
|
||||
|
||||
| Game | Genre | Comment |
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Mii to NDS Transfer
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-03-10 01:08:20 +0100
|
||||
updated: 2009-05-22 00:16:54 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/03/10/mii-to-nds-transfer.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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 only NDS game using this for now is the Japanese title *Aruite Wakaru Seikatsu Rhythm DS*. To enable the feature,
|
||||
do this:
|
||||
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: Wii Homebrew Channel
|
||||
language: en
|
||||
layout: default
|
||||
created: 2009-10-07 22:46:34 +0200
|
||||
updated: 2009-10-07 22:48:41 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/10/07/wii-homebrew-channel.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- wii
|
||||
title: Wii Homebrew Channel
|
||||
toc: false
|
||||
updated: 2009-10-07 22:48:41 +0200
|
||||
---
|
||||
|
||||
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
|
||||
updated: 2010-05-08 12:47:47 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/05/08/usbloader-gx-for-the-wii.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- wii
|
||||
title: USBLoader GX for the Wii
|
||||
toc: false
|
||||
updated: 2010-05-08 12:47:47 +0200
|
||||
---
|
||||
|
||||
* **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
|
||||
updated: 2010-11-14 16:05:02 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/05/24/backup-wii-games-to-usb-hdd.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- nintendo
|
||||
- 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)
|
||||
* [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)
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: DMS4Pro
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-12-05 00:31:21 +0100
|
||||
updated: 2008-12-05 00:31:21 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/12/05/dms4pro.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
@ -13,5 +12,9 @@ tags:
|
||||
- playstation
|
||||
- pstwo
|
||||
- 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)
|
@ -1,17 +1,20 @@
|
||||
---
|
||||
title: OggSync for Windows Mobile
|
||||
language: en
|
||||
layout: default
|
||||
created: 2008-09-12 22:19:31 +0200
|
||||
updated: 2008-09-12 22:19:31 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/09/12/oggsync-for-windows-mobile.html
|
||||
tags:
|
||||
- know-how
|
||||
- hacking
|
||||
- hardware
|
||||
- microsoft
|
||||
- windowsmobile
|
||||
title: OggSync for Windows Mobile
|
||||
toc: false
|
||||
updated: 2008-09-12 22:19:31 +0200
|
||||
---
|
||||
|
||||
**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
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Sphairon AR860
|
||||
layout: default
|
||||
created: 2009-01-24 17:10:21 +0100
|
||||
updated: 2009-01-24 17:27:46 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/01/24/sphairon-ar860.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- ar860
|
||||
- router
|
||||
- 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.
|
||||
|
||||
Admin accounts
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
title: hp Laserjet IIIp
|
||||
layout: default
|
||||
created: 2009-02-01 17:28:28 +0100
|
||||
updated: 2009-02-01 17:28:28 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/01/hp-laserjet-iiip.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- hp
|
||||
- laserjet
|
||||
title: hp Laserjet IIIp
|
||||
toc: false
|
||||
updated: 2009-02-01 17:28:28 +0100
|
||||
---
|
||||
|
||||
Endless feeding
|
||||
===============
|
||||
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: MEDION BIOS settings
|
||||
layout: default
|
||||
created: 2009-02-02 02:24:33 +0100
|
||||
updated: 2009-02-08 14:42:42 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/medion-bios-settings.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- medion
|
||||
- bios
|
||||
- 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.
|
||||
|
||||
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
|
||||
updated: 2009-02-10 00:01:22 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/09/evoluent-vertical-mouse-3.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- evoluent
|
||||
- verticalmouse
|
||||
- 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)
|
||||
|
||||
* **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
|
||||
updated: 2009-02-23 01:12:24 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/09/logitech-v400.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- logitech
|
||||
- mouse
|
||||
- usb
|
||||
title: Logitech V400
|
||||
toc: false
|
||||
updated: 2009-02-23 01:12:24 +0100
|
||||
---
|
||||
|
||||
![Logitech V400]({{ site.url }}/assets/logitech_v400.jpg)
|
||||
|
||||
* **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
|
||||
updated: 2009-03-29 18:35:53 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/09/28/acer-aspire-one.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- acer
|
||||
- aspire
|
||||
- netbook
|
||||
title: Acer Aspire One
|
||||
toc: false
|
||||
updated: 2009-03-29 18:35:53 +0200
|
||||
---
|
||||
|
||||
![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)
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: SIEMENS Gigaset M34 USB
|
||||
language: de
|
||||
layout: default
|
||||
created: 2009-04-11 23:12:19 +0200
|
||||
updated: 2009-04-11 23:12:19 +0200
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/04/11/siemens-gigaset-m34-usb-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- siemens
|
||||
- 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
|
||||
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.
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
title: Analog TFT calibration
|
||||
layout: default
|
||||
created: 2009-05-12 14:19:22 +0200
|
||||
updated: 2009-05-12 14:19:22 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/05/12/analog-tft-calibration.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- tft
|
||||
- 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
|
||||
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
|
||||
updated: 2009-05-19 03:57:37 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/04/20/apple-iphone.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- apple
|
||||
- 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" />
|
||||
|
||||
* **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
|
||||
updated: 2009-07-17 22:53:23 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/05/20/msi-digivox-ad-usb2.0.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- msi
|
||||
- digivox
|
||||
title: MSI DigiVox A/D USB2.0
|
||||
toc: false
|
||||
updated: 2009-07-17 22:53:23 +0200
|
||||
---
|
||||
|
||||
Ubuntu
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: SIEMENS SL2-141-I
|
||||
language: de
|
||||
layout: default
|
||||
created: 2009-08-19 01:16:17 +0200
|
||||
updated: 2009-08-19 01:17:31 +0200
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/08/19/siemens-sl2-141-i-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- siemens
|
||||
- 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
|
||||
kastrierten (4.7-irgendwas) Firmware daher.
|
||||
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: SanDisk Sansa FUZE
|
||||
layout: default
|
||||
created: 2008-12-31 00:04:38 +0100
|
||||
updated: 2009-10-15 09:30:10 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2008/12/31/sandisk-sansa-fuze.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- sandisk
|
||||
- sansa
|
||||
- fuze
|
||||
title: SanDisk Sansa FUZE
|
||||
toc: false
|
||||
updated: 2009-10-15 09:30:10 +0200
|
||||
---
|
||||
|
||||
![]({{ site.url }}/assets/sansa_fuze_image_01.png)
|
||||
|
||||
* **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
|
||||
updated: 2009-11-06 21:46:28 +0100
|
||||
toc: false
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/11/06/loewe-concept-plus-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- loewe
|
||||
- tv
|
||||
title: Loewe Concept Plus
|
||||
toc: false
|
||||
updated: 2009-11-06 21:46:28 +0100
|
||||
---
|
||||
|
||||
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
|
||||
updated: 2009-12-03 09:23:13 +0100
|
||||
toc: true
|
||||
language: de
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/12/01/siemens-s1621-z220-a-de.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- siemens
|
||||
- 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
|
||||
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
|
||||
updated: 2009-12-13 02:28:10 +0100
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/06/01/tomtom-pnas.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- tomtom
|
||||
- navigation
|
||||
title: TomTom PNAs
|
||||
toc: true
|
||||
updated: 2009-12-13 02:28:10 +0100
|
||||
---
|
||||
|
||||
**Homepage:** [tomtom.com](http://www.tomtom.com/)
|
||||
|
||||
Custom Firmware
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: memup Pop Key
|
||||
layout: default
|
||||
created: 2009-12-22 00:43:14 +0100
|
||||
updated: 2009-12-22 01:15:54 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/12/22/memup-pop-key.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- memup
|
||||
- popkey
|
||||
- usb
|
||||
title: memup Pop Key
|
||||
toc: false
|
||||
updated: 2009-12-22 01:15:54 +0100
|
||||
---
|
||||
|
||||
* **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...
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
title: SheevaPlug / GuruPlug
|
||||
layout: default
|
||||
created: 2009-09-29 15:04:58 +0200
|
||||
updated: 2010-02-24 00:56:29 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/09/29/sheevaplug-guruplug.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- sheevaplug
|
||||
- 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
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: Google Nexus One
|
||||
layout: default
|
||||
created: 2010-03-23 14:55:15 +0100
|
||||
updated: 2010-03-23 14:57:19 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/03/23/google-nexus-one.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- google
|
||||
- nexusone
|
||||
- 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" />
|
||||
|
||||
* **Homepage:** <http://www.google.com/phone/>
|
||||
|
@ -1,18 +1,21 @@
|
||||
---
|
||||
created: 2009-02-02 19:07:10 +0100
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_from:
|
||||
- /know-how/hardware/fortuna-gpsmartbt/
|
||||
title: Fortuna GPSmart BT
|
||||
layout: default
|
||||
created: 2009-02-02 19:07:10 +0100
|
||||
updated: 2010-07-22 09:55:56 +0200
|
||||
toc: false
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/02/02/fortuna-gpsmart-bt.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- fortuna
|
||||
- gpsmart
|
||||
- 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)
|
||||
|
||||
<img src="{{ site.url }}/assets/gpsmart.jpg" height="300" alt="Fortuna GPSmart" />
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: MSI P45 Platinum
|
||||
layout: default
|
||||
created: 2009-08-10 20:43:58 +0200
|
||||
updated: 2010-10-09 20:02:39 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2009/08/10/msi-p45-platinum.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- mainboard
|
||||
- p45
|
||||
- platinum
|
||||
title: MSI P45 Platinum
|
||||
toc: false
|
||||
updated: 2010-10-09 20:02:39 +0200
|
||||
---
|
||||
|
||||
BIOS
|
||||
====
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
title: SonyEricsson MBW-150
|
||||
layout: default
|
||||
created: 2010-10-09 19:02:24 +0200
|
||||
updated: 2010-10-09 19:02:24 +0200
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2010/10/09/sonyericsson-mbw-150.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- sony
|
||||
- sonyericsson
|
||||
- mbw150
|
||||
title: SonyEricsson MBW-150
|
||||
toc: true
|
||||
updated: 2010-10-09 19:02:24 +0200
|
||||
---
|
||||
|
||||
![SonyEricsson MBW-150]({{ site.url }}/assets/mbw150.jpg)
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Amazon Kindle
|
||||
layout: default
|
||||
created: 2011-04-25 14:36:25 +0200
|
||||
updated: 2011-04-25 14:36:25 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2011/04/25/amazon-kindle.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- kindle
|
||||
- paperwhite
|
||||
- voyage
|
||||
title: Amazon Kindle
|
||||
toc: false
|
||||
updated: 2011-04-25 14:36:25 +0200
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for page in site.categories.amazon-kindle %}
|
||||
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: DYMO LabelWriter 320 under Ubuntu Linux
|
||||
layout: default
|
||||
created: 2011-10-09 22:37:45 +0200
|
||||
updated: 2012-01-20 09:31:29 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2011/10/09/dymo-labelwriter-320-under-ubuntu-linux.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -11,7 +10,11 @@ tags:
|
||||
- labelwriter
|
||||
- ubuntu
|
||||
- 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
|
||||
[ubuntuforums.org](http://ubuntuforums.org/showthread.php?t=861781), but they're missing something
|
||||
for the latest Ubuntu *Oneiric Ocelot*. These instructions should work:
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
title: Stardom SOHORAID SR3610
|
||||
layout: default
|
||||
created: 2012-08-20 21:27:36 +0200
|
||||
updated: 2012-08-20 22:27:38 +0200
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2012/08/20/stardom-sohoraid-sr3610.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -11,6 +10,9 @@ tags:
|
||||
- sohoraid
|
||||
- raid
|
||||
- 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" />
|
||||
|
@ -1,16 +1,19 @@
|
||||
---
|
||||
title: Western Digital GreenPower Disks
|
||||
layout: default
|
||||
created: 2012-08-20 20:27:16 +0200
|
||||
updated: 2012-08-20 22:27:02 +0200
|
||||
toc: true
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2012/08/20/western-digital-greenpower-disks.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- westerndigital
|
||||
- greenpower
|
||||
- wdgreen
|
||||
title: Western Digital GreenPower Disks
|
||||
toc: true
|
||||
updated: 2012-08-20 22:27:02 +0200
|
||||
---
|
||||
|
||||
Advanced Format
|
||||
===============
|
||||
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
title: TechniSat DigiCorder
|
||||
layout: default
|
||||
created: 2013-11-27 00:02:41 +0100
|
||||
updated: 2013-11-27 01:29:09 +0100
|
||||
toc: false
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2013/11/27/technisat-digicorder.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- technisat
|
||||
- digicorder
|
||||
title: TechniSat DigiCorder
|
||||
toc: false
|
||||
updated: 2013-11-27 01:29:09 +0100
|
||||
---
|
||||
|
||||
Concat Transport Stream
|
||||
=======================
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
title: DeckLink BlackMagic Quad
|
||||
language: en
|
||||
layout: default
|
||||
created: 2015-10-09 11:16:16 +0100
|
||||
updated: 2015-10-09 11:16:16 +0100
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2015/10/09/decklink-blackmagic-quad.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
- decklink
|
||||
- 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
|
||||
|
@ -1,10 +1,9 @@
|
||||
---
|
||||
title: hp Spectre x360
|
||||
layout: default
|
||||
language: en
|
||||
created: 2016-07-26 11:03:08 +0200
|
||||
updated: 2016-07-26 11:03:08 +0200
|
||||
toc: false
|
||||
language: en
|
||||
layout: redirect
|
||||
layout_old: default
|
||||
redirect_to: https://blog.mbirth.de/archives/2016/07/26/hp-spectre-x360.html
|
||||
tags:
|
||||
- know-how
|
||||
- hardware
|
||||
@ -12,7 +11,11 @@ tags:
|
||||
- spectre
|
||||
- x360
|
||||
- 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)
|
||||
|
||||
* **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