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 https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/
On a Debian-based Linux system like Ubuntu, you can install the SDK usingapt-get
oraptitude
: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
Ubuntu 20.04 LTS - Installing OpenJDK 11 (LTS) JDK, JRE and HotSpot by AdoptOpenJDK
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 - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
$ echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb 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
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