Pages

Monday, September 17, 2012

Custom Launchers in GNOME 3

Install 'alacarte', and then use!
Self explanatory.

Tuesday, September 11, 2012

Dual boot clock problems

Symptom:

You have a dual boot machine with Windows and Linux. The Linux OS thinks the BIOS time is UTC, whereas windows thinks it is local time. So depending on what your BIOS clock is set to, one of the OSes will show a wrong clock.

Solution:
  1. Decide what you want your BIOS clock to be. There are arguments for both sides.
  2. If you want you BIOS to be set to UTC, then:
    1. Linux will be fine, because this is what is expects. 
    2. For Windows add a registry entry as follows.
    3. Create a file called time.reg with the following content
    4. Windows Registry Editor Version 5.00
      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
      "RealTimeIsUniversal"=dword:00000001
    5. Then double click it - and accept the warnings that follow.
    6. Done!
  3. If you want the BIOS to be set to Local time, then
    1. Leave Windows as it is
    2. In Linux, add a line in the file /etc/default/rcS with the content UTC=no