Skip to content

Instantly share code, notes, and snippets.

View veretennikovalexey's full-sized avatar

alex veretennikovalexey

  • sftserv
  • moscow
View GitHub Profile
# Installing the virtualbox guest additions
VBOX_VERSION=$(cat /etc/vagabond/vbox_version)
cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
sh /mnt/VBoxLinuxAdditions.run --nox11
umount /mnt
rm VBoxGuestAdditions_$VBOX_VERSION.iso
unset VBOX_VERSION
@veretennikovalexey
veretennikovalexey / README.md
Last active October 7, 2022 13:55 — forked from kiedtl/README.md
[Dunnet Guide] A guide for those who struggle with the game Dunnet on Emacs. #game

тупик

Dunnet Guide

First, you start with this command in CMD / Bash--

emacs -batch -l dunnet
Hello, world!
pastebin.com and gist.github.com make it easy to share large amounts of text with people over the web.