How to use find command utilities in the Linux

Introduction In this blog we learn about find command and what are the uses for the same. Its a tool which is not limited to the files or folders. With the use of find command utility we can search a specific location and add option to control the behaviour of the search. Prerequisites: User will be accessible to the terminal. …

How to create a new user and provide the root or sudo privileges

Introduction: In this blog we would learn about how to create a new user and add the same user to the root group or with sudo privileges. The sudo command provides a mechanism for granting administrator privileges and how to modify sudoers group in different ways & how to login with new user in the different ways. Step 1: Open the terminal …

How to create a new partition and parted it in linux based system

Introduction In this blog we learn about how to create an new partition in our linux system and parted the new partition so that we use it. Step 1: We have to check how much disk space is currently available and to check the same we need to run a command on terminal. lsblk Step 2: If the space is …

How to Create Azure Database for MySQL Server in Microsoft azure.

Azure Database for MySQL is a relational database service in the Microsoft cloud based on the MySQL Community Edition (available under the GPLv2 license) database engine, versions 5.6, 5.7, and 8.0. Azure Database for MySQL delivers: Built-in high availability. Data protection using automatic backups and point-in-time-restore for up to 35 days. Database engine to keep the service …

How to Create SQL Databases in Microsoft azure.

Azure SQL Database is a cloud-computing database service (Database as a Service), that is offered by Microsoft Azure Platform which helps to host and use a relational SQL database in the cloud without requiring any hardware or software installation.   Login to azure portal. Click on All Services. Select SQL Databases.     Click on Create. …