- Live:
- Username: demo
- Password: demo
- Domain: local
sudo apt-get install guake
sudo apt-get install ffmpegsudo apt install openssh-server
sudo service ssh [start|stop]sudo apt install apache2
sudo service apache2 start
sudo apt install -y php7.4 php7.4-cli php7.4-common
sudo update-alternatives --set php /usr/bin/php7.4
sudo apt install -y apache2 libapache2-mod-php7.4
#sudo nano /etc/apache2/mods-enabled/php7.3.conf(Comment out the section below "Running PHP scripts in user directories is disabled by default")
sudo service apache2 restartsudo apt install python-pip
sudo apt install python3-pip
which pip
which pip3pip install otf2ttf
pip3 install otf2ttflsb_release -c # Codename: Buster
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version
npm --version