miércoles, 22 de septiembre de 2021

SonarQube mac installation

1- Run:

brew install sonar

brew install sonar-scanner


Add to bash_profile

nano  ~/.bash_profile

And paste:

export SONAR_VERSION=4.6.2.2472_1

export SONAR_HOME="/usr/local/Cellar/sonar-scanner/${SONAR_VERSION}/libexec"

export SONAR="${SONAR_HOME}/bin"

export PATH="${SONAR}:${PATH}"



launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.sonarqube.plist


http://localhost:9000

miércoles, 14 de julio de 2021

Download any apk from play store

He probado trés páginas y esta es la mejor

 https://androidappsapk.co/

https://m.apkpure.com/es/apkpure/com.apkpure.aegon

https://apps.evozi.com/apk-downloader

martes, 27 de abril de 2021

sábado, 16 de enero de 2021

Setup mac

 Setup mac:


iTerm:


Start - end:

Go to Profile -> Keys -> Key bindings 

"Send hex code" -> 0x01 to "Start of text" (inicio or home)

"Send hex code" -> 0x05 to "End of text" (fin or end)


flutter doctor --android-licenses