How do I display something on a particular category page?

if(is_category('awesome-category')) echo "whoa awesome category here!!;

probably in category.php, but it really depends on the setup of your theme… if you are using a child theme, etc. also you could create a special template just for that specific category.

category-awesome-category.php

see: http://codex.wordpress.org/Template_Hierarchy