Nice article, I second that programming is a way of life. Although I'm in my early 20's right out of college, I look forward to how much knowledge & experience I will amass, and the radical transformations this industry will go through, 10 - 20 years down the road.
> "On linux, if you want to copy a file from one box to another, you use scp or rsync"
No, not really... I just SFTP at the moment simply cause I find it more convenient (granted, I'm not a Linux power user in any way).
Comments
Nice article, I second that programming is a way of life. Although I'm in my early 20's right out of college, I look forward to how much knowledge & experience I will amass, and the radical transformations this industry will go through, 10 - 20 years down the road.
> "On linux, if you want to copy a file from one box to another, you use scp or rsync"
No, not really... I just SFTP at the moment simply cause I find it more convenient (granted, I'm not a Linux power user in any way).
yes rsync for single files is over kill
That depends on the size of the file, the size of the updates, and the speed of your connection.