Powered by Blogger.

Social Icons

Featured Posts

Allow Pop Ups On Google Chrome

Tuesday, December 02, 2025

Open chrome://settings/content/popups in Chrome Browser

Select Sites can send pop-ups and use redirects under Default behavior


Click Add next to Sites listed below follow a custom setting instead of the default


Enter url and click Add



Change Your Search Engine in Brave Browser on Android

 Open Brave Browser

Tap 3 dots


Tap Settings


Tap Search engines



Tap Standard tab

Select Search engine and tap X









WhatsApp Formatting Tricks!

Monday, November 17, 2025

Format WhatsApp text


Bold

*text*


Italics

_text_


Strikethrough

~text~


monospace

`text`

multiline monospace
`Line one`
`Line two`
`Line three`

Combine formatting

*_bold + italic_*

bold + italic


*~bold + strikethrough~*

bold + strikethrough


_`italic + monospace`_

italic + monospace

There should be NO spaces between the formatting symbols and the text

How to set up proxy in WhatsApp

Sunday, September 14, 2025

 Open WhatsApp

Tap 3 dots



Tap Settings


Tap Proxy

Tap Set-up proxy


Enter Proxy host
Tap Tick Mark icon


Enable Use Proxy





Lock Windows 11 screen shortcut

Sunday, April 20, 2025

 Press Windows key + L

Enable Compiz on Linux Mint Mate

Tuesday, April 15, 2025

 Click the Menu button


Search for Desktop Settings and open it


Click Windows


Click Window Manager


Select Compiz from the list


Click Configure Compiz to adjust its settings



Enable Compiz on Linux Mint Xfce

 Click the Menu button

Search for Desktop Settings and open it

Click Window Manager

Select Compiz from the list


Click Configure Compiz to adjust its settings


How to Disable Auto Dubbed Audio on YouTube Videos

Monday, April 07, 2025

1. Go to Settings

2. Select Audio Track

3. Choose the Original Language

Open a Website with Selenium

Thursday, April 03, 2025

 import time

from selenium import webdriver


driver = webdriver.Chrome()

driver.get("https://www.example.com")


time.sleep(5)

driver.quit()

How to change Nokia 105 Screen Timeout

Friday, February 07, 2025

Please follow the steps to change Nokia 105 Screen Timeout 

Settings

Display Settings

Backlight

Time-out

Change - Select time

OK

Save

Use Google Messages without an account

Tuesday, December 10, 2024

 Go to Phone settings -> Apps -> Messages -> Clear Data

Restart App

Microsoft outage Crowdstrike Blue Screen of Death workaround

Friday, July 19, 2024

1. Boot Windows into Safe Mode or Windows Recovery Environment

2. Go to directory C:\Windows\System32\drivers\CrowdStrike

3. Find and delete file matching C-00000291*.sys

4. Boot to Windows

Open PDF File in Full Screen View in Google Chrome Browser

Saturday, February 17, 2024

Open the PDF file in Google Chrome Browser

Click Three-dot icon

Select Present 

Press Esc key to exit full screen mode



Right-to-Left Text Alignment in Notepad

Tuesday, January 09, 2024

Right-to-Left: Ctrl + Right-Shift

Left-to-Right: Ctrl + Left-Shift

or

Right click in Notepad 

Click Right-to-left reading order





Add Date / Time stamp to photos on Android Mobile Phone

Friday, September 15, 2023

Open Camera application

Tap Settings 



Tap Watermark




Tap On
Tap Date and time




How to completely remove Firefox Browser

Tuesday, August 22, 2023

Uninstall Mozilla from Add or remove programs

Now search %appdata% and it will open Windows Explorer

Delete folder Mozilla

Create Executable Applications in Python

Wednesday, April 05, 2023

Install package pyinstaller and run the following command

 pyinstaller --onefile <filename>.py

Error #204: It seems UI.Vision RPA is not installed yet - or you need to turn on Allow access to file URLs for UI.Vision RPA in your browser extension settings.

Monday, April 03, 2023

 Follow the steps to enable Allow access to file URLs:

Click Extensions icon

Click 3 dots (...) next to UI Vision RPA

Click Manage Extension



Scroll down and enable Allow access to file URLs



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



 

Translate

Popular Posts