SSH from local Ubuntu laptop to Windows host usinng Remote-SSH VScode - windows

Can someone help me with the steps to connect my Ubuntu local laptop to a remote Windows 10 host with WSL using Remote -SSH extension vscode?
I tried to find a tutorial but couldn't.

Related

How to keep WSL2 running after closing ssh on Windows 10?

I connect to a Windows pc with ssh and use WSL2 which installed in the PC.
The problem is that WSL2 is terminated when I disconnect ssh to the PC(Windows).
I need a way to keep WSL2 running after disconnecting ssh on Windows 10.
How could I do this?

How to run Docker inside Virtualbox (Ubuntu) and use it on Win10 host

i´m forced to use Win10 and Docker on my working PC. I like to set up a Virtualbox VM with Ubuntu and install docker on Ubuntu-VM. How can i map Docker from the VM to the Windows Host, run it in Ubuntu VM and use it on Win10 Host?
Thank you
This could be answered in https://serverfault.com/questions/225155/virtualbox-how-to-set-up-networking-so-both-host-and-guest-can-access-internet.
Another way that would come to my mind is using the Windows Subsystem for Linux.
But docker can also just run natively on a Windows host, which would save you the trouble.

pycharm on host machine, file ONLY on guest/remote machine

Is it possible to use pycharm installed on the host machine, to use remote interpreter and files on a vagrant guest machine, without having a copy of them on the host machine?
It is possible but you have to pay the licencse to do it. yYou'll need to use Pycharm Professional Edition
See pycharm info

Programming in VS Code with external Docker

I'm working with VS Code installed at Windows 10. On this machine im running a Unix VM with Docker installed. How can I configure VS Code to connect to a remote docker instead of a local docker? HyperV and VMWare doesn't work at the same time.
Install docker extension for vscode. By default it connects to local docker daemon.You can set DOCKER_HOST to valid host to set it to any other host instead of local host

Accessing machine through wifi

I have one computer running ubuntu operating system. It is having a wifi router connected to it. I have other laptop which runs windows 7 operating system.
Is there a way to access the ubuntu machine from windows machine through wifi and vice versa ?
You can use TeamViewer in both windows and linux. It will give you full control of the remote machine but I'm not sure if you can do file transfering...
For file transferring, connecting from windows to linux I would use winSCP, which access files through ssh, so you would have to install an run sshd on your linux box. If you haven't sshd in your ubuntu box, install it by doing $ sudo apt-get install ssh. You can start ssh daemon in ubuntu 11.10 with the command $ sudo service ssh start. From linux (Ubuntu 11.10) to windows (w7), I have successfully got into w7 machines in my local network by exploring the Network section in the left bar of the nautilus explorer. Sometimes, for some folders it would ask me for credentials to log into the remote machine, and file transferring was as simple as doing copy and paste (Ctrl+c, Ctrl+v)
hope to be helpful! good luck!
VNC is good for remote work on both Windows and Linux. You'll need to install VNC on Windows but I believe it comes by default with Ubuntu. You need to configure one to be the server and then you can use a client from the other machine to connect to it and remotely control the server machine.
Here are some resources for VNC in Ubuntu: https://help.ubuntu.com/community/VNC
And I use TightVNC when I'm working on Windows (server and client included in the install).
Install XRDP on Ubuntu.
on windows then run msrtc -v
if over the internet , I say use
https://www.dwservice.net/en/download.html
free and lot better than teamviwer.

Resources