how to install powershell
for Ubuntu
# Update the list of packages
sudo apt-get update
# Install pre-requisite packages.
sudo apt-get install -y wget apt-transport-https software-properties-common
# Download the Microsoft repository GPG keys
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
# Register the Microsoft repository GPG keys
sudo dpkg -i packages-microsoft-prod.deb
# Update the list of packages after we added packages.microsoft.com
sudo apt-get update
# Install PowerShell
sudo apt-get install -y powershell
# Start PowerShell
pwsh
for macOS
brew install --cask powershell
Also in C++:
- delete local git repository command line creates by react
- laravel installer version
- git reset head to commit remote
- he user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl\n'
- parrot os postman download
- react interview github
- git clone in current directory
- nmap scan ubuntu
- ubuntu 19.10 eoan update error
- find hidden directories and files from a website wfuzz
- ports in use linux
- ubuntu install openjdk 8 source
- ffmpeg linux capture desktop
- powershell get-childitem exclude node_modules
- how to add multiple users to group in linux
- how to install pip
- git to gethub after create repi
- list virtualenvs ubuntu
- install jupyter notebook ubuntu 20.04
- xlrd python install
- pip upgrade command
- Invalid command 'RewriteEngine'
- gradle init java application
- how to update mongodb in ubuntu 18.04