How to install Android Studio 3.2.1 on Ubuntu 16.04 LTS/17.10/18.04 LTS

Introduction Hello, fellow Android enthusiasts, you can install “Android Studio” on Ubuntu 16.04/17.10/18.04 by not just one method we have multiple ways to install it. Android Studio is the official integrated development environment (IDE) for Google’s Android operating system which specifically designed for Android development. Let see how to perform the installations on Ubuntu Linux. ... Read More

Setting up a Ruby gem server to use locally

Introduction Installing gems for a Ruby deployment is a pain. It will take more than hours to download the required gems and docs. To save the time and bandwidth we can have our own local gem server. To setup, a gems server follows the step by step guide. Read more articles about Ruby: Filesystem backup ... Read More

Recovering from Ubuntu dual boot issue | Chroot Ubuntu

To recover from a windows installation first we need to boot from LiveCD of Ubuntu if you installed with system 32-bit use 32bit Live CD If 64bit use 64-bit live cd. Mount the Linux partitions using Here my / Partition is /dev/sda6, Mount the / partition to /mnt location. # sudo mount /dev/sda6 /mnt Then mount the ... Read More