Some environments or programs don't like whitespace. If you have Linux/Unix environment, you can use sed to remove BOTH leading and trailing whitespace from each line of the file. sed -e ...
Read moreSubscribe to AfterDawn's weekly newsletter.
User Agent_007 blogs in june, 2008
Some environments or programs don't like whitespace. If you have Linux/Unix environment, you can use sed to remove BOTH leading and trailing whitespace from each line of the file. sed -e ...
Read moreIf you want to use git for pushing under cygwin via help of plink then here is a short guide. 1. Download puttygen.exe and generate key. 2. Download pageant.exe and open the private key you just created. ...
Read more