Skip to content

Instantly share code, notes, and snippets.

@egyjs
Last active June 20, 2021 14:56
Show Gist options
  • Save egyjs/4afc721af9daf7e762f8203c24adae2a to your computer and use it in GitHub Desktop.
Save egyjs/4afc721af9daf7e762f8203c24adae2a to your computer and use it in GitHub Desktop.
new kinux os install setup

init

sudo apt update -y && sudo apt upgrade -y
sudo apt install php-xml php-mysql php-curl php-mbstring  -y
sudo apt install composer -y
sudo install snap && sudo snap

// if snap is installed successfully

to install nodejs && npm

sudo snap install node --classic

to install VSCODE

sudo snap install code --classic

to install PHPSTOM

sudo snap install phpstorm --classic

to install postman

sudo snap install postman --classic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment