тупик
First, you start with this command in CMD / Bash--
emacs -batch -l dunnet
https://youtube.com/playlist?list=PLWzwUIYZpnJsVT54-mXGl0uQ6Aqvz9SzF&si=LED2Ls-SUf1t0xEs | |
Вот его описание | |
<code> | |
This playlist provides a complete training course that explains how to create containerized images for Artificial Intelligence (ALI) and Machine Learning (ML). | |
</code> | |
1. Общий обзор |
https://askubuntu.com/questions/100232/how-do-i-change-the-grub-boot-order |
apt update -y && apt upgrade -y && clear |
# 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 |