################################## ##Prerequisites ##Download Debian GNU/Linux 12 (bookworm) ##https://www.debian.org/ ##Config your OS ## Minimal Resources ## CPU - 1 Core, RAM 1GB, HDD - 10GB ##setup your network vi /etc/network/interfaces iface ens192 inet dhcp #or static #iface ens192 inet static # address 10.150.117.206 # netmask 255.255.255.0 # gateway 10.150.117.1 # dns-nameservers 8.8.8.8 ## change your hostname echo "lcdp5-edu.xquare" > /etc/hostname ## update and clean your OS apt-get update apt-get dist-upgrade apt-get clean all reboot dpkg --list | egrep -i --color 'linux-image|linux-headers' apt-get --purge remove linux-image-6.1.0-15-amd64 apt-get --purge remove linux-image-6.1.0-17-amd64 ################################## ################################## ##Download XSQUARE full installer and install cd /root/ apt-get install wget wget https://lcdp.xsquare.ru/edu/files/pghs_xrad/5.1.2.3.2.3/xsquare.lcdp.5.1.2.3.2.3_release_full_installation.sh chmod +x xsquare.lcdp.5.1.2.3.2.3_release_full_installation.sh ./xsquare.lcdp.5.1.2.3.2.3_release_full_installation.sh ##################################