0266.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Armbian,Debian,Amlogic,S905x,S912,Allwinner,H6,eDEX-UI,Terminal,Tron">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download eDEX-UI <a href="https://github.com/Botspot/eDEX-UI-RPi" target="_blank">Download</a></li>
  26. <li>Launch a terminal and execute the following command to download dependencies and make the .AppImage file executable<br />
  27. <code class="codeBlock"># enable armv7 / 32-bit software<br />
  28. sudo dpkg --add-architecture armhf<br />
  29. # install required armv7 / 32-bit packages<br />
  30. sudo apt install libc6:armhf libstdc++6:armhf libfuse2:armhf zlib1g-dev:armhf libglib2.0-dev:armhf libnss3:armhf libgtk-3-0:armhf libx11-xcb1:armhf libxtst6:armhf libxss-dev:armhf libasound2:armhf<br />
  31. # launch eDEX-UI<br />
  32. cd ~/Downloads<br />
  33. chmod a+x eDEX-UI*.AppImage<br />
  34. ./eDEX-UI*.AppImage</code></li>
  35. <li>Nerd out over this awesome terminal emulator</li>
  36. </ol>
  37. <p>Source:&nbsp;<a href="https://github.com/GitSquared/edex-ui" target="_blank">https://github.com/GitSquared/edex-ui</a><br />
  38. Source: <a href="https://github.com/Botspot/eDEX-UI-RPi" target="_blank">https://github.com/Botspot/eDEX-UI-RPi</a></p>
  39. </div>
  40. </div>
  41. </body>
  42. </html>