Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install nano on windows thorugh cmd

# First, install Chocolatey (Administrator permissions are necessary):
powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

# Install nano:
Run choco install -y nano.
Comment

PREVIOUS NEXT
Code Example
Shell :: choco install python 
Shell :: what version of powershell do i have 
Shell :: github ue4 gitignore 
Shell :: git revert uncommitted changes 
Shell :: pi raspi-config 
Shell :: conda install cufflinks 
Shell :: ssh key git 
Shell :: sudo command not found 
Shell :: http-server npm 
Shell :: how to install comtypes 
Shell :: git update local repo from master 
Shell :: git list remotes 
Shell :: CUDA_HOME environment variable is not set. Please set it to your CUDA install root. 
Shell :: zsh add to path permanently 
Shell :: certbot remove certificate 
Shell :: docker compsoe ubuntu 
Shell :: yusuke persona 5 
Shell :: why i am not able to make a directory in htdocs folder in ubuntu 
Shell :: how to uninstall npm packages 
Shell :: Where is the .zshrc file on Mac? 
Shell :: convert to uppercase command awk 
Shell :: how to convert ui to py pyside2 
Shell :: gdate mac 
Shell :: how to get the size of directory in linux 
Shell :: git delete the most recent commit 
Shell :: check active cron jobs linux 
Shell :: update yarn global 
Shell :: truffle.ps1 is not digitally signed 
Shell :: how to install yum on mac 
Shell :: clementine linux download 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =