bash
Making bash ignore duplicates
EPKPhoto — 26 July 2007 - 7:49pm
This is a quick one, to make Fedora systems act like the Debian and Ubuntu's default of not putting duplicate commands in ~/.bash_history, add the following line to /etc/profile:
HISTCONTROL=ignoredups
Bash-completion in Fedora
EPKPhoto — 8 July 2007 - 11:10pm
As much as I love Fedora, occasionally I find myself wishing it would do a certain thing like Debian or Ubuntu. A while ago, I posted a way to sort the ps command like Debian in Fedora. This time, I found out how to transplant another of Debian's defaults to Fedora.