Posts

Showing posts with the label Programming

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...

Enable GRUB Menu, Disable direct start-up to windows

  Log into Windows and make sure fast startup is disabled by right clicking the start menu and select  Command Prompt (Admin)  option. Now type in  powercfg -h off and press enter. Type the following into the command prompt and press enter: bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi Restart your computer and you should now see the Grub screen! Source: https://medium.com/@mugglestudies/common-problems-with-ubuntu-and-windows-dual-boot-installations-the-official-muggle-studies-guide-653fa37116b2

Some useful React stuff

https://dev.to/fimrancodes/i-have-been-using-react-for-the-past-5-months-here-are-my-thoughts-about-it-57ad

Programming Posts

Here I'm gonna write about programming stuff