Writing this down because I have to look it up every damn time.
Assuming the drive is /dev/sdb.
Unmount the Drive (if needed)
$ umount /dev/sdb1After watching this fail over and over, these vbguest plugin args did the trick:
$ vagrant vbguest --do install --no-cleanupThe most common archiving action is to move a project tree to another file, the archive file.
C-c C-x C-s or short C-c $ (org-archive-subtree)
Archive the subtree starting at the cursor position to the location given by org-archive-location.
https://css-tricks.com/perfect-full-page-background-image/
html {
background: url('../image/bgimage.jpeg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;| # place in ~/.local/share/applications | |
| [Desktop Entry] | |
| Name=IntelliJ | |
| Icon=/home/kbowen/bin/idea-IU-139.1117.1/bin/idea.png | |
| Exec=/home/kbowen/bin/idea-IU-139.1117.1/bin/idea.sh %U | |
| Categories=Development | |
| StartupNotify=true | |
| Terminal=false | |
| Type=Application |
$ sudo usermod -a -G vboxsf <user>
$ xfconf-query -c xsettings -p /Gtk/KeyThemeName -s Emacs