1. Information
2. Installation
+
wsl.exe --list --online
wsl.exe --install --location C:\WSL\Delta-Fedora-Wsl --name Delta-Fedora-Wsl --distribution FedoraLinux-43
wsl.exe --distribution Delta-Fedora-Wsl
+
# Get latest updates.
sudo dnf upgrade --refresh
# Install OpenSSH Server.
# See https://linuxcapable.com/how-to-install-and-enable-ssh-on-fedora-linux
rpm -q openssh-clients openssh-server
sudo dnf install openssh-server
sudo systemctl enable --now sshd.service
systemctl status sshd.service --no-pager
sudo sed -i "s/#Port 22/Port 2202/" /etc/ssh/sshd_config
sudo systemctl restart sshd.service
sudo ss -tlnp | grep sshd
# Set password.
sudo passwd delta
+
wsl.exe --list --all --verbose
Start-BackgroundJob wsl.exe '--distribution Delta-Fedora-Wsl'
wsl.exe --list --all --verbose
-
Install Cosmic Desktop Environment.
sudo dnf install @cosmic-desktop-environment # See https://github.com/pop-os/cosmic-comp/issues/584 #sudo dnf install xrdp # See https://github.com/olafkfreund/cosmic-ext-rdp-server # See https://lamco.ai/download