Linux serverNETWORK ADMINISTRATIONS

Azure: Installing GUI Graphical user interface for Red hat Linux virtual machine vm

USEFUL COMMANDS:
sudo su
#yum groupinstall ‘Server with GUI’
#systemctl stop firewalld
#systemctl disable firewalld
—–This is one command: start(It was not coming in one line so I split in two lines )—–
#yum install https://dl.fedoraproject.org/pub/
epel/epel-release-latest-7.noarch.rpm
—–This is one command: end—–
#yum install xrdp tigervnc-server xterm
#systemctl enable xrdp
#systemctl enable xrdp-sesman
sudo passwd root ( Give new password to root so that you are aware)
#reboot
=====================================================================
Azure: Installing GUI Graphical user interface for Red hat Linux virtual machine( vm).
Azure Linux (redhat 7.6) not connecting through rdp.
How to connect to azure Linux vm.
How to connect to azure Red Hat Linux vm.
Enable remote access azure red hat linux vm.
Azure Linux vm rdp access denied

HOW TO DEPLOY .NET CORE API INTO RED HAT LINUX SYSTEM

source

redhat linux

Leave a Reply

Your email address will not be published. Required fields are marked *