roadst4r·6 ปีที่แล้ว·discussDon't tools like network manager have config options to manage resolv.conf - so you can have autoconfig with your own customisations if you wish...This seems similar to the "don't disable selinux, learn how to use it" shenanigans..
roadst4r·8 ปีที่แล้ว·discussadd autocomplete for hosts found in known_hosts file complete -W "$(echo `cat ~/.ssh/known_hosts | cut -f 1 -d ' ' | sed -e s/,.*//g | uniq | grep -v "\["`;)" s
This seems similar to the "don't disable selinux, learn how to use it" shenanigans..