Tag Archive for linux

Java, IntelJ Idea and Eclipse installation on Linux-Ubuntu

eclipse startUp dslab.us

How to install classic JDK (not open JDK), Eclipse and Intel J Idea in Ubuntu Linux ? Step 1:  Download classic JDK (java development Kit) by link: https://www.oracle.com/java/technologies/downloads/archive/ Choose right version: I am using JDK 8u77 Java SE Development Kit…

Ubuntu installation

Ubuntu 18

Do you want install Ubuntu ? You have 2 ways to do it: 1. Install from DVD disk 2. Install from USB boot device Step 1: Download Ubuntu from official web-site downloads Ubuntu. Choose Ubuntu Desktop version 18.04 LTS or…

Linux Ubuntu commands

Linux Command

# sudo – the most important command , appears to ROOT user sudo chmod [mode] [file or directory ] – change access restrict to file or directory mode – 0777 – full access to file or directory mode – 600…