Monday, February 28, 2022

How to Fix Time and Date Issues in Windows 11 / 10 and 7 | 6 Different Methods in 2022

If your computer is showing the wrong date or time then you will face significant difficulty in some applications especially if you are browsing. In order to fix this issue follow these simple fixes and your computer will be showing the right time and date just like before.

Fix-1 Set time automatically-

You can always enable your computer to show time automatically

1. Press Windows key+I together to open the Settings window on your computer.

2. Now, click on “Time & Language” in the Settings window.

Time And Launguage Settings


3. In the Settings window, on the left-hand side click on “Date & time“.

4. Now, on the right-hand side of the same window, under Current date and time settings, toggle “Set time automatically” to “On“.

Set Time Automatically New


Close the Settings window and restart your computer.
Check if it works or not.

For Windows 11 users

1 – Open Windows search and Type Change the date and time in it and click on search result.

Change Date Time Settings Search Min

2 – Make sure the Set time automatically option is turned to “On“.

Set Time Automatically Min

Fix-2 Automate Windows Time service-

Automate Windows Time service on your computer.

1. Click on the Search box beside the Windows icon and then type “services“.

2. Now, click on “Services” in the search results to open the Services window.

Services New

3. In the Services window, scroll down and double click on “Windows Time“.

Windows Time Double Click

4. In the Windows Time Properties window, click on ‘Startup type:‘ and then choose “Automatic” from the drop-down list.

5. Now, click on “Start” to start the service on your computer.

Windows Time Automatic

6. Finally, click on “Apply” and then on “OK” to save the changes.

Apply Ok Windows Time

 

Close Services window.

Reboot your computer to witness the changes on your computer.

After rebooting check the time and date settings on your computer.

Fix-3 Set time according to Internet Time settings-

1. Press Windows key+R to launch the Run window on your computer.

2. Type this run command in the Run window and then hit Enter. The date and Time window will be opened.

timedate.cpl

Time Date Settings

2. In the Date and Time window, go to the “Internet Time” tab and then click on “Change settings…“.

Date And Time Change Settings

3. In the Internet Time Settings window, check the option “Synchronize with an Internet time server“.

4. Now, click on ‘Server:‘ and choose “time.windows. com” server from the drop-down.

Internet Time Settings New

5. Then click on “Update Now“. Finally, click on “OK” to save the changes on your computer.

Udpate Now

6. In the Date and Time settings window, click on “Apply” and “OK” to save the changes on your computer.

Apply And Ok

Close Settings window. Check if you are still facing the same problem at your end or not. Your problem should be solved.

Fix-4 Reset w32time.dll from CMD-

Res-registering w3time.dll from Command Prompt may work out for you.

1. Click on the Search box beside the Windows icon and then type “cmd“.

2. Then, right-click on “Command Prompt” in the elevated search result and choose “Run as administrator“.

Cmd Search

Command Prompt with administrative rights will be opened.

3. In Command Prompt window, copy-paste this command and then hit Enter to execute it on your computer.

regsvr32 w32time.dll

After executing the command, close the Command Prompt window.

Restart your computer to save the changes.

Check if it works or not.

Fix-5 Set time and date manually-

If nothing is working out, set time and date manually-

1 – Open Windows search and Type Change the date and time in it and click on search result.

Change Date Time Settings Search Min

2 – Now, Turn Off Set Time automatically option to off.

Now, click on change.

Set Time Automaticallu

For Windows, 11 users screenshot will look like the one given below

Change Date Time Min

5. In the Change date and time window, click on “Date” to change the date to the actual date.

6. Repeat the same feat for “Time” by setting the right time.

7. Now, Click on “Change“.

Change Date

8.  Now, in the Settings window, scroll down and find ‘Time Zone‘.

9. Click on the drop-down and then select the time zone you are currently in*.

Time Zone Final Copy

*NOTE– You will notice the same time zone for a variety of locations. Choose the particular time zone where you are.

  • Close Settings window.
  • Now, reboot your computer.
  • After rebooting check the time and date settings.
  • Your problem will be solved.

Fix-6 Using Registry Editor

1. Press Windows key + R key together to open Run.

2. Now, Type Regedit in it and click OK.

 

Press Win + R To Open Run Box, Type Regedit, Hit Ok

 

3. After it opens up, before proceeding, take a registry backup.

Now, Move to the following location in the registry editor.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet

4. Now, locate ControlTimeZoneInformation in the left menu, if it does not exist, Right-click on CurrentControlSet and create a new key.

Right Click New Key

5. name it ControlTimeZoneInformation .

6. Now, on the right side, right-click on empty space anywhere and click on New > Dword (64 bit).

Name it as RealTimeIsUniversal .

New Dword 64 Bit

7. Double click on RealTimeIsUniversal  . Change Value data to 1.

Valuedata0real

 

Note: If still your problem is not solved, try to change your BIOS battery as it may be the reason behind this. As BIOS is having no battery backup, it fails to update time after the computer is shut down.

Sunday, February 20, 2022

HTML Essential Training - Formatting Text - LinkedIn Learning QUIZ Answers(Bold Text) with Explanation

Question 1 of 21

How many elements are there in the following HTML code?

<h1> The End of the World is Nigh </h1> <article> Musings on our Current Social Predicament, by <em> Trans I. Tory </em> <p> Random content….</p> </article>

Question 2 of 21

Which code produces the output shown in the image below?

Text demonstrating the superscript, subscript, and small tags

Question 3 of 21

How do we use HTML elements in combination with each other?

Question 4 of 21

Which two elements are used to mark-up subscript and superscript text?

Question 5 of 21

Which HTML code snippet produces the output shown in this image?

Text broken into separate lines or paragraphs

Question 6 of 21

When deciding which headline level to use (h1, h2, h3, h4, h5, h6) which of these statements is true?

Question 7 of 21

Which markup is correct?

Question 8 of 21

Which tag preserves the spaces, tabs, and line breaks within a piece of text so a poem or piece of code can be presented faithfully?

Question 9 of 21

Which HTML element has the correct structure?

Question 10 of 21

How does the break tag differ from most other inline and block tags?

Question 11 of 21

Why is it important to remember to use closing tags?

Question 12 of 21

Which elements are used to mark-up code on screen?

Question 13 of 21

Which type of element is typically a block?

Question 14 of 21

What's a true statement about the difference between the <blockquote> element and the <q> element?

Question 15 of 21

In the tag below, what do we call "datetime"?

<time datetime="2024-03-07"> March, 7, 2024</time>

Question 16 of 21

Which is a true statement about HTML lists?

Question 17 of 21

Besides visual appearance, what is most important about headline levels?

Question 18 of 21

When we want to convey importance, seriousness, or urgency, which element do we use?

Question 19 of 21

Which elements are used to convey meaning, instead of just typesetting convention?

Question 20 of 21

What code produces the list shown in this image?

List demonstration text

Question 21 of 21

How many different headline levels are displayed in the image shown below?

Text containing a series of different headlines and normal text

Friday, January 28, 2022

How to find which SSD is supported by my Laptop | Best Budget SSDs to Buy 2022 (All Catogery)


You can use the above 2 Sites to find the Copmaticable SSD for your laptop and get the one that is best from the list below.


Wednesday, January 19, 2022

How amazon Exchange works for Buying Xiaomi 11T Pro at 34,450/- 12GB 254GBn HINDI with 500 Coupon

The device that is designed For everyone, The device which got better from its previous generation,  successor To The popular Xiaomi 10T Pro Series



Xiaomi 11T Pro 5G 500/- Discount on Amazon:-  https://amzn.to/3KAjGWS

Xiaomi 11T Pro 5G (Celestial Magic, 12GB RAM, 256GB Storage)  : https://amzn.to/3Kq02wv

Xiaomi 11T Pro 5G (Moonlight White, 8GB RAM, 256GB Storage) : 

https://amzn.to/3FJTNQF

Xiaomi 11T Pro 5G (Celestial Magic, 8GB RAM, 128GB Storage) : 

https://amzn.to/3Afs3SE

About this item

The 5G enabled flagship Snapdragon 888 chipset is designed on a 5nm fab process and is paired with LPDDR5 RAM and UFS 3.1 storage to ensure ultra-smooth performance and a seamless multitasking experience.

The 6.67" FHD+ true 10-bit AMOLED display has a 120 Hz refresh rate along with a 480Hz touch sampling rate. This Displaymate A+ certified panel brings vivid pictures, smoother and faster touch response. It also comes with Dolby Vision, HDR 10+ certification to ensure unparalleled multimedia viewing experience. Also, the display is protected by Corning Gorilla Victus glass.

The flagship 108MP HM2 sensor, 8MP Ultra-Wide sensor and 5MP TeleMacro sensor ensures flawless photography as well as Videography in all scenarios and lighting conditions. The device supports 8K video recording and comes with several easy-to-use photography and videography modes so that everyone can capture professional-grade images and videos with the least effort.

The dual symmetrical speakers with Sound by Harman Kardon comes with Dolby Atmos certification that brings out a richer audio experience. The device is also Hi-Res certified for both wired and wireless Audio

The phone comes with 120W Hypercharge technology that can fully charge the massive 5000mAh battery in a few minutes

Alexa Hands-Free capable: Download the Alexa app to use Alexa hands-free. Play music, make calls, hear the news, open apps, navigate, and more, all using just your voice, while on the go.


Support Me At@:

buymeacoffee: https://www.buymeacoffee.com/Bluetext.in (Use This)

Patreon : https://www.patreon.com/BlueTEXT

ko-fi : https://ko-fi.com/bluetextin

UPI : bluetext.in@dbs

► SUBSCRIBE for more Tutorials: https://www.youtube.com/channel/UCg3cXrDtv6A-yoJYdl2_CSA?sub_confirmation=1

Follow me @ 

GitHub : https://github.com/CodeOnYT

Facebook: https://www.facebook.com/CodeOnYT

Twitter: https://twitter.com/Tulsiram_Methre

Instagram : https://www.instagram.com/CodeOnOriginal

Pinterest : https://in.pinterest.com/BlueTEXTin

LinkedIn: https://www.linkedin.com/in/code-on-6a59301aa/

website: https://www.bluetext.in/

#xiomi11tpro #buyonamazon #HowtoTech



Tuesday, January 11, 2022

Ansible - Automation Essentials - Part 3 [ Parts of Ansible ]

How Ansible Works?

As already discussed, Ansible is a configuration management tool, based on push-based architecture to automate the configuration of your hosts to achieve the desired state.

Following are the components of Ansible architecture

  • Inventory - Defines the list of target hosts
  • Playbook (YAML file) - Defines a list of tasks
  • Module - A python code invoked from tasks and executed on hosts
  • Control Machine - Takes playbook and executes each task on a particular group of hosts

Playbook

A Playbook is a file that defines the desired state of your system.

It contains plays, which has a list of tasks to run in sequence against a list of hosts.

  • A play is a set of tasks, grouped together to achieve an objective
  • A task is an instruction you give to Ansible.
  • They are written in YAML format, a data serialization language, that we discussed in previous cards.

Inventory

So Ansible captured the desired state through Playbook, but how would ansible know which machines it should configure through Inventory?

The Inventory file in Ansible contains the list of all hosts (target systems/servers) that need to be configured. You can also group hosts under different names as shown:

[group A]

Host 1

[group B]

Host 2

Host N

More on Inventory

  • Default location of Inventory File: /etc/ansible/hosts
  • You can define an Inventory file statically (.ini file) or dynamically (.json file) to Ansible.

Modules Perform the Action

Modules are a piece of code that gets executed when you run a playbook. You use them to describe the state you want the host to be in.

Each task in play is made of modules and arguments.

Ansible - Automation Essentials - Part 2 [ Introduction to YAML Language ]

What is YAML?

YAML stands for Yet Another Markup Language. It is a data serialization language just like JSON.

Why YAML, when we already have JSON or XML?
  • YAML files are easy to read and write for humans, similar to English.

Foundation of YAML


  • YAML files should end as .yaml or .yml
  • Begins with --- and ends with
  • # defines comment

YAML is Case and Indentation Sensitive

  • Members of a list should be at the same indentation level starting with a dash(-) and space.
  • Each item in the list is a key: value pair (colon must be followed by a space), called a dictionary.
  • At each level, exactly two spaces are used for indentation. Using tabs is not recommended here.

Boolean Values

Variables can be defined in YAML files as shown:

stream: Java

allocated: true
allocated: yes

allocated: no

allocated: True

allocated: TRUE

allocated: false

Variables can be assigned boolean values in different ways as shown:

Data Structures

Complicated data structures are possible in YAML.

You can define lists having dictionariesdictionaries having lists or a mix of both.

In the following example,

  • name and job are dictionaries. Skill is a dictionary with a list.
  • David and Amy are listed as having dictionaries
# Employee records

- David:

name: David Moore

job: Developer

skills:

- python

- sql

- java

- Amy:

name: Amy Brown

job: Developer

skills:

- angular

- redux

- react