In case you screw up your sudo functionality, e.g. by removing yourself (the entity using sudo) from the sudoers using sudo, you can fix that easily using this step-by-step guide.
Tag: Debian
make terminal case insensitive (debian linux)
Open / create the inputrc file by typing pico ~/.inputrc And add the line: set completion-ignore-case on