Tag Archives: os x
There’s a very convenient shell script bundled with some distributions of OpenSSH called ssh-copy-id. It seems not to be the case with Leopard’s SSH.
In order to get it, we can simply check it out of a SVN repository. Execute this two commands:
sudo curl "http://www.chiark.greenend.org.uk/ucgi/~cjwatson/cvsweb/openssh/contrib/ssh-copy-id?rev=1.8;content-type=text%2Fplain" -o /usr/bin/ssh-copy-id
sudo chmod +x /usr/bin/ssh-copy-id
And you’re done!
if ( comments_open() ) { ?>
Not a big fan of the Web Developer toolbar? Me either! But I do use the logging system quite a bit. Thankfully, OS X ships with an useful application called Console that comes to the rescue.
- Open the Console application
- Go to File > Open and browse to your
frontend_dev.logor desired log file in the symfony logs directory - Click
Show Log Listand select your newly opened file to avoid the clutter of the rest of the OS logs - You’re done! You can now take advantage of features like clearing the view, search, and more