As it comes
Sunday, July 7, 2024
How to get Dividend, interest income from Form26AS
›
Download FORM26AS from incometax site or bank site in txt format. Use this command to get entries: grep ^[0-9] AXXXX848XX-2024.txt >a.tx...
Friday, November 26, 2021
Procedure to renew driving license in Maharashtra
›
Visit below link to fill the form online https://sarathi.parivahan.gov.in/sarathiservice/sarathiHomePublic.do Select option "Apply ...
Sunday, October 28, 2018
Listing only directories in linux
›
ls -d */
Install android apk using adb with all permissions granted by default
›
adb install -g myAndroidApplication.apk
Clear android Application data using shell command
›
adb shell pm clear com.app.packageName
Reset a specific permission of android package
›
adb shell pm revoke com.app.packageName android.permission.WRITE_EXTERNAL_STORAGE
Reset all granted permissions to a android package
›
adb shell pm reset-permissions -p com.app.packageName
›
Home
View web version