When standard bash completion is not enough try installing bash-completion package from EPEL repository.
# yum install bash-completion
Now log off and on again or run:
# source /etc/bash_completion
You should get more logical hints, try this:
# ifup [TAB][TAB]
eth0 eth0:0 eth0.bak lo
See - it's now suggesting (and completing) interface names instead of files in the current directory. Cool stuff!
Showing posts with label epel. Show all posts
Showing posts with label epel. Show all posts
Friday, July 5, 2013
Adding EPEL repository
EPEL stands for Extra Packages for Enterprise Linux.
It contains a lot of cool packages that may make your life easier on CentOS or RHEL.
Just install epel-release package for appropriate system release (5 or 6):
# wget http://ftp.pbone.net/pub/fedora/epel/5/i386/epel-release-5-4.noarch.rpm
# rpm -ivh epel-release-5-4.noarch.rpm
Subscribe to:
Posts (Atom)