New laptop preparation
- Saurabh Gupta
Check your ubuntu version by going to āaboutā section using search
Install git
sudo apt install git
Install adopt open jdk 8, 11, 17
Add the Eclipse Adoptium GPG key
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
Add the Eclipse Adoptium apt repository
echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
Install the Temurin version you require
Configure the default version
Add java config script to .bashrc
and add script to .bashrc to update java home variable after switchUpdate bash to use new .bashrc
Ā
Install Atlas SDK Install the Atlassian SDK on a Linux or Mac system
On a Debian-based Linux system like Ubuntu, you can install the SDK usingĀapt-get
Ā orĀaptitude
:First, set up the Atlassian SDK repositories:
Download the public key using
curl
orwget
:Add the public key to
apt
to verify the package signatures automatically:Then, run the install:
Install NVM
Install Node 18
To verify
Ā
Ā
Ā
aqwe
Ā
Ā
Ā
Ā
Ā
Create new account
Always use users account before installing anything below
Ā
On windows
Using below youtube video for video related settings
https://www.youtube.com/watch?v=WrJVlIrutow
Ā
Update windows
Go to system settings to update. Reduces the hindrance.
Ā
Stop windows from hindering installations (Run as admin - powershell)
Ā
Install Ubuntu
Run power-shell as administrator.
Use vamhi as account name.
Go to settings ā update ā Advanced ā Turn on āReceive updates for other Microsoft productsā.
Check for updates again.
Ā
Install winget
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
To search for commands go to winget.run
Ā
Install Git
Ā
Install Java
Ā
Install Visual Studio Code
Ā
Install IntelliJ Idea
(Link)
Ā
Install Atlas-sdk
Verify java installation by running java -version before installing atlas-sdk.
Ā
On ubuntu
Install Java
https://gist.github.com/caisback/a3ebf219b78d4f28df914a412d3f6ebb
Install Eclipse Temurinā¢ | Adoptium ctrl + f => Linux RPM and DEB installer packages
Check ubuntu codename
$ sudo apt-get install wget apt-transport-https gnupg
$ wget -qO - JFrog Landing | sudo apt-key add -
$ echo "deb JFrog Landing focal main" | sudo tee /etc/apt/sources.list.d/adoptopenjdk.list
$ sudo apt-get update
$ sudo apt-cache search adoptopenjdk
Select your version number, see reference link above for available version number
I'll be using version 8 so the command would be:
sudo apt-get install adoptopenjdk-8-hotspot
Check java if exising
Output should be same as below
Ā
Install Atlas-sdk
Install the Atlassian SDK on a Linux or Mac system
On a Debian-based Linux system like Ubuntu, you can install the SDK usingĀ apt-get
Ā orĀ aptitude
:
First, set up the Atlassian SDK repositories:
Download the public key using
curl
orwget
:Add the public key to
apt
to verify the package signatures automatically:Then, run the install:
Ā
Install NVM
Ā
Install Node 18
To verify