вторник, 19 ноября 2013 г.

How to change Ubuntu Server timezone

Here is a link to fine post How to set the timezone on Ubuntu Server. Here I just briefly repeat main steps:
  • Check you local timezone with command more
    /etc/timezone
  • If timezone is incorrect the type command
    sudo dpkg-reconfigure tzdata
    and follow screen instructions.
  • If necessary restart cron (if any cron jobs are scheduled)
    /etc/init.d/cron stop
    /etc/init.d/cron start
    

понедельник, 18 ноября 2013 г.

Install python-software-properties pn Hetzner

wget http://mirror.hetzner.de/ubuntu/packages/pool/main/s/software-properties/python-software-properties_0.82.7.7_all.deb


sudo dpkg -i python-software-properties_0.82.7.7_all.deb