[:vi]In this post, I want to emphasise the approach to speed up importing data to a MySQL or MariaDB database using the exported file. To remind how to export the…
How to manage multiple AWS keys on localhost
[:vi]To manage multiple AWS keys on localhost, configure multiple profiles in the AWS CLI using the ~/.aws/config and ~/.aws/credentials files. Obtain Access Keys:Navigate to the AWS Management Console and create…
[:vi]How to use the curl command to make DNS queries and resolve domains[:fr]How to use the curl command to make DNS queries and resolve domains[:en]How to use curl to make DNS queries and resolve domains[:]
[:vi]curl –resolve [:fr]curl –resolve [:en] 1. Use –resolve Option The –resolve option allows you to manually specify the IP address for a domain, effectively overriding DNS resolution. Steps: Use the following syntax:…
How to force DNS lookup domains
[:vi]$ nslookup dmscambs.co.uk 8.8.8.8$ nslookup dmscambs.co.uk$ curl -i www.dmscambs.co.uk$ curl -vvv www.biomodels.co.uk[:fr]$ nslookup dmscambs.co.uk 8.8.8.8$ nslookup dmscambs.co.uk$ curl -i www.dmscambs.co.uk$ curl -vvv www.biomodels.co.uk[:en] $ nslookup dmscambs.co.uk 8.8.8.8$ nslookup dmscambs.co.uk$ curl…
AWS CLI Cheat Sheet
[:vi]ssss[:fr]ssss[:en] Common commands General Configuration Configure AWS CLI with credentials: aws configure –> Enter Access Key, Secret Key, Region, and Output Format. Create a profile: aws configure –profile <profile-name> Use a specific profile: Add –profile <profile-name> to…
[:en]How to understand the underscore better in Python[:]
[:en] Overview The underscore or underbar (_) serves many purposes in Python, and I haven’t fully grasped about some aspects of every one of them before starting this article. I…
[:en]How to set PHP version per directory[:]
[:en]On shared hosting servers, multiple versions of PHP can be simultaneously installed and various applications have to run with different PHP versions. How can we set up, for example, the…
[:en]Print Only HTTP Status Code With Curl[:]
[:en]When handling HTTP requests, it is often necessary to check the status code of a response quickly, without retrieving the full headers or body. This is useful for testing API…
[:en]How to use the GET and POST method of Fetch API in JavaScript[:]
[:en]This post will give an introductory explanation about using this method to get data from servers or post data to servers. What is the Fetch API? Fetch API is a…
[:en]Dockerfile templates[:]
[:en]https://elroydevops.tech/mau-dockerfile-cac-du-an/?fbclid=IwAR1wxvROUYWSOhxqxG4_ozA-qqT97DSZ0dTjBCs4n6BzF6iFRe7uN4D30rk#Dockerfile_Python Table of Contents [:]
![[:vi]ITers'Desktop[:fr]ITers'Desktop[:en]Desktop of ITers[:]](https://www.itersdesktop.com/wp-content/uploads/2013/12/cropped-ITERSDESKTOP-1.png)