Difference between revisions of "Regressions Of GNU\Linux"
From Steak Wiki
Jump to navigationJump to search (Created page with "Change is not always for the better. === tab completion on Dhclient === In Debian 8, you can type # dhclient eth, then hit tab to get the completion for eth1,eth2,eth3, etc...") |
|||
Line 4: | Line 4: | ||
=== tab completion on Dhclient === | === tab completion on Dhclient === | ||
− | In Debian 8, you can type # dhclient eth, then hit tab to get the completion for eth1,eth2,eth3, etc... | + | In Debian 8 (Devuan Jessie), you can type # dhclient eth, then hit tab to get the completion for eth1,eth2,eth3, etc... |
− | This no longer works in Debian 9. | + | This no longer works in Debian 9 (Devuan Ascii). It's necessary to write out the full eth#. |
Revision as of 19:12, 17 October 2019
Change is not always for the better.
tab completion on Dhclient
In Debian 8 (Devuan Jessie), you can type # dhclient eth, then hit tab to get the completion for eth1,eth2,eth3, etc... This no longer works in Debian 9 (Devuan Ascii). It's necessary to write out the full eth#.