Skip to content

Instantly share code, notes, and snippets.

@berkedel
Created July 2, 2020 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkedel/0dca71f00097f08b6646df56d5791ea3 to your computer and use it in GitHub Desktop.
Save berkedel/0dca71f00097f08b6646df56d5791ea3 to your computer and use it in GitHub Desktop.
Setup Tools on WSL Ubuntu

Setup Tools on WSL Ubuntu

This is a personal note to make a documentation when I use WSL Ubuntu 20.04 LTS on Windows 10.

Change hostname

Edit the default hostname by editing two files below. Replace all the old hostname with the new one.

$ sudo vi /etc/hostname
$ sudo vi /etc/hosts
$ sudo hostname your_new_hostname

Improved Zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment