Tuesday, November 27, 2012

svn: warning: cannot set LC_CTYPE locale



svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LC_CTYPE is UTF-8
svn: warning: please check that your locale name is correct


To fix above issues, simply create an environment variable LC_ALL and set it to 'C'. 

e.g., 

export LC_ALL=C


Thursday, November 8, 2012

Configuring Filezilla for Resuming File Upload


1. Go To Transfer Option On Top. 
2. Expand It,Click Default File Exits Action.
3. A small Window will come where u will see Download and Upload.
4. Expand Upload and click Resume File Transfer.

That's all you need to do. 

Cheers.

Wednesday, November 7, 2012

Change Timezone of Ubuntu Machine to UTC from Command line



1.  Open Terminal. 
2.  sudo dpkg-reconfigure tzdata
3.  Follow on screen instructions and select your preferred time zone. 


Simple.. Isn't It?