| Ligne 1 : | Ligne 1 : | ||
<keywords content="Windows 10,Optimisation"/> | <keywords content="Windows 10,Optimisation"/> | ||
{{sommaire à droite}} | {{sommaire à droite}} | ||
== Installation standard de Bash == | == Installation standard de Bash/WSL sous Windows 10== | ||
{{grebox-jck |content=<br> | {{grebox-jck |content=<br> | ||
: Simplement taper dans une fenêtre de commandes ('''cmd.exe''') | : Simplement taper dans une fenêtre de commandes ('''cmd.exe''') | ||
<keywords content="Windows 10,Optimisation"/>
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