Monday, November 14, 2022

How to set Date time while making PostMan Requests?

To set Date time while making Requests in PostMan, we can use Pre-request Script.

Sample Code:

const moment = require( 'moment' );    pm.environment.set( "currentDateTime", moment().utc().format( "YYYYMMDDTHHmmss" ) + "Z" );

Monday, November 7, 2022

How to add applications in Windows Startup?

Use run command shell:startup to add applications in Windows Startup.

1. Open Run in Windows.

2. Execute shell:startup command.

Friday, November 4, 2022

How to disable automatic VPN server selection in Cisco AnyConnect?

Disable “Enable automatic VPN server selection” to disable automatic VPN server selection in Cisco AnyConnect. Check the following steps for reference.

1. Open Cisco AnyConnect Settings.

2. Disable “Enable automatic VPN server selection”.

Thursday, November 3, 2022

How to Create PDF from Microsoft Word document?

1. Open the Microsoft Word Document.

2. Select File Option.

3. Select Export Option.

4. Select Create PDF/XPS option.

Thursday, October 20, 2022

How to open octet-stream files?

To open octet-stream files, we should know the extension of the file which was converted to octet-stream file.

If the text file was converted to an octet-stream file, then you have to update the octet-stream downloaded file with extension .txt.

If a compressed file was converted to an octet-stream file, then you have to update the octet-stream downloaded file with extension .zip.

octet-stream help us to protect our files.

Thursday, October 13, 2022

How to get Slack URL from the App?

Use the following steps to get the Slack URL from the App.

1. Open the Slack App.

2. Click the App icon.

3. You can find the Slack URL.

Tuesday, September 20, 2022

How to update PHP version in Bluehost for Wordpress Site?

1. Login into Bluehost Portal – https://my.bluehost.com/.

2. Go to Advanced and select MultiPHP Manager.

3. Select the Sites, select the PHP Version and click Apply button.

How to change Cursor Color Theme?

Effortless Customization: A Step-by-Step Guide to Changing Your Cursor Color Theme Are you tired of the same old cursor on your screen? Do y...