Reset root password in RHEL 8.5

0 Comments

root password can be changed by command sudo passwd root ,and system will ask you about the old password .in case you lost the root password pls follow the next steps to recover the root

Install the SQL Server command-line tool on Red Hat

0 Comments

In order to run Transact-SQL statements on the SQL Server. The following SQL Server command-line tools: sqlcmd and bcp. is should be installed 1- Prerequisite Download the Microsoft Red Hat repository configuration file For RHEL8

Install MS SQL Server 2019 on Red Hat

0 Comments

1- Prerequisites Download the Microsoft SQL Server 2019 Red Hat repository configuration file for RHEL8: 2- SQL server installation Run the following commands to install SQL Server: 3- SQL Server setup run below command to

RED HAT YOUR 1ST COMMANDS PART-3

0 Comments

in the third Part will discuss managing system boot system / reboot etc Command Description systemctl halt /sbin/shutdown -h now Halts the system. systemctl poweroff Powers off the system. systemctl reboot/sbin/shutdown -r now Restarts the

RED HAT YOUR 1ST COMMANDS PART-2

0 Comments

In command Part 2 will continue to list the basic commands that enable users to do some modification like create Directory and move 1. mkdir (X) create directory 2. touch (file) use touch command to

Red Hat your 1st commands Part-1

0 Comments

In the event that you are a beginner with Red Hat, you need some commands to help you to explore the system files and to move between directories 1.     pwd –  print working directory 2.