Tag: Extract
how to install nvm
#tech/bash #tech/nodejs how to install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash References author [[nvm.sh]]...
how to install pyenv
#tech/python how to install pyenv 1 2 3 git clone https://github.com/pyenv/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/....
how to reset bluethooth in command line ubuntu
#os/ubuntu #tech/hardware how to reset bluethooth in command line ubuntu 1 2 rfkill block bluetooth rfkill unblock bluetooth References author Marcus...
hugo is written in go
hugo is written in go Hugo’s Go-based templating provides just the right amount of logic to build anything from the simple to complex....
install choco
install choco run this in administrator References author [[<% tp.file.cursor(3) %>]] position Install with PowerShell....
install dotnet for ubuntu
#unity #os/ubuntu install dotnet for ubuntu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #get package list wget https://packages....
install make with choco
install make with choco 1 choco install make References author [[<% tp.file.cursor(3) %>]] position answer at How to instal and use make in windows...
install mono on ubuntu
#tech/bash #unity #os/ubuntu install mono on ubuntu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #install pre-reqs sudo apt install gnupg ca-certificates #add key sudo apt-key adv --keyserver hkp://keyserver....
install mono-devel
#tech/bash #unity #os/ubuntu install mono-devel 1 sudo apt install mono-devel -y References author [[mikenizo808]] position https://github....
install pyenv with curl
install pyenv with curl 1 curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash References author [[bgasparotto]] position Install pyenv at how to install pyenv...