Skip to content

KHAPCHI.COM

One stick to rule all staffs!

  • Home
  • Technology
  • Tools
  • About
  • Toggle search form
  • How to connect to Local MySQL Db using Python3 Technology
  • Python3 regular expression to fetch Domains from a string or Paragraph. Technology
  • Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access Uncategorized
  • Prepare a Linux server for first use. Technology
  • 7 Commands to know your Linux Server Technology
  • Begin! Uncategorized
  • Store JSON response from API as separate columns in MySQL table? Technology
  • How to make DNS lookup of an IP or Domain using Python3. Technology

Month: December 2022

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

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
    • 7 Commands to know your Linux Server Technology
    • Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access Uncategorized
    • Prepare a Linux server for first use. Technology
    • How to make DNS lookup of an IP or Domain using Python3. Technology
    • How to Query any REST API using Python3 easy. Technology
    • Begin! Uncategorized
    • How to store JSON response from an API to MySQL table? Technology
    • Store JSON response from API as separate columns in MySQL table? Technology

    Copyright © 2025 KHAPCHI.COM.

    Powered by PressBook News WordPress theme