~fabrixxm/linuxbox

Try to integrate Linux apps running in VirtualBox with osx host
7206b40d — fabio 3 years ago
Add `nopen.sh` command
2a7decfd — fabrixxm 3 years ago
Fix X auth, use imagemagick, update readme
0c2074d0 — fabrixxm 3 years ago
Mount host home folder in box

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fabrixxm/linuxbox
read/write
git@git.sr.ht:~fabrixxm/linuxbox

You can also use your local clone with git send-email.

#LinuxBox

Try to integrate Linux apps running in VirtualBox with osx

#requirements

#Setup

  • 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

#SSH key

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....."

#Todo

  • notifications
  • find if is there a way to group windows to the correct icon
Do not follow this link