Skip to content

Instantly share code, notes, and snippets.

@psiborg
Last active April 5, 2023 20:02
Show Gist options
  • Select an option

  • Save psiborg/8888a87e430536359248bd6cbd035914 to your computer and use it in GitHub Desktop.

Select an option

Save psiborg/8888a87e430536359248bd6cbd035914 to your computer and use it in GitHub Desktop.
MX Linux
  • Live:
    • Username: demo
    • Password: demo

Installation

  • Domain: local
sudo apt-get install guake
sudo apt-get install ffmpeg

SSH

sudo apt install openssh-server
sudo service ssh [start|stop]

Apache

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 restart

http://localhost/

PIP

sudo apt install python-pip
sudo apt install python3-pip

which pip
which pip3
pip install otf2ttf
pip3 install otf2ttf
lsb_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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment