Sunday, April 19, 2020
How to Reset Root/User Password on CentOS 8 | Resetting a Forgotten Root Password in CentOS 8 - 2020 https://www.youtube.com/watch?v=Kh3cAX_KzVw
Cloud Network
April 19, 2020
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
How to Reset Root/User Password on CentOS 8 | Resetting a Forgotten Root Password in CentOS 8 - 2020 https://www.youtube.com/watch?v=U1nQaZ
Cloud Network
April 19, 2020
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
How to Reset Root/User Password on CentOS 7 | Resetting a Forgotten Root Password - 2020 https://www.youtube.com/watch?v=x-ISSCyZXo8
Cloud Network
April 19, 2020
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
How to Download and Install Oracle Java (JDK) 8 on Ubuntu 18.04 and How to Uninstall (JDK) 8 - 2020 https://www.youtube.com/watch?v=U1nQaZzV5sk
Cloud Network
April 19, 2020
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
How to Install Visual Studio Code v1.43.2 on Ubuntu 18.04, Debian and Linux Mint https://www.youtube.com/watch?v=ygBfvZIzVPo
Cloud Network
April 19, 2020
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
How to Install CentOS Linux 8 Minimal on Virtual Box | Install CentOS Li...
Cloud Network
April 19, 2020
Tags:
CentOS
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.
Monday, March 30, 2020
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint
Cloud Network
March 30, 2020
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint
Requirment
login: user with root privileges
OS: Ubuntu 18.04 64-bit
RAM: Minimum 2 GB RAM, 8 GB RAM recommended
Harddisk Space: 1.5 GB hard disk space, 5 GB + at least 1 GB for caches
CPU: 2
screen resolution: 1024x768 minimum
Download Size : 774MB
Offically Website of IntelliJ IDEA
https://www.jetbrains.com/idea/download/#section=linux
Offically Website of jetbrains
https://www.jetbrains.com/toolbox-app/
IntelliJ IDEA Community Edition (Free)
IntelliJ IDEA Ultimate Edition (Paid version with extra features)
IntelliJ IDEA Educational (Ultimate Edition but free for students and faculty members)
Method 1
Install using the Snap
Installing IntelliJ IDEA community Edition
Step1 :- sudo snap install intellij-idea-community --classic
Installing IntelliJ IDEA Educational Edition
Step1 :- sudo snap install intellij-idea-educational --classic
Installing IntelliJ IDEA Ultimate Edition 30Day
Step1 :- sudo snap install intellij-idea-Ultimate --classic
After Successful Installation
Step2 :- intellij-idea-community
Method 2
Install using the Toolbox App
Step1 :- sudo apt update
Step2 :- sudo wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.16.6319.tar.gz
Step3 :- cd /tmp OR cd /opt
Step4 :- sudo tar -xzf jetbrains-toolbox-1.16.6319.tar.gz -C /opt
Need to Register in IntelliJ IDEA
Method 3
Using Official Package or Standalone installation of community or Ultimate Edition
Step1 :- sudo apt update
Step2 :- sudo wget https://download.jetbrains.com/idea/ideaIU-2019.3.4.tar.gz
Step3 :- cd /tmp OR cd /opt
Step4 :- sudo tar -xzf ideaIU.tar.gz -C /opt
Requirment
login: user with root privileges
OS: Ubuntu 18.04 64-bit
RAM: Minimum 2 GB RAM, 8 GB RAM recommended
Harddisk Space: 1.5 GB hard disk space, 5 GB + at least 1 GB for caches
CPU: 2
screen resolution: 1024x768 minimum
Download Size : 774MB
Offically Website of IntelliJ IDEA
https://www.jetbrains.com/idea/download/#section=linux
Offically Website of jetbrains
https://www.jetbrains.com/toolbox-app/
IntelliJ IDEA Community Edition (Free)
IntelliJ IDEA Ultimate Edition (Paid version with extra features)
IntelliJ IDEA Educational (Ultimate Edition but free for students and faculty members)
Method 1
Install using the Snap
Installing IntelliJ IDEA community Edition
Step1 :- sudo snap install intellij-idea-community --classic
Installing IntelliJ IDEA Educational Edition
Step1 :- sudo snap install intellij-idea-educational --classic
Installing IntelliJ IDEA Ultimate Edition 30Day
Step1 :- sudo snap install intellij-idea-Ultimate --classic
After Successful Installation
Step2 :- intellij-idea-community
Method 2
Install using the Toolbox App
Step1 :- sudo apt update
Step2 :- sudo wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.16.6319.tar.gz
Step3 :- cd /tmp OR cd /opt
Step4 :- sudo tar -xzf jetbrains-toolbox-1.16.6319.tar.gz -C /opt
Need to Register in IntelliJ IDEA
Method 3
Using Official Package or Standalone installation of community or Ultimate Edition
Step1 :- sudo apt update
Step2 :- sudo wget https://download.jetbrains.com/idea/ideaIU-2019.3.4.tar.gz
Step3 :- cd /tmp OR cd /opt
Step4 :- sudo tar -xzf ideaIU.tar.gz -C /opt
Tags:
Linux Mint,
Ubuntu
Providing on the Web, online library and learning platform for IT Professional Developers with a unique blend of original content, peer-to-peer advice from the largest community of IT.