| Ligne 2 : | Ligne 2 : | ||
{{sommaire à droite}} | {{sommaire à droite}} | ||
== Installation standard de Bash == | == Installation standard de Bash == | ||
{{grebox-jck |content= | {{grebox-jck |content=<br> | ||
: Simplement taper dans une fenêtre de commandes ('''cmd.exe''') | : Simplement taper dans une fenêtre de commandes ('''cmd.exe''') | ||
: {{syntaxhighlight |lang=winbatch |code= | : {{syntaxhighlight |lang=winbatch |code= | ||
| Ligne 8 : | Ligne 8 : | ||
}} | }} | ||
}} | }} | ||
== Choix du répertoire d'installation de Bash == | == Choix du répertoire d'installation de Bash == | ||
{{grebox-jck |content=<br> | {{grebox-jck |content=<br> | ||
<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