we recommend providers that provide vps trial, tutorial setting on linux and windows.
Friday, March 30, 2012
Set Linux local timezone for VPS
This guide describes how to set the Linux local timezone.
ls /usr/share/zoneinfo/ and note the region where you reside ls /usr/share/zoneinfo/ (where is your local region) and note the timezone which corresponds to your location
For Ubuntu ln -sf /usr/share/zoneinfo// /etc/localtime
No comments:
Post a Comment