Install and Enable Bash Auto Completion in CentOS/RHEL

Bash (Bourne Again Shell) is undoubtedly the most popular Linux shell out there, no wonder it is the default shell on many Linux distributions. One of its most charming features is the built-in “auto-completion” support. Sometimes referred to as TAB completion, this feature permits you to easily complete a command structure. It allows typing a partial command, then pressing the [Tab] key […]

Share:
Continue Reading

Install Google Chrome 69 on CentOS/RHEL/Fedora

In this tutorial we will show you how to install Google Chrome 69 browser in RHEL/CentOS 7.x and Fedoradistributions using Google’s own repository with Yum tool. Important: Google Chrome support for all 32-bit Linux distributions is deprecated from March, 2016. Update Google’s official repository yum update google-chrome-stable Enable Google YUM repository nano /etc/yum.repos.d/google-chrome.repo File content: [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Installing Chrome Web Browser Check […]

Share:
Continue Reading