In this article, you will learn how to install and use scrcpy on Linux. What is scrcpy? scrcpy is an application used to display and control the Android phone without installing any application on your android device and importantly it does not require any root access. Things you need to start using this application are listed below. 1) USB cable 2) Android phone with USB debugging on(Android 5.0 or above) 3) PC(Debian based os required) Installation sudo apt install scrcpy I prefer to use snap for installing scrcpy because snap store seems to have the latest package To install using snap use the following command snap install scrcpy Running scrcpy step 1) Plug an Android device(turn on USB debugging) using USB to your pc. step 2) open terminal and type scrcpy (or type scrcpy --help to see list of additional commands). If you want to know more about scrcpy click on the link below https://github.com/Genymobile/scrcpy Bonus: You can also play games like among us using scrcpy on Linux
1) Introduction to computers. A computer is nothing but a device that compute numbers. So now let's talk about how this cool thing works. 2) parts of a computer and their main functions. a] CPU (Central Processing Unit) - Do all the processing (Arithmetical and logical operations). b] RAM (Random Access Memory) - Stores important data that needed for execution of any program. c] Storage devices (Hard Disk,SSD) - Stores date like (Operating System (O.S), Software's, images, songs, videos, etc.) d] Motherboard - You can think it as a PCB that helps to communicate with other devices like CPU,RAM, storage devices, graphics card etc to each other. e] PSU (Power Supply Unit) - Provides power to all components.