How can I connect AWS by using AWS-CLI in Windows Subsystem Linux?

I am totaly new for AWS I am trying to use awscli by calling below code : root@DESKTOP-QK5VI8R:~# aws s3 ls I applied lots of solution for that: I added port 8888 into Inbound/Outbound Rule set in Windows Firewall. I added below code in hosts file in Windows. # End of section 192.168.184.241 localhost 8888 … Read more

Real Linux instance vs WSL?

Windows 10 now has the subsystem for Linux available, I want to know what could be the difference between running a real Linux OS on a physical of Virtual machine VS running a WSL Linux instance? Can I use WSL instance as a real production server or WSL is only for study purpose? Is WSL … Read more

Windows and WSL docker-machine conflict

I have a windows 10 and I installed the WSL ubuntu 18.04 inside. Since the WSL can’t use the docker due to virtualization, i ends up use my DigitalOcean droplet as my docker machine target. I follow the guide of setting up the docker machine here: https://www.kevinkuszyk.com/2016/11/28/connect-your-docker-client-to-a-remote-docker-host/ to setup the docker machine for both my … Read more

Problems with `PUT` FTP command under WSL2 (via VPN)

I’m experiencing problems with FTP under WSL2 while trying to transfer a HTML file to an FTP server running under IIS 10. After issuing a PUT command it gets stuck on “Waiting for transfer to complete” for a few minutes and then it outputs “425 Data channel timed out due to not meeting the minimum … Read more

AnyDesk TCP tunnelling port “closed” since Windows 10 2004

I connect to my company computer via AnyDesk. I have set up a TCP tunnel from local port 11111 to remote port 22, to have an SSH connection to the remote machine. This stopped working since I installed Windows 10 2004 and WSL 2 on the client, a few days ago: $ ssh remoteuser@127.0.0.1 -p … Read more

“Connection was reset” accesing apache2 virtualhost through wsl1 and /etc/hosts

I am new with linux but am trying to install koha (a library management system) through Debian 10 on my laptop using windows 10 ver.1903 (build 18362.900) and wsl1 as a test for installing it in my library. I followed the instructions here: https://wiki.koha-community.org/wiki/Koha_on_Debian and managed to get up to installing apache2. The version I … Read more

Routing ipv4 traffic to ipv6 on windows 10

I’m running some services on WSL2 which only seems to support listening on ipv6 interface on the host side. This means everything outside WSL trying to connect to a WSL2 service on 127.0.0.1 is failing. Is there a way in Windows to route all 127.0.0.1:X traffic to [::]:X? Answer You must wait seem so Microsoft … Read more

Simulate or have VcXsrv system menu on WSL

I have a debian package which wants to install a system menu icon. Installation failed, and now deinstallion also fails with: xdg-desktop-menu: No writable system menu directory found. The situation was already worse. The above gives me only exit code 3. Before the exit code was 127, since xdg-utils were not yet installed. Is there … Read more

After a random period of time, Windows is unable to see services running on my Linux subsystem and vice versa

I am running an Ubuntu 18.04 Linux Subsystem. I have Postgresql 12 running on Linux, and I connect to this from my apps I am developing in Windows. When I start up my PC, everything works fine.. DB can connect. After an unspecified amount of time, half an hour, to a few days, Windows is … Read more