Posts

Showing posts with the label Ubuntu

Android emulator on ubuntu

 Anbox install anbox with "snap install --devmode --beta anbox" You get default stuff Install apks with "adb install name.apk"

Ubuntu Android screen mirror/cast

 Mirror and use android mobile on ubuntu pc Install scrcpy with "sudo apt install scrcpy" Enable USB Debugging mode in your mobile connect your mobile to pc and run "adb devices" -> allow permissions run command "scrcpy" Enjoy it! WireLess adb tcpip 5555 adb connect 192.168 . 0 . 101 : 5555 scrcpy

Things to do after installing Ubuntu

No need of Desktop envis Ubuntu default one is enough with Gnome Tweaks Install Gnome Tweaks "sudo apt install gnome-tweak-tool" Install All Gnome extensions with "sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1)" You can add Gnome chrome extension here "https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep?hl=en" Make the Dock and top bar look like windows with Dash to Panel extension by turning on this extension "https://extensions.gnome.org/extension/1160/dash-to-panel/" You can find tweaks in Tweaks app. Install JRE with "sudo apt install default-jre" Install JDK with "sudo apt install default-jdk" Install VSCode with "sudo snap install --classic code # or code-insiders " Install curl with "sudo apt-install curl" Install NodeJs with "curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -  ||||| sudo apt-get inst...