is it possible in Drupal to show a menu just to a special username?
Yes, you can do it without extra modules:
First, create a new role (in "Administer > User Management > Roles
")
then assign this new role to the user you want to show the block to (in "Administer > User Management > Users
")
then in the block's properties (at "Administer > Blocks
"), select only that role in visibility options.