Recently, the popular Cloud based startup
Dropbox is getting lot of attention on Internet. It is a free file synchronization/backup service where you can backup, save and share files. Dropbox gives 2 GB of free space to every user where one can save / backup their files.One of the interesting usage of Dropbox can ...
Unix File Line Ending always gives you problem if you have your development environment in Windows and servers in Unix. Also if you are using Subversion as source control system then you need to be very careful about line endings.I had this issue where a shell script was deployed on Unix machine. But I was not able to run the shell script. It gave error:$> ...