bbtt:distedu:install:linux_image:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bbtt:distedu:install:linux_image:start [2020/04/17 20:27] – [Thonny] admin | bbtt:distedu:install:linux_image:start [2020/04/18 22:11] (current) – removed admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Create your Own Linux Image ====== | ||
- | |||
- | ===== Install VirtualBox first ===== | ||
- | |||
- | Download it directly from https:// | ||
- | |||
- | ===== Use Vagrant to Pull the Basic Ubuntu Image ===== | ||
- | |||
- | Adapting the automatic screen resolution with the official Ubuntu 18.04 image running on VirtualBox VM is a problem. Also copy-paste between Windows and the Ubuntu VM sometimes does not work. | ||
- | |||
- | The easiest way for me is to use a vagrant Ubuntu Desktop image provided by the user " | ||
- | |||
- | It already provides several features which make life easier (some mentioned above). | ||
- | |||
- | Install Vagrant on your local machine. | ||
- | |||
- | Create a meaningful directory, e.g. '' | ||
- | |||
- | Download the vagrant file below into '' | ||
- | |||
- | <file txt vagrantfile> | ||
- | Vagrant.configure(" | ||
- | config.vm.box = " | ||
- | config.vm.box_version = " | ||
- | end | ||
- | </ | ||
- | |||
- | Open a command line interface (CLI) such as Windows '' | ||
- | |||
- | On the command line execute '' | ||
- | |||
- | This will start the Ubuntu image in the VirtualBox VM. | ||
- | |||
- | ====== Changes in the VM ====== | ||
- | |||
- | ===== Upgrade the Installed Software ===== | ||
- | |||
- | :!: Log in with vagrant / vagrant | ||
- | |||
- | < | ||
- | sudo apt update | ||
- | sudo upgrade update | ||
- | </ | ||
- | ===== Additional Keyboard Layouts ===== | ||
- | |||
- | :!: Log in with vagrant / vagrant | ||
- | |||
- | The default keyboard layout is **English** '' | ||
- | |||
- | After adding more layouts a keyboard selection dropdown menu occurs on the top right of the desktop. Choose your appropriate layout (e.g. en or de). | ||
- | |||
- | ===== Add User studi ===== | ||
- | |||
- | :!: Log in with vagrant / vagrant | ||
- | |||
- | Execute '' | ||
- | |||
- | Choose the password '' | ||
- | |||
- | Endow the user '' | ||
- | |||
- | '' | ||
- | |||
- | ===== Install Anaconda3 Python Distribution for User studi ===== | ||
- | |||
- | :!: Log in with studi / linux123 | ||
- | |||
- | Source: https:// | ||
- | |||
- | < | ||
- | # On Debian based systems: | ||
- | sudo apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 | ||
- | </ | ||
- | |||
- | In your browser go to https:// | ||
- | |||
- | Download the **lastest Linux installer**! Currently (2020-04-17) it is: \\ | ||
- | https:// | ||
- | |||
- | You can also use the command '' | ||
- | |||
- | < | ||
- | cd ~/Download | ||
- | |||
- | wget https:// | ||
- | |||
- | sh ./ | ||
- | </ | ||
- | |||
- | Read and accept the license and answer the following questions with yes. | ||
- | |||
- | This will install the Anaconda3 Python distribution into the location ''/ | ||
- | |||
- | :!: If you chose " | ||
- | |||
- | See: https:// | ||
- | |||
- | ===== Thonny ===== | ||
- | |||
- | :!: Log in with studi / linux123 | ||
- | |||
- | Thonny is a light weight Python editor for beginners: https:// | ||
- | |||
- | The Thonny version in the Ubuntu 18.04 Software Center is too old. \\ There are several ways to **install the latest version of Thonny**, e.g.: | ||
- | - Download the latest Thonny bash installation script and execute with bash: '' | ||
- | - If Python3 is installed (e.g. part of Anaconda3) you can execute: '' | ||
- | |||
bbtt/distedu/install/linux_image/start.1587155274.txt.gz · Last modified: 2020/04/17 20:27 by admin