I've created my droplet and I can't add a public SSH Key to my droplet. I've read How To Set Up SSH Keys (http://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2), but it seems like it's only for Mac...
I did the LAMP Stack Installation and the last step was to create a info.php file with the code
<?php
phpinfo();
?>
That would display my PHP info page. Only displays the language PHP on the browser. How do I get disp...