Configure YUM Repo in RHEL STEP 1 : When you run YUM, on a non-registered RHEL machine, you will end up in the below error (highlighted). [root@catest ~]# yum install tkinter Loaded plugins: rhnplugin, securityThis system is not registered with RHN.RHN support will be disabled.Setting...
This tutorial explains how to configure Samba server in Linux and Samba client in Windows and Linux including how to create IPTABLES rules and configure SELinux Booleans to allow Samba traffic step by step with practical examples. Learn how to share reso
In this article, we have explained how to set up and configure a VPN server usingOpenVPN, and how to set uptwo remote clients(aLinuxbox and aWindowsmachine). You can now use this server as a VPN gateway to secure your web browsing activities. With a little extra effort (and another r...
# yum -y install openssh-server openssh-clients Install OpenSSH in RedHat Systems Configure OpenSSH Server in Linux It’s time to configure ourOpenSSHbehavior through thessh configfile, but before editing the/etc/ssh/sshd_configfile we need to back up a copy of it, so in case we make ...
Installing the Perf system monitoring tool on a Red Hat Linux or a Fedora workstation is easier than installing it on Debian/Ubuntu. You can run the following YUM commands on your terminal shell on your machine install Perf tool. The following commands require root privilege; ensure you have ...
A quick tutorial to configure a proxy for YUM in RHEL, CentOS, or Fedora Linux. Proxy configuration in YUM in RHEL, CentOS, Fedora 1. Enable proxy for yum in configuration file. (global) If your server is connected to the internet via proxy server then you can define it in the configur...
This tutorial explains how to install and configure Telnet Server and client in Linux step by step. Learn how to enable, disable, start and stop telnet service including how to create firewall rich rule to allow telnet service and configure telnet server
NIS Server Configuration Step 1:-Install the NIS packages On the server using the yum command you should install both the server and client packages. yum install yp-tools ypbind ypserv Step 2:-Configure a NIS domain name On the server a NIS domain name has to be set. So edit the followi...
Step 1: Installing FTP Server 1. Installing vsftpd server is straight forward, just run the following command in the terminal. # yum install vsftpd 2. After the installation completes, the service will be disabled at first, so we need to start it manually for the time being and enable it...
This section describes how you can configure atop and kdump on Linux ECSs for performance analysis.The method for configuring atop varies with the OS version.atopIntroduc