Adding a Second Keyboard Layout to Lubuntu

How to add a second keyboard layout to Lubuntu.

If you right click the little flag or two letter county code on the right side of the LXPanel, you will get a menu. Choose “Keyboard Layout Handler” settings. On the right side of the window that just came up, navigate to “Keep system layouts” under “Advanced setxkbmap Options” and uncheck it. The “Keyboard Layouts” section of the window will become editable after that. Choose “+ Add” and a list of keyboard layouts will become visible. Choose the one that you want. It will appear under your default layout. Before you close the window, you must re-check “Keep system layouts”.
You have to have the language pack installed for the language that you just added. You do that by going to Menu->Preferences->Language Support. Choose Install/Remove Languages. Select your language and then Apply Changes. You do have to reboot for the changes to take effect and the download and installation of some languages may take a while.

Windows/Ubuntu Dual Boot time issues

I have been hearing that several Dual booted computers were have time issues
on windows at several local Linux events. after quick search I found
http://ubuntuguide.org/wiki/Ubuntu:All#Dual-Booting_Windows_and_Ubuntu

and in it is the answer and cure

Adjust Windows clock

When the Linux bootloader is installed, the Windows 8 bootloader / OS no longer correctly identifies the time from the BIOS clock. (The clock appears to perpetually revert to UTC time.) To repair this problem (in Windows 8), see this solution.

In Windows, bring up a command-line terminal and start regedit (or from the Start menu type regedit.exe in the search box). Navigate to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation

Right click anywhere in the right pane and hit

New > DWORD (32-bit) Value

Name it

RealTimeIsUniversal

then double click on it and give it a value of 1.

Reboot into (K)Ubuntu Linux, then reboot back into Windows. The clock should now display the correct time.