Linux Setup Commands
Linux Setup Commands
Grab the .deb le for your CPU architecture from here and then run:
sudo apt install ./<file-name>.deb
node -v
npm -v
Installing Postman:
1. Opening a le named Postman.desktop in this path for creation:
code ~/.local/share/applications/Postman.desktop
2. Pasting this in that file, replacing “/path/to/Downloads” with the correct location:
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/path/to/Downloads/Postman/app/Postman %U
Icon=/path/to/Downloads/Postman/app/resources/app/assets/icon.png
Terminal=false
fi
fi
Type=Application
Categories=Development;
Installing Wireshark:
1.
sudo add-apt-repository ppa:wireshark-dev/stable
2.
sudo apt-get update
3. Install Wireshark:
sudo apt-get install wireshark
4. Run Wireshark:
sudo wireshark