Aucun résumé des modifications |
|||
| Ligne 1 : | Ligne 1 : | ||
{{#seo: | |||
|keywords=Windows 10,WSL | |||
|description=use bash with Windows 10 | |||
}} | |||
{{sommaire à droite}} | {{sommaire à droite}} | ||
== Installation standard de Bash/WSL sous Windows 10== | == Installation standard de Bash/WSL sous Windows 10== | ||
bash
DEL /S %localappdata%\lxss\
LxRunOffLine install -d g:\wsl -n Ubuntu -f ubuntu-bionic-core-cloudimg-amd64-root.tar.gz
sudo apt-get update
sudo apt-get install gedit gnome-session-flashback
sudo apt-get install xterm
sudo apt-get install xfonts-terminus xfonts-terminus-oblique
#!/usr/bin/env bash
export DISPLAY=locahost:0
metacity & #start the window manager. You could use compiz, openbox etc. instead
gnome-panel & #run the panel. You could use avant-window-navigator, docky etc. instead
nautilus & #show your desktop background and icons