Skip to main content

Featured

Python To read the news

Hello Guys, in this blog we will use Python to read the news. Before this, the concepts of APIs, JSON, Python Libraries should be clear. We are going to use 'newsdataapi' library of Python. The newsdataapi is the official Python client library for the Newsdata.io API. Its primary purpose is to simplify the process of accessing global news data directly from Newsdata.io, allowing developers to integrate news content into their applications without having to manually construct HTTP requests. It acts as a wrapper around the API, handling the complexities of authentication, request parameters, and response parsing. So Lets Start. Making Python to read the online news Step 1: Get your API key Sign Up : Go to the Newsdata.io website and create a free account. The free plan typically offers a limited number of credits per day (e.g., 200 credits). Get the Key : Once you've created and verified your account, your unique API key will be available on your dashboard. Copy this key,...

CMD: Cool Commands

Show Connected Wifi password

The process that I am going to tell you is that to show the wifi password of those wifi which are connected to your laptop using cmd. Here's the command

netsh wlan show profile

This command is used to show the SSID . 

For example now I have choose the SSID  like ABCD. Now to see the password

netsh wlan show profile name="ABCD" KEY=CLEAR

Now in the Security Setting 'Key Content ' found and that key content is the password

Security Settings

Key content: dkjdskfljsdkjfasfll


System Information GUI

Windows include a tool called Microsoft System Information(Msinfo32.exe). This tool is used to information about your computer. To do this just open the cmd and type msinfo32. It will display the dialog box which contains the information about your computer system.

msinfo32


ShutDown Computer

Open the command prompt and type shutdown /s for  immediate shutdown , /a for abort shutdown , /r for restart,  /l for log off current user and /f for forceful shutdown which closes the all other application forcefully.

shutdown /s


NsLookUp Tool

Nslookup is name of a program that lets any computer user to enter a host name(for example: "anything.com") and find out the corresponding ip address or domain name system(DNS) record

nslookup host_name



Comments

Popular Posts