1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Linux,Armbian,Debian,Amlogic,S905x,S912,Allwinner,H6,eDEX-UI,Terminal,Tron">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Awesome Terminal Emulator Running on Armbian S905x/S912/H6 TV Box</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download eDEX-UI <a href="https://github.com/Botspot/eDEX-UI-RPi" target="_blank">Download</a></li>
- <li>Launch a terminal and execute the following command to download dependencies and make the .AppImage file executable<br />
- <code class="codeBlock"># enable armv7 / 32-bit software<br />
- sudo dpkg --add-architecture armhf<br />
- # install required armv7 / 32-bit packages<br />
- 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 />
- # launch eDEX-UI<br />
- cd ~/Downloads<br />
- chmod a+x eDEX-UI*.AppImage<br />
- ./eDEX-UI*.AppImage</code></li>
- <li>Nerd out over this awesome terminal emulator</li>
- </ol>
- <p>Source: <a href="https://github.com/GitSquared/edex-ui" target="_blank">https://github.com/GitSquared/edex-ui</a><br />
- Source: <a href="https://github.com/Botspot/eDEX-UI-RPi" target="_blank">https://github.com/Botspot/eDEX-UI-RPi</a></p>
- </div>
- </div>
- </body>
- </html>
-
|