Posts

Showing posts with the label copy

ssh copy id in Mac OS X

ssh copy id in Mac OS X For some reason Macs don�t have this useful script so this will add it. sudo curl "http://phildawson.co.uk/ssh-copy-id" -o /usr/bin/ssh-copy-id sudo chmod +x /usr/bin/ssh-copy-id download  file  now

Solution Qt Copy Rename Project

Solution Qt Copy Rename Project The easiest way to do it is. - Clean up the project ( Build => Clean All) - Copy the directory and rename the Project file. download file now