by Satish Kumar | Jan 26, 2023 | BASH
Dealing with user input in bash script can be a tricky task, but with a little bit of knowledge and practice, it becomes a breeze. In this article, we will take a look at some of the ways to handle user input in bash script, including examples to help you understand...
by Satish Kumar | Jan 26, 2023 | BASH
When it comes to writing a bash script, one of the most important things to keep in mind is how you name your variables. Why is this so important, you might ask? Well, there are a few reasons. First and foremost, variable naming in bash scripts can greatly affect the...
by Satish Kumar | Jan 26, 2023 | BASH
When it comes to programming, variables are a fundamental concept that you’ll come across in any language. They’re used to store and manipulate data, and Bash is no exception. In this article, we’ll be taking a look at what variables are, how to use...
by Satish Kumar | Jan 26, 2023 | MySQL
Installing MySQL utilities can be a bit tricky, but with the right tools and a little bit of knowledge, it’s a breeze. In this article, we’ll go over the different ways you can install MySQL utilities, including using the command line, using a package...
by Satish Kumar | Jan 25, 2023 | MySQL
MySQL is one of the most popular relational database management systems in the world, and version 8.0 brings a host of new features and improvements. In this article, we’ll take a look at how to upgrade to MySQL 8.0 on Windows, Mac, and Linux. Before You Upgrade...