react-native init myapp --version [email protected]
| rm ~/.android/avd/Pixel_Edited_API_23.avd/hardware-qemu.ini.lock |
in ~/.vscode-react-native/VSCodeTelemetrySettings.json
set optIn: false
| https://stackoverflow.com/questions/27202353/how-to-open-the-avd-manager-on-ubuntu-linux-from-the-command-line | |
| https://stackoverflow.com/questions/47345147/android-sdk-manager-throw-exception-with-java-9 |
https://bytefreaks.net/applications/android-studio-no-space-left-on-device
sudo mount -o remount,size=8G,noatime /tmp;
temporarily increase the size of the /tmp partition
When you open with a file explorer as Nautilus/Solid Explorer your Android storage, the default path is storage/emulated/0/.
Simply, create a directory kindle in this path then add your .mobi inside.
Then open your Kindle app, voila.
/usr/bin/ld: cannot find -lyaml
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: cc "${@}" -o '/home/nohaleh/.cache/crystal/crystal-run-time.tmp' -rdynamic -lyaml -lpcre -lgc -lpthread /usr/share/crystal/src/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib
Solution: sudo apt-get install libyaml-dev In general if you see any /usr/bin/ld: cannot find -lxxx error means you need to install libxxx or libxxx-dev
xrandr --output DVI-D-1 --mode 1920x1080 --rate 144.00
| r.db('database').table('table').filter(x => (x('field').contains(y => y('nestedField').eq('value')))) |