diff --git a/Gemfile b/Gemfile index 538e1d2..853e499 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'github-pages' - +gem 'jemoji' diff --git a/_config.yml b/_config.yml index fadaefd..c1ca2a7 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ github: project_tagline: "Experimental Wiki with Jekyll" gems: - - jemoji + - jemoji redcarpet: extensions: ["autolink", "tables"] diff --git a/_posts/2013-03-16-sphairon-ar860.md b/_posts/2013-03-16-sphairon-ar860.md new file mode 100644 index 0000000..6061b14 --- /dev/null +++ b/_posts/2013-03-16-sphairon-ar860.md @@ -0,0 +1,41 @@ +--- +title: Sphairon AR860 +layout: default +created: 2013-03-16 17:26:51 +0100 +toc: false +tags: + - know-how + - hardware + - sphairon + - ar860 + - router + - dsl +--- +The AR860 is shipped by e.g. *versatel* - configured as a DSL modem. + +Admin accounts +============== + +Firmware b2 +----------- + +| **IP** | `150.150.150.4` | +|-------------:|-------------------| +| **Login** | `admin` | +| **Password** | `xad$l#12` (that's a lower case "L") | + + +Firmware b3 +----------- + +| **IP** | `192.168.1.1` or `192.168.254.254` | +|-------------:|------------------------| +| **Login** | `admin` | +| **Password** | `Admin` or `xad$l#12` | + + +Convert to Router +================= + +To switch from "Modem" mode to "Router" mode, there's a nice manual over at [versaforum.de](http://www.versaforum.de/forum/showthread.php?t=5378). +Another manual is at [mhilfe.de](http://wiki.mhilfe.de/index.php?title=Sphairon_AR860). diff --git a/_posts/2013-03-16-stardom-sohoraid-sr3610.md b/_posts/2013-03-16-stardom-sohoraid-sr3610.md new file mode 100644 index 0000000..153e9ea --- /dev/null +++ b/_posts/2013-03-16-stardom-sohoraid-sr3610.md @@ -0,0 +1,30 @@ +--- +title: Stardom SOHORAID SR3610 +layout: default +created: 2013-03-16 17:26:55 +0100 +toc: false +tags: + - know-how + - hardware + - stardom + - sohoraid + - raid + - sr3610 +--- + +Stardom SOHORAID SR3610 + + * **Homepage:** http://www.stardom.com.tw/sohoraid_spec.html + * **MPN:** `SR3610-2S-SB2` (1x USB 2.0, 1x eSATA, 1x RS232) + * **Manual:** [raidon.com.tw](http://www.raidon.com.tw/user_file/000081.pdf) or [stardom.com.tw](http://www.stardom.com.tw/stardom_products_data/sohoraid_series/sr3610/sr3610_2s_sb2_wbc_b2_manual_en.pdf) + + +Firmware +======== + + * **Latest Version:** `V.36.B10` (RAID-1) `V.36.A0E` (RAID-0) + * **Version History:** http://kingtech.co.jp/products/end/raidon_end.html + * **Download:** [sohoraid_ro3687v.zip]({{ site.url }}/assets/sohoraid_ro3687v.zip) + +To install, download the **RAIDGuide 1.28.1.14** (32-bit or 64-bit version) from [icy-dock.eu](http://www.icy-dock.eu/en/pages/service/driver.php) (use the SR5600 one for 64-bit). +You'll need a RS323 cable to update the firmware. diff --git a/_posts/2013-11-27-technisat-digicorder.md b/_posts/2013-11-27-technisat-digicorder.md index edd2d10..8bb13b1 100644 --- a/_posts/2013-11-27-technisat-digicorder.md +++ b/_posts/2013-11-27-technisat-digicorder.md @@ -2,7 +2,7 @@ title: TechniSat DigiCorder layout: default created: 2013-11-27 01:29:09 +0100 -toc: true +toc: false tags: - know-how - hardware diff --git a/assets/sohoraid_ro3687v.zip b/assets/sohoraid_ro3687v.zip new file mode 100644 index 0000000..758769e Binary files /dev/null and b/assets/sohoraid_ro3687v.zip differ diff --git a/assets/sohoraid_sr3610.jpg b/assets/sohoraid_sr3610.jpg new file mode 100644 index 0000000..137bea7 Binary files /dev/null and b/assets/sohoraid_sr3610.jpg differ diff --git a/css/stylesheet.css b/css/stylesheet.css index 64a6b5d..9e78079 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -183,7 +183,7 @@ pre > code { } table { - width: 100%; +/* width: 100%; */ margin: 0 0 20px 0; }