How to create an AnuBitux VM
AnuBItux has been designed and developed to be used in an amnesic way, to leave no trace about user's activity on the devices but, in some cases, it may be necessary to use it in some testing or demo environment, like a virtual machine or a dedicated device.
If so, it is possible to "transform" an installed Debian 12 Standard into a fully featured AnuBitux. It is suggested to install the Standard version with no desktop environment, setting an empty root password (in order to be able to run sudo commands with the normal user) and choosing the English language.

Once Debian 12 is installed, following the installation wizard and paying attention to respect the aforementioned suggestions, it is necessary to install git:
sudo apt -y install gitThen it is possible to clone the dedicated GitHub repository:
git clone https://github.com/AnuBitux-project/AnuBituxVMNow it is possible to move to the repository folder
cd AnuBituxVMgive execution rights to the script
chmod +x anubitux_vm.shand launch it
./anubitux_vm.sh
It is necessary to provide the user's password in some occasion or press enter to add the additional repositories to the sourcces.list file, but no further action is required.
Once the script ends, it is only necessary to reboot the operating system
sudo reboot 0Last updated