Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I wanted to map a NTFS and MVFS network drive in Linux. Is it possible to do so and if it is how could I do it?
You can use Samba to map network drives shared from a Windows server: http://www.samba.org/.
http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html
I'm not sure if it will work for MVFS.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm using a virtual machine from a Provider. As soon as i log in to that machine they display their policy as a banner. How could I remove that?
Edit the file /etc/motd using any text editor.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to test some keyloggers in order to see how they work.
If my host OS is clean, and I install the keyloggers on a guest OS running in VirtualBox, will the keylogger be able to log the keystrokes and screenshots in the HOST OS?
I think I know the answer to this question but I just want to make sure.
Unless your VMs are broken, key/screen-loggers will be fully contained in the VMs and will gain no access to the host OS keyboard/screen data that's outside of the VM.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Are there any pre-installed virtual machine-based ununtu linux boxes that I can directly download and use ?
virtualboxes.org
I've used them in a pinch and never had aproblem. They are pretty basic but they are a good start. I personally just do an install from an ISO unless I am really in a hurry. It is fast and I know exactly what I am going to get.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Could I access the file like this /usr/local/cpanel/img-sys/ by using FTP/sftp software?
its simply path from home in linux
sftp is protocol for file sharing
you can access it using winSCP
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I know that scp is frequently used to move files between servers, but I'm not sure how I can reference my computer as a server. If scp is the right command to do this then what am I missing?
Just scp /some/local/file youruser#yourremoteserver:/remote/path
Reverse the two arugments to copy a remote file to local.