My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>IB-NAS6210 Linux - xythobuz.org</title>
  6. <meta name="description" content="Booting your own Linux on an Icybox NAS6210 box" />
  7. <meta name="keywords" content="xythobuz" />
  8. <link rel="author" href="/xythobuz@xythobuz.org">
  9. <link rel="shortcut icon" href="/img/favicon.ico">
  10. <script type="text/javascript" src="/js/sh_main.js"></script>
  11. <link type="text/css" rel="stylesheet" href="/css/sh_bright.min.css" />
  12. <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
  13. <link rel="alternate" type="application/rss+xml" title="Blog Feed" href="/rss.xml">
  14. <link rel="stylesheet" href="/css/gh-fork-ribbon.css" />
  15. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
  16. <script type='text/javascript'>
  17. /* <![CDATA[ */
  18. (function() {
  19. var s = document.createElement('script');
  20. var t = document.getElementsByTagName('script')[0];
  21. s.type = 'text/javascript';
  22. s.async = true;
  23. s.src = '//api.flattr.com/js/0.6/load.js?mode=auto&uid=xythobuz&category=text';
  24. t.parentNode.insertBefore(s, t);
  25. })();
  26. /* ]]> */
  27. </script>
  28. </head>
  29. <body onload="sh_highlightDocument('/js/sh/', '.min.js');">
  30. <div id="header">
  31. <h1>xythobuz.org</h1>
  32. <h2>Kernel Hacking 101</h2>
  33. </div>
  34. <div id="lang"><span id="lang2">Translation:
  35. <a href='nas.de.html'>de</a> | <a href='nas.html'>en</a>
  36. </span></div>
  37. <div class="colmask leftmenu"><div class="colleft">
  38. <div class="content">
  39. <div id="flattr">
  40. <a class="FlattrButton" href="http://www.xythobuz.org/nas.html" title="IB-NAS6210 Linux">Booting your own Linux on an Icybox NAS6210 box</a>
  41. </div>
  42. <div id="twitter">
  43. <a href="https://twitter.com/share" class="twitter-share-button" data-via="xythobuz" data-dnt="true" data-related="xythobuz" data-count="vertical">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  44. </div>
  45. <div id="reddit">
  46. <script type="text/javascript">reddit_url = "http://www.xythobuz.org/nas.html";</script>
  47. <script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>
  48. </div>
  49. <h1>IB-NAS6210 Linux</h1>
  50. <ol>
  51. <li>root Access (by Jayare) <ul>
  52. <li>Install the device like a normal user would</li>
  53. <li>Have at least one user with administrator access (either add one, or use the main account) - in my case this is 'admin' but could be any user with administrator rights</li>
  54. <li>Fire up an SSH connection to box (e.g. putty)</li>
  55. <li>Login with the following details:</li>
  56. <li>[username]_hipserv2_raidsonic_[PRODUCTCODE]</li>
  57. <li>so in my case that would be</li>
  58. <li>admin_hipserv2_raidsonic_XXXX-XXXX-XXXX-XXXX</li>
  59. <li>It'll echo the ICY BOX version (in my case ICY BOX version 10.0.x) and ask for a password. Enter the regular password for the user.</li>
  60. <li>You'll now be logged in to the ICY BOX with the 'regular' user</li>
  61. <li>sudo -E -s</li>
  62. <li>reenter your regular pwd. It'll give you an 'audit_log_user_command(): connection refused' and give you root access</li>
  63. </ul>
  64. </li>
  65. <li>Hardware access (by me, really short version) <ul>
  66. <li>This is really long and I'm not in the mood to translate this... Sorry :)</li>
  67. <li>But I saw that googles translator does a really "good" job translating my text...</li>
  68. <li>Try to look at <a href="http://translate.google.de/translate?sl=de&amp;tl=en&amp;js=n&amp;u=http%3A%2F%2Fwww.xythobuz.org%2Fnas.de.html">my article in English</a>!</li>
  69. </ul>
  70. </li>
  71. </ol>
  72. <div id="disqus_thread"></div>
  73. <script type="text/javascript">
  74. var disqus_shortname = "xythobuz";
  75. (function() {
  76. var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
  77. dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
  78. (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
  79. })();
  80. </script>
  81. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  82. <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  83. </div>
  84. <div class="nav">
  85. <h3>Thomas Buck</h3>
  86. <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
  87. <p id="bio">
  88. 19 year old Information Engineering student from Germany.
  89. Making cool stuff, mostly with AVR microcontrollers.
  90. </p>
  91. <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
  92. <ul id="menuList">
  93. <li><a href="/index.html">Home</a></li>
  94. <li><a href="/blog.html">Blog</a></li>
  95. <li><a href="/contact.html">Contact</a></li>
  96. <li>&nbsp;</li>
  97. <li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
  98. <li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
  99. <li><a href="/avrnetstack.html">avrNetStack</a></li>
  100. <li><a href="/avrserial.html">AVR Serial Library</a></li>
  101. <li><a href="/serialdebug.html">Serial Debug</a></li>
  102. <li><a href="/ledmatrix.html">LED Matrix</a></li>
  103. <li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
  104. <li><a href="/xyrobot.html">xyRobot</a></li>
  105. <li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
  106. <li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
  107. <li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
  108. <li><a href="/rremote.html">rRemote</a></li>
  109. <li>&nbsp;</li>
  110. <li><a href="/c250.html">Mio C250 Unlock</a></li>
  111. <li><a href="/nas.html">IB-NAS6210 Linux</a></li>
  112. <li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
  113. <li><a href="/serialhelper.html">Serial Helper</a></li>
  114. </ul>
  115. <div id="recent">
  116. Recent blog posts:
  117. <ul id="recentList">
  118. <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
  119. <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
  120. <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
  121. <li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
  122. <li class="recentList"><a href="/2013_03_10_yasab.html">xyCopter loves YASAB</a></li><li class="recentDate">2013-03-10</li>
  123. </ul>
  124. </div>
  125. </div>
  126. </div></div>
  127. <img id="dude" alt="The Dude" src="/img/dude.png">
  128. <img id="walter" alt="Walter!" src="/img/walter.png">
  129. <div id="footer">
  130. Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
  131. &middot;
  132. Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
  133. &middot;
  134. <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
  135. &middot;
  136. <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.org%2Fstyle.css&amp;profile=css3">Validate CSS</a>
  137. &middot;
  138. <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.org/rss.xml">Validate RSS</a>
  139. &middot;
  140. <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.org&amp;googleTyp=SITEMAP">Validate Sitemap</a>
  141. </div>
  142. <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
  143. </body>
  144. </html>