Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyword: WSL on Window #15

Open
EloiStree opened this issue Jun 12, 2024 · 9 comments
Open

Keyword: WSL on Window #15

EloiStree opened this issue Jun 12, 2024 · 9 comments

Comments

@EloiStree
Copy link
Owner

EloiStree commented Jun 12, 2024

Étape par étape en francais:

https://youtu.be/5HnQYqYgRjQ

image

https://youtu.be/qYlgUDKKK5A

image
https://youtu.be/QC7a9nowsz8

@EloiStree
Copy link
Owner Author

EloiStree commented Jun 12, 2024

wsl --install
wsl --update

App store

  • Ubuntu
  • Debian

sudo apt-get update -y && sudo apt-get upgrade -y
lsb_release -a
sudo apt install -y xfce4

sudo apt install xfce4-goodies

Source: https://hub.tcno.co/windows/wsl/desktop-gui/
sudo cp /etc/xrdp/xrdp.ini /etc/xrdp/xrdp.ini.bak
sudo sed -i 's/3389/3390/g' /etc/xrdp/xrdp.ini

sudo sed -i 's/max_bpp=32/#max_bpp=32\nmax_bpp=128/g' /etc/xrdp/xrdp.ini
sudo sed -i 's/xserverbpp=24/#xserverbpp=24\nxserverbpp=128/g' /etc/xrdp/xrdp.ini
echo xfce4-session > ~/.xsession

@EloiStree
Copy link
Owner Author

@EloiStree
Copy link
Owner Author

sudo /etc/init.d/xrdp start
localhost:3390

@EloiStree
Copy link
Owner Author

@EloiStree
Copy link
Owner Author

Reset password

https://youtu.be/HYGUz9mC7Hg

whoami
root by default

passwd
to reset the password

@EloiStree
Copy link
Owner Author

image

image
image

image

Source:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install stable

@EloiStree
Copy link
Owner Author

Chromium ?
https://www.freshtechtips.com/2022/12/install-firefox-google-chrome-in-wsl.html

sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt install --fix-broken -y
sudo dpkg -i google-chrome-stable_current_amd64.deb

@EloiStree
Copy link
Owner Author


I am lost
_-----------------------

@EloiStree
Copy link
Owner Author

EloiStree commented Jun 12, 2024

One week on WSL
image

https://youtu.be/LktFP0Dpl-c?t=150

code . in WSL after installing on Visual Code

WOOOOOOwwww That magic :)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant