Last active
November 6, 2022 09:35
-
-
Save fasalmbt/d0aef4114dc0e4d74afc8c8cead30ab3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update && sudo apt upgrade | |
sudo apt install git tree nodejs python3-pip npm curl sysstat htop golang-go mysql-client-core-8.0 mysql-server | |
sudo snap install code --classic | |
sudo apt install php7.4-cli | |
sudo snap install android-studio --classic | |
sudo snap install postman --classic | |
sudo apt install ruby | |
sudo snap install flutter --classic | |
sudo snap install insomnia | |
sudo apt update | |
sudo apt install wget curl gnupg2 software-properties-common apt-transport-https ca-certificates lsb-release | |
curl -fsSL https://www.mongodb.org/static/pgp/server-5.0.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb.gpg | |
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list | |
sudo apt update | |
sudo apt install mongodb-org | |
sudo systemctl restart mongod | |
systemctl status mongod | |
sudo systemctl enable mongod | |
mongosh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment