Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu fresh install deps

// get logme-in-hamachi 
wget http://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_amd64.deb

//install git 
 sudo apt install git

//install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

//install nvm 
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

// install bun
curl https://bun.sh/install | bash

// install code-server
curl -fsSL https://code-server.dev/install.sh | sh

// install nextcloud
sudo snap install nextcloud
Comment

PREVIOUS NEXT
Code Example
Shell :: centminmod install 
Shell :: git branch description 
Shell :: bulk folder creation by windows powershell 
Shell :: wsl how to mount make usb accessible 
Shell :: convert dos to unix vim 
Shell :: vscode regex for url 
Shell :: install openvino for ubuntu 20 
Shell :: composer command to install vendor in magento 2 
Shell :: sed add new lines using a pattern 
Shell :: how to check apt upgradable size 
Shell :: c program to add 1 to each digit of a number 
Shell :: Send iMessage From Command Line With Bash/Osascript (Osascript = Command Line Version Of Applescript) 
Shell :: search class in all files used 
Shell :: git add symlink 
Shell :: install heroku cli plugin - heroku-release-retry 
Shell :: fish function to change php version .env 
Shell :: git annoted tags 
Shell :: autpep8 --in-place --aggressive 
Shell :: picoCTF file-run1 
Shell :: test(abc,def); = test(test1,test2); 
Shell :: gitlab local runner run all jobs 
Shell :: how to clear linux terminal 
Shell :: cmd continue after venv activate 
Shell :: kubenetes repo 
Shell :: run alpine container continuously 
Shell :: powershell script to create github branch 
Shell :: install convox 
Shell :: installe files from web into unix 
Shell :: my ubuntu software center has disppeared 
Shell :: from one terminal tab to another linux 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =