Skip to content

KHAPCHI.COM

One stick to rule all staffs!

  • Home
  • Technology
  • Tools
  • About
  • Toggle search form
  • Store JSON response from API as separate columns in MySQL table? Technology
  • How to store JSON response from an API to MySQL table? Technology
  • Prepare a Linux server for first use. Technology
  • How to connect to Local MySQL Db using Python3 Technology
  • 7 Commands to know your Linux Server Technology
  • How to Query any REST API using Python3 easy. Technology
  • Begin! Uncategorized
  • Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access Uncategorized

Python3 regular expression to fetch Domains from a string or Paragraph.

Posted on December 20, 2022December 20, 2022 By Khapchi No Comments on Python3 regular expression to fetch Domains from a string or Paragraph.
Python3 regular expression to fetch Domains from a string or Paragraph.

To generate a regular expression that can extract valid domain names without “www” from a paragraph, you can use the following pattern: This regular expression uses the following elements: This regular expression will match domain names that consist of one or more subdomains, followed by a top-level domain (TLD). For example, it will match “example.com”,…

Read More “Python3 regular expression to fetch Domains from a string or Paragraph.” »

Technology

Store JSON response from API as separate columns in MySQL table?

Posted on December 8, 2022December 20, 2022 By Khapchi No Comments on Store JSON response from API as separate columns in MySQL table?
Store JSON response from API as separate columns in MySQL table?

To store the JSON response from an API as separate columns in a MySQL table, you will need to first create a table in your MySQL database with the appropriate columns for each field in the JSON data. The structure of the table will depend on the schema of the JSON data that you are…

Read More “Store JSON response from API as separate columns in MySQL table?” »

Technology

How to store JSON response from an API to MySQL table?

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to store JSON response from an API to MySQL table?
How to store JSON response from an API to MySQL table?

To store the JSON response from an API in a MySQL table, you will need to first ensure that you have MySQL installed on your computer. You can check if you have MySQL installed by running the following command: If you do not have MySQL installed, you can download and install it from the MySQL…

Read More “How to store JSON response from an API to MySQL table?” »

Technology

How to Query any REST API using Python3 easy.

Posted on December 8, 2022January 4, 2023 By Khapchi No Comments on How to Query any REST API using Python3 easy.
How to Query any REST API using Python3 easy.

To query a REST API using Python3, you will need to first install the requests module. The requests module allows you to send HTTP requests using Python, and is widely used in the Python community. You can install the requests module using pip with the following command: Once you have installed the requests module, you…

Read More “How to Query any REST API using Python3 easy.” »

Technology

How to fetch all DNS records of a Domain using Python3.

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to fetch all DNS records of a Domain using Python3.

To fetch all DNS records of a domain using Python3, you can use the dnspython module, which provides functions for working with DNS records. The dnspython module allows you to fetch the DNS records of a domain and access the individual fields of each record, such as the type of record, the TTL (time to…

Read More “How to fetch all DNS records of a Domain using Python3.” »

Technology

How to make DNS lookup of an IP or Domain using Python3.

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to make DNS lookup of an IP or Domain using Python3.

To make DNS lookups for a domain or IP using Python3, you can use the socket module, which provides functions for working with network sockets. Specifically, you can use the gethostbyname() and gethostbyaddr() functions to perform DNS lookups for domain names and IP addresses, respectively. Here is an example of how you might use the…

Read More “How to make DNS lookup of an IP or Domain using Python3.” »

Technology

How to connect to Local MySQL Db using Python3

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to connect to Local MySQL Db using Python3

To connect to a local MySQL database with Python3, you will need to first ensure that you have MySQL installed on your computer. You can check if you have MySQL installed by running the following command: If you do not have MySQL installed, you can download and install it from the MySQL website: https://www.mysql.com/downloads/ Once…

Read More “How to connect to Local MySQL Db using Python3” »

Technology

Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access

To configure Squid3 proxy on Ubuntu 20.04, you can follow these steps: This should display the Squid process and the port number it is listening on. You can now use your Squid proxy to route traffic for your network. Keep in mind that you may need to configure your network settings to use the Squid…

Read More “Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access” »

Uncategorized

Multilib problems while using yum.

Posted on July 29, 2020July 29, 2020 By Khapchi No Comments on Multilib problems while using yum.
Multilib  problems while using yum.

Often working with package installation we get these errors of Multilib. But they are rather simple to resolve as everything that needs to be done is already mentioned in the logs, but as always i was lazy enough not to read and waste time googling it for quiet sometime. But the solution was mentioned in…

Read More “Multilib problems while using yum.” »

Technology

7 Commands to know your Linux Server

Posted on July 28, 2020July 29, 2020 By Khapchi No Comments on 7 Commands to know your Linux Server
7 Commands to know your Linux Server

Imagine you have found login to a server shell floating in the wild 😛 or just a server handed down from management to deploy something as a solution that they just don’t have an idea. Now before all that hours of meetings and unproductive conversations. You did get a chance to look into the server…

Read More “7 Commands to know your Linux Server” »

Technology

Posts pagination

1 2 Next

Recent Posts

  • Python3 regular expression to fetch Domains from a string or Paragraph.
  • Store JSON response from API as separate columns in MySQL table?
  • How to store JSON response from an API to MySQL table?
  • How to Query any REST API using Python3 easy.
  • How to fetch all DNS records of a Domain using Python3.

Recent Comments

    Archives

    • December 2022
    • July 2020
    • May 2020

    Categories

    • Technology
    • Uncategorized

    Archives

    • December 2022
    • July 2020
    • May 2020
    • How to Query any REST API using Python3 easy. Technology
    • Store JSON response from API as separate columns in MySQL table? Technology
    • Python3 regular expression to fetch Domains from a string or Paragraph. Technology
    • How to make DNS lookup of an IP or Domain using Python3. Technology
    • Multilib problems while using yum. Technology
    • How to store JSON response from an API to MySQL table? Technology
    • Begin! Uncategorized
    • How to fetch all DNS records of a Domain using Python3. Technology

    Copyright © 2025 KHAPCHI.COM.

    Powered by PressBook News WordPress theme