Skip to main content

Posts

Showing posts from January, 2020

Linux Command Help - Linux Quizard

So do you want to know about the commands beyond cp, rm and mkdir? Do you want to know what does file command do? Do you want to know what is whatis? Download the Linux Quizard app by Hegdeapps now and view through 244 MCQ on various topics.

Linux Quizard

Today I published my app - Linux Quizard to goolge play. Here are the key features of this app It has 240+ objective type questions on various topics of Linux It has 140+ questions on commands and shell scripts All questions have answers and explanations when needed Like my other apps, this app has a quiz which gives you random 25 questions. The quiz can be taken offline Download the app today from google play.

USB debugging in Linux

To test your android apps which are under development, you can use the emulators or actual phones. Emulators are slow and not very flexible. So better option is connect a phone to your android studio and test the app on that. How do we enable this -   debugging of the app using phone? In Linux platform, it is easier. You don't need to download any software to your laptop. The two step process is as follows. Step 1 : Enable usb debugging in the phone To enable usb debugging, you have to reveal and enable developer options in your phone. You have to go to settings and some where in the menu, you will get build number. You need to tap it 7 times. Now Developer options are enabled and shown in your menu. In developer options, enable usb debugging.  Step 2 : Add the Vendor id of your phone to udev rules file Connect your phone using usb port. Now give lsusb command. It will list all usb devices connected.  lsusb Bus 001 Device 006: ID 0bda:0129 Realtek Semiconductor C