GMT

Computing
Setup Ubuntu 18.04 on WSL on Windows 10 Pro

Install Ubuntu 18.04 Install Ubuntu 18.04 through Microsoft Store on Windows Subsystem for Linux (WSL) on Windows 10 Pro (ver. 1803). It is very simple. Update and upgrade Ubuntu 18.04 Update and upgrade Ubuntu 18.04 as follows. It will take a long time. [cc lang='bash'] username@HOSTNAME:~$ sudo apt update && sudo apt upgrade -y [sudo] password for username: Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] ... (Long lines continued) [/cc] You can check the version. [cc lang='bash'] username@HOSTNAME:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic [/cc] Sharing Windows' folders To make it easy to […]

Read more