Skip to content

Instantly share code, notes, and snippets.

View renzo-blockchain's full-sized avatar
🌎
Working from eath

Renzo Avila renzo-blockchain

🌎
Working from eath
  • Peru
View GitHub Profile

Keybase proof

I hereby claim:

  • I am soygoodpeople on github.
  • I am soygoodpeople (https://keybase.io/soygoodpeople) on keybase.
  • I have a public key ASBOL7xfxj-ikVrFssztCIpQ-vh9rNRX-YT1at7W2Ism3Ao

To claim this, I am signing this object:

So getting Parallels to work with Manjaro v20 (and probably v19 since parallels only says they support v18) was a pain in the butt and it took a lot of resources from a lot of places to figure it all out. I figured I would post some information here on things that I ran into and how to fix each of them.

This is from a completely fresh installation from the v20 isos but steps may be applicable in places for upgrades if you run into similar issues.

I got this all working finally:


Manjaro Version: 20.0 Desktop Environment: KDE

@renzo-blockchain
renzo-blockchain / cloudSettings
Last active December 15, 2019 16:52
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-12-15T16:52:29.492Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am soygoodpeople on github.
  • I am soygoodpeople (https://keybase.io/soygoodpeople) on keybase.
  • I have a public key ASDY1-1nwrxuetaGOhpqbz8Dz_5aH5bS8gUiFnxol524xwo

To claim this, I am signing this object:

# create sdk folder
export ANDROID_HOME=/opt/android-sdk-linux
sudo mkdir -p $ANDROID_HOME
# install openjdk
sudo apt-get install openjdk-8-jdk
# download android sdk
cd $ANDROID_HOME
sudo wget https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip