Add `nopen.sh` command
Fix X auth, use imagemagick, update readme
Mount host home folder in box
Try to integrate Linux apps running in VirtualBox with osx
Copy settings.conf.dist
to settings.conf
then edit this file.
Setup ssh config and key (see below)
start machine with
$ vagrant up
Run your apps from /Applications/LinuxBox
add in ~/.ssh/config
:
Host 192.168.33.10
ForwardX11 yes
XAuthLocation /opt/X11/bin/xauth
IdentityFile ~/.ssh/linuxbox
create the ssh keypair locally:
$ ssh-keygen -f ~/.ssh/linuxbox
get the public key and add to settings.conf
$ cat ~/.ssh/linuxbox.pub
ssh-rsa ABCDE.....
in settings.conf
SSHKEY="ssh-rsa ABCDE....."