I installed Oracle VM VirtualBox Manager on Windows 7 and I was able to run some PHP programs on it. I use Git-Bash with Vagrant to access shell (Ubuntu).
I would like to try a simple Java web application on the above machine.
I installed 'Nautilus' file manager and I tried to open it in the terminal by running the command: nautilus --browser
(Opening the file browser from terminal), but I get an error message as follows:
(nautilus:8243): Gtk-WARNING **: cannot open display:
Notes:
'X11Forwarding' is already ‘yes’ by default (
$ sudo nano /etc/ssh/sshd_config
).I installed all updates by running the commands:
sudo apt-get update && sudo apt-get dist-upgrade
My question is how to install and access files and folders on the host machine using 'Nautilus’?
X11Forwarding yes
(b)X11DisplayOffset 10
(4) Server: Install xauth – user203952 Sep 16 '15 at 22:28