Tag Archive for ubuntu

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…