Ubuntu

React installation (Node.js, Visual Studio Code, Git Bash)

Requirements: NodeJS, GitBash, Visual Studio Code install NodeJS  – link for download install Git – link for download install Visual Studio Code  – link for download 1. Open Visual Studio Code 2. Create  folder for react app 3. cd to…

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…

Android installation on Ubuntu

Android Studio Ubuntu

Step 1: Download Android Studio from Official site Android Studio DownLoad Step 2: Copy file to /opt/ directory and extract it from archive Step 3: Start Android Studio from directory /opt/android-studio/bin/ Wait, while Android Studio will download all SDK. And…

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…