sudo systemctl start mongod
sudo systemctl status mongod
sudo systemctl enable mongod
sudo systemctl stop mongod
sudo systemctl restart mongod
Node.js
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v13.6.0
nvm use v13.6.0
nvm current
node -v
Komentarze są wyłączone
Jakby ktoś musiał jeszcze coś w tym PHP zrobić … (choć po co???? przecież jest JS)
Installing PHP 7.4 with Apache
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
Installing PHP 7.4 with Apache
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
KATALOG ROOT APACHE2:
/var/www/html/
Komentarze są wyłączone