How to Install MySQL 5.6 on Ubuntu 20.04 from Ubuntu repository manually
In this tutorial, we will show you how to install MySQL 5.6 on Ubuntu 20.04 LTS from the Ubuntu repository manually. MySQL is a popular open-source relational database management system…
How To Set Up Nginx Reverse Proxy – vetechno
A reverse proxy is a type of proxy server that retrieves resources on behalf of a client from one or more servers. Nginx is a popular web server and reverse…
How To Install Python 3.11 on Ubuntu 22.04 – vetechno
Python 3.11 is the latest version of the Python programming language. Python is a popular, high-level programming language known for its readability, simplicity, and versatility. It is widely used for…
Bash script for creating MySQL database by taking the input from the terminal
Here is a Bash script that can be used to create a new MySQL database by taking the input from the terminal: This script will prompt the user to enter…
Bash script for creating MySQL database
Here is a Bash script that can be used to create a new MySQL database: You will need to replace the variables db_name, username, and password with the desired values…
Setup Email Notification for Ec2 disk alert and Private IP using SNS topic via bash script
Hey reader, if you want to To send EC2 instance disk space alerts and Private IP using an SNS topic to an email address via a Bash script, you can…
mongorestore command not found amazon linux 2 – vetechno
The mongorestore command is a command-line tool included in the MongoDB server package. It is used to restore data from a MongoDB backup, typically created using the mongodump command. The…
How can I find the port for my IP address in my Linux machine?
What is IP address An IP address (Internet Protocol address) is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for…
How To Install Studio 3T and Activate free license – vetechno
In this blog post, I will tell you how to install studio 3t on windows, Linux and macOS and how to activate free license for 30 days. A 30-day free…
Swap file not being used in Linux – vetechno
A swap file in Linux is a special file on a filesystem that the operating system can use as virtual memory. When the system is running low on physical memory,…