RHEL

rhel

Transfer Files Between Servers in Linux

SSH File Transfer Protocol also called Secret File Transfer Protocol or Secure FTP, or SFTP is a network protocol that provides file access, file transfer, and file management functionality over…

How to Check SELinux Status on RHEL 6

In this post, i will share on how to check Security-Enhanced Linux (SELinux) status on Red Hat Enterprise Linux 6 (RHEL 6). SELinux is a Linux feature that provides a…

How to Disable Iptables Firewall on RHEL 6

RHEL 6 comes with the iptables firewall enabled by default to provide basic network protection. However, in some cases, it may be necessary to disable the firewall temporarily or permanently….

rhel

How to Add Atomic Repository to RHEL 6

In This post, i will show on how to install Atomic repository to Red Hat Enterprise Linux 6 (RHEL 6). Atomic repository was archived here : http://www6.atomicorp.com/channels/atomic/ Follow this steps…

rhel

How to Extract a tar.gz file on RHEL 6

Introduction In Linux systems, files are often compressed to save disk space and reduce the time required to transfer them over a network. The tar (tape archive) utility is commonly…