Powered by Blogger.

Social Icons

Featured Posts

List all files in a Directory in Python

Wednesday, February 22, 2023

import os

directory_path = "/path/to/directory"

#For windows
directory_path = "C:\\path\\to\\directory"

file_list = os.listdir(directory_path)

print("List of files in directory:")
for file_name in file_list:
    print(file_name)

Change Language in Google Doc Voice Typing

Wednesday, February 15, 2023

Open Google Doc

Click Tools - Voice typing

Click Drop Down menu 



Select Language



Import Passwords to Chrome Browser

Monday, February 13, 2023

 Open chrome://flags in Chrome Browser

Type password import in Search flags

Choose Enabled from dropdown list box

Click Relaunch button

Open chrome://settings/passwords in Chrome Browser

Click three-dot button in Saved Passwords 

Click Import passwords

Locate CSV file and click Open



Close Google Chrome browser from terminal

Run the following command from terminal

taskkill /F /IM chrome.exe

Same command can be used to close other processes.

Just replace chrome.exe with the process name and include extension as well.

Add Bookmarks in Brave Browser for Android

Friday, December 16, 2022

 Open Website in Brave app

Click Bookmark icon in bottom left.


Bookmark will get saved.







Clear Google Chrome Console History

Thursday, November 03, 2022

 Open Console

Right click in console and click Clear console history



Fix Horizontal Lines on Youtube videos

Saturday, October 15, 2022

 Go to  Chrome settings

Search for hardware acceleration

Turn off  the setting

Relaunch the browser



Delete Brave browser Internet history on Android

Wednesday, October 12, 2022

Open Brave Browser

Press three dots on lower-right corner


Press History



Press Clear browsing data...


Press Clear data



Check Bluetooth Headphones Battery Level

Sunday, June 26, 2022

Pair Bluetooth Headphone with mobile phone.

Now battery level will be visible.




Get X,Y coordinates of mouse cursor in Linux

Install package xdotool

sudo apt-get install xdotool


Now run following command to get X,Y coordinates of mouse cursor

xdotool getmouselocation


Output will be like this

x:1285 y:10 screen:0

Check if computer is BIOS or UEFI in Linux

Sunday, May 15, 2022

Look for  folder /sys/firmware/efi

ls /sys/firmware/efi

If folder is there then its UEFI otherwise its BIOS

Add Google Search engine to Firefox Browser in Linux Mint

Thursday, September 16, 2021

 Open following link in Firefox Browser

https://www.linuxmint.com/searchengines/anse.php?sen=Google&c=y


Right click in  Address Bar and select Add Google


Go to Preferences and select Google from Default Search Engine




Reset Windows Time Service from Command Prompt

Open Command Prompt as administrator

Run the following commands:

 net stop w32time

w32tm /unregister

w32tm /register

net start w32time

w32tm /resync /nowait

Sync time from Command Prompt in Windows

Open Command Prompt as administrator

Run the following command:

 w32tm /resync

WhatsApp Web Shortcuts Tips & Tricks

Sunday, January 10, 2021

Create new chat/group  Ctrl + Alt + N

Open WhatsApp profile Ctrl + Alt + P 

Open WhatsApp Settings Ctrl + Alt + ,

Search chats/messages Ctrl + Alt + /

Search inside active chat Ctrl + Alt + F

Archive active chat Ctrl + Alt + E 

Mute active chat Ctrl + Alt + Shift + M

Contact support Ctrl + Alt + Shift  + H

Mark active chat as unread Ctrl + Alt + Shift + U

Delete active chat Ctrl + Alt + Backspace

Bold text enclose text with asterisk *Hello* 

Italicize text  enclose text with underscore _Hello_

Strikethrough text enclose text with tilde ~Hello~

Change font enclose text with three backtick ```Hello```



Use WhatsApp on Computer | Connect to WhatsApp Web

 Please follow the steps to use WhatsApp on computer

Open https://web.whatsapp.com/ in browser

 You will see QR Code

Select the checkbox "Keep me signed in"


 

 

 

 

 

 

 

Now Open WhatsApp app on mobile phone

Make sure you are already registered on WhatsApp

Tap Menu


 

 

 

 

 

 

Tap WhatsApp Web 

 

 

 

 

 

 

 

 

 

 

Scan QR code on computer 

 


 

 

 

 

 

 

 

 

 

 

 

 

You will see chat(s) in browser 


 

 

 

 

 

 

 

Mobile phone needs to be connected to internet to use WhatsApp Web on computer.

Get permalink of Facebook post | Facebook post permalink

 To get the URL of Facebook post

Click the time stamp (Date, time) of the post

 




New page will open 

Note the URL from browser address bar



Free Image to text conversion | Free OCR

Wednesday, May 27, 2020

Open drive.google.com in browser

Locate the file and right click

Click Open with -> Google Docs


Open Mozilla Firefox automatically in Private Mode

Click Menu -> Options




Click Privacy & Security
Under section History, Click Firefox will drop down list box
Select Never remember history





Prompt will popup asking to restart Mozilla Firefox Browser
Select Restart Firefox now


Now Mozilla Firefox Browser will start in normal mode with the settings of private browsing mode.

Redmi 8A Launch

Wednesday, September 25, 2019

 

Translate

Popular Posts