android studio kvm is required to run this avd
#Starting with Ubuntu 18.04 and Linux Mint Tara you need to install qemu-kvm
sudo apt install qemu-kvm
#Check the ownership of /dev/kvm
ls -al /dev/kvm
#Check which users are in the kvm group
grep kvm /etc/group
#Output from the above command
#kvm:x:some_number:
#If there is nothing rightwards of the final :, there are no users in the kvm group.
#To add the current user to the kvm group
sudo adduser $USER kvm
#which adds the user to the group, and check once again with grep kvm /etc/group.
#A restart may be required for the permissions to take effect.
Also in Shell:
- bash compare two strings
- multi line comment in shell script
- which desktop environment is runnings
- bash ls exclude file
- convert excel to csv command line linux
- improve ubuntu 16.04 performance
- install particular version of laravel
- powershell script enable tls 1.2
- redirect folder to 403
- grep search for text in php files recursive
- git remove all pdf files
- how to check date is older than x days in shell script
- connect local repository to remote git
- linux delete appledouble ds_store files
- raspberry shell get datetime now
- how to install any package in node.js
- npm install bootstrap 3.3.7
- exit from jshell
- upgrade npm
- unir arquivos linux
- linux df -h levels occupy
- git push heroku master Permission denied (publickey). fatal: Could not read from remote repository.
- linux loop over all arguments one by one
- install postfix dovecot ubuntu 16.04