mounting remote network drive using sshfs [closed] - sshfs

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am using win-sshfs to mount a remote drive from a Debian Linux server on a windows 7 64-bit desktop machine over the internet. The drive works but it is slow. I want to speed up win-sshfs by disabling compression and encryption. How can I do this? Otherwise is there a faster alternative?

i would suggest installing samba on your debian server or maybe a ftp server for large file transfers.
FTP is unencrypted and you can set different compression options,
windows can map a ftp:// share in explorer without any tools

Related

How to browse the file system in WSL 2 in Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I used to be able to access the filesystem of WSL in Windows (such as via File Explorer) via a local file path.
I recently upgraded to WSL 2, and from what I've heard, the file system is on the network. Does anyone know how I could access files from within WSL2 from the Windows side?
Just type in the explorer: \\wsl$\

How to make local home network on Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
so I wanna be able to access my files on my Ubuntu 18.04 LTS machine from my other windows machine by typing its local IP address like this image
but I don't know how to setup apache to display the folders I want, all I'm getting when I type my IP address in the other machine is the apache Ubuntu default page, so how can I make this.
thanks in advance.
To access file system on remote server you can use SFTP to transfer file between systems.
Download Winscp : https://winscp.net/eng/download.php
Type your local ip address including username and password into setup then you can access your remote folders.

Is it possible to create a VM on Linux then export it to a Windows Server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I'm trying to install and configure some apps in VM in Windows Server but have a limited access to the Windows server so I'm trying to do all the configuration in a local VM in my Ubuntu system then export the VM to the server. Is it possible?
Most virtualization systems can handle OVF format. You can create VM on VirualBox, save it to OVF (or OVA) and then restore it in VMWare ESXi environment, for example. OVF contains a "hard drive" data and all virtual hardware info. But OVF is not fully compatible with Microsoft Hyper-V. There are some tools that allows OVF file to be converted into Hyper-V compatible form, but all the hardware information will be lost.

Reading files from a VMware Virtual Machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've an old VMware virtual machine (.VMDK).
It has been installed as Windows XP. It runs but I forgot the Windows password to login.
Is it possible to use the VM as a virtual drive and just READ OUT THE FILES stored into it as it was a normal HD?
I don't need to execute the VM, only to recover some data.
You can mount a vmdk file in Windows or Linux, read HERE. Becuase it is password protected C drive I would mount it in Linux and just copy what I needed since Linux will read the filesystem without the need for a password where windows is likely not going to allow you to read without the password.

VirtualBox Ubuntu VM doesn't automatically sync time with host even with Guest Additions installed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm running a Ubuntu VM with VirtualBox and I have both the dkms and virtualbox-guest-additions packages installed. I read in this answer that the system clock should sync with the host automatically with the Guest Additions, but mine doesn't seem to be doing that. What are some possible reasons / how do I rectify this? I've tried searching for this all over but most of the hits I get off Google tell you how to disable the automatic time sync, not enable it.
My host machine is running OS X 10.8, if that's of any help.