Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

avd manger permission need root

This is how I got it to work in Ubuntu 18.04

sudo apt install qemu-kvm

Add your user to kvm group using:

sudo adduser $USER kvm

If still showing permission denied:

sudo chown $USER /dev/kvm
Comment

PREVIOUS NEXT
Code Example
Shell :: change user run docker 
Shell :: vim delete duplicate lines 
Shell :: how to run a code in github 
Shell :: how to install 
Shell :: grep ignore node_modules 
Shell :: update surge project 
Shell :: deactivate login ubuntu server 
Shell :: replace spaces with hypen linux 
Shell :: auto finish zsh 
Shell :: remove xcode archives 
Shell :: aws codedeploy logs 
Shell :: checkout a pr locally 
Shell :: error: eaccess: permission denied ionic 
Shell :: how to merge child branch to master branch in git 
Shell :: installing metabase using docker 
Shell :: git create new repository 
Shell :: ubuntu focus follows mouse 
Shell :: django-taggit display tags 
Shell :: docker-compose: error while loading shared libraries: libz.so.1 
Shell :: how to run a specific knex seed file 
Shell :: how to remove ubuntu proxy not working 
Shell :: removing an initialized git 
Shell :: read only in linux 
Shell :: change php version devilbox 
Shell :: pyinquier install 
Shell :: batch set from file 
Shell :: powershell security 
Shell :: set up jdk and maven on wsl 
Shell :: how to remove all files with a certain file type in terminal 
Shell :: command to return to old shell 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =