Fedora FTP 530 Error

Check your stored password by:

more /etc/passwd

check for the shell location from every lines of the files.
Compare these shells againts the:

/etc/shells

If there's path missing / not defined in the /etc/shells, just add that path (make sure you have installed the shell).

Fedora Mouse Reverse Scroll

Just invoke this to know the current config:

xmodmap -pp

To modify into reversed scroll:

xmodmap -e "pointer = 1 2 5 4 7 6 8 9 10 11 12"

Nice Blog!!