Thursday, February 6, 2025

Horizontal Line in Google Doc Header and Footer

If you would like to have a Horizontal Line in Google Doc Header and/or Footer, use the following steps:
 
1. Select Insert –> Headers & Footers –> Header
2. Select Insert –> Horizontal Line.
 
Please do the same steps for Footer after doing it for the Header if you want to have the horizontal line in the Footer also.

Fit Image to Full Page in Google Docs

If you are looking for cover page for your Google Document or fit an Image to an entire page, you can use the following steps:

1. If you have already created your document, use Page Break.

2. Go to the first page.

3. Select Insert –> Headers & Footers –> Header.

4. Use or enable “Different first page” option.

5. Go to the Body of the document in the first page.

6. Insert the image. Please don’t insert the image on the Header. It should be inserted on the Body.

7. Select the Image and click the Image Options.

8. Use “Behind text” and “Fix position on page” options. You can expand the image to fit. You can also add text, images, etc. The image will work as a Background to the first page of the Google Document.


Friday, February 16, 2024

How to install OpenSSL in Windows?

1. Go to https://slproweb.com/products/Win32OpenSSL.html.

2. Check “Download Win32/Win64 OpenSSL” section.

3. Download the exe file to install it.

4. Add “C:\Program Files\OpenSSL-Win64\bin” to the Environment Path Variable.

5. Create a new Variable with the name “OPENSSL_CONF” and with the value “C:\Program Files\OpenSSL-Win64\bin\openssl.cfg”.

6. Use the following command to verify.

openssl version

Monday, February 12, 2024

How to extract tar gz file in Windows?

In order to extract or export the tar.gz file content, we can use the tar command in the Windows Command Prompt.

Command:

tar -zxf openssl-3.2.1.tar.gz

In the above example, openssl-3.2.1.tar.gz is the name of the tar.gz file.

Wednesday, January 17, 2024

How to replace multiple File Names in Windows?

PowerShell command can be used to replace multiple File Names in Windows.

Before File Names Update:

PowerShell Command:

dir | Rename-Item -NewName {$_.name -replace "Test", "Example"}

After File Names Update:

Monday, December 25, 2023

Delete WhatsApp Business Account

We can Delete or Manage WhatsApp Business Account from Meta Business Suite.

1. Go to https://business.facebook.com/wa/manage/phone-numbers/.

2. Use the Delete icon to delete the number.

After clicking the Delete icon, wait for few mins. The deletion takes some time to complete the process.

To convert the WhatsApp number from Business Account to personal account, we have to delete it first from the Meta Business Suite.

Sunday, December 24, 2023

Format Flash Drive in MacOS

1. Go to Applications.

2. Open Disk Utility application.

3. Select the Flash Drive.

4. Select Erase option.

5. You can enter a new Name. Also, you can select the Format.

6. Click the Erase 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...