0454.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>TurnKey Linux Core Install Guide Using Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,TurnKey,Core,Linux,Debian,VirtualBox,VM,Hypervisor,Virtual Machine">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="TurnKey Linux Core Install Guide Using Virtualbox">
  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>TurnKey Linux Core Install Guide Using Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Open a web browser and download the Turnkey Linux Core .ova <a href="https://www.turnkeylinux.org/core" target="_blank">Download</a></li>
  26. <li>Launch VirtualBox</li>
  27. <li>Select File &gt; Import Appliance...</li>
  28. <li>Click the Browse icon &gt; Navigate to and select the downloaded .ova file</li>
  29. <li>Click Next and then Import</li>
  30. <li>Make sure the Turnkey Core VM is selected and click Start &gt; Normal</li>
  31. <li>Once the VM boots, enter a new root password</li>
  32. <li>Select Skip on the TurnKey Backup and Migration screen</li>
  33. <li>Select Skip on the System Notifications screen</li>
  34. <li>Select Install on the Security Updates screen</li>
  35. <li>Note the URLs and IP address for the VM &gt; Press Enter to finish the installation</li>
  36. <li>Welcome to TurnKey Linux Core</li>
  37. </ol>
  38. </div>
  39. </div>
  40. </body>
  41. </html>