Wednesday, April 26, 2023

ModuleNotFoundError: No module named 'requests' Python Exception

Exception:
ModuleNotFoundError: No module named ‘requests’

Resolution:
requests module should be installed before using it. So, use the following command to install it.

py -m pip install requests

Note:
The above command was for Windows OS. I used Python 3.11.2 version.

Tuesday, April 11, 2023

How to disable cache in Bluehost?

1. Login into Bluehost portal.

2. Select the Website for which you are planning to disable cache in Bluehost.

3. Select Performance Tab.

4. Check the Cache Settings.

5. Toggle it to the left side to disable the Cache. Check the following screenshot for reference.

Friday, April 7, 2023

How to check image URL in Wordpress editor?

Edit as HTML option on the image can be used to find the URL of the Image in WordPress editor.

1. Select the Image.

2. Select Options.

3. Select Edit as HTML.

4. You can see the URL of the image.

Thursday, April 6, 2023

How to give Read Only Access to an user in Amazon AWS?

1. Go to IAM in Amazon Console.

2. Select Users.

3. Click the user who has to get the Read Only Access.

4. Click “Add permissions”.

5. Select “Attach policies directly”.

6. Search “ReadOnlyAccess”.

7. Select ReadOnlyAccess where the type is AWS managed – job function.

Unable to view Lucidchart Shapes

When you open the Lucidchart document, it will not show all the shapes. You have to edit the document to view all the added and supported sh...