- List all installed system-images:
sdkmanager --list_installed
- List all system-images and note the one you want to use:
sdkmanager --list | grep "system-images"
sdkmanager --list_installed
sdkmanager --list | grep "system-images"
| nmtui | |
| https://lpar2rrd.com/appliance-setup.php | |
| restart raspberry pi |
if ~ error: file `/boot/vmlinuz-5.13-x86_64' not found.
sudo su -
lsblk --fs
if the FSTYPE of your system is ext4, run these commands (if it's not, see this instead: https://forum.manjaro.org/t/howto-recovering-from-an-interrupted-update-upgrade/132762)
| 1. Download flutter zip | |
| 2. Extract and set flutter bin path on PATH env varible | |
| 3. Download java jdk zip | |
| 4. Extract and set new env variable JAVA_HOME for jdk folder (not the bin) | |
| 5. Download android sdk commandline tools zip | |
| 6. Extract | |
| 7. Move all files from /cmdline-tools to /cmdline-tools/latest | |
| 7. Check the latest Android API version here: https://developer.android.com/tools/releases/platforms | |
| 8. On CMD, go to cmdline-tools/latest/bin folder | |
| 9. run: sdkmanager "platforms;android-[android api version you wish, for exemple 35]" |
| echo !(*.jpg|*.png|*.bmp) | xargs mv -t ../ |
| git config --global --add --bool push.autoSetupRemote true |
| az repos pr create --title "PULL REQUEST TITLE" --target-branch master --open |
| git checkout BRANCH-TO-MERGE | |
| git pull | |
| git checkout PR-BRANCH-NAME | |
| git diff BRANCH-TO-MERGE (often main/master/develop) |
| sed -i "s/value-to-replace-on-file/new-value/" file.txt |
ssh-keygen
Copy the content for .pub file
Create a file under $USER/.ssh/authorized_keys on the server if it does not exists yet
Paste the content of the .pub file on the authorized_keys file, save and close the file