Click

sinhala unicode for ubuntu

Unfortunately the Sinhala font was first added to Ubuntu 8.10 and is
unavailable in the Ubuntu 8.04:

http://packages.ubuntu.com/search?keywords=ttf-sinhala-lklug

Your options are:

A) Upgrade to Ubuntu 8.10 or newer version of Ubuntu and then follow the
instructions at: http://sinhala.sourceforge.net/

B) Download the ttf-sinhala-lklug deb package from Ubuntu 8.10 and
install it on Ubuntu 8.04. Then follow the rest of the instructions at:
http://sinhala.sourceforge.net/


then run this command in terminal

sudo apt-get install scim scim-gtk2-immodule im-switch scim-m17n m17n-db
m17n-contrib language-pack-si-base

From your user account (i.e. not root) run:

rm -f ~/.xinput.d/* ; im-switch -z all_ALL -s scim-immodule

Logout and login again. Environment variables need to be set/updated (NO NEED TO REBOOT)


How to test

  1. Visit si.wikipedia.org and see if the Sinhala letters render correctly.

  2. Copy and paste some of the content from Sinhala Wikipedia to Open Office Writer. Then highlight the Sinhala text and choose the LKLUG font to display them.

  3. To test typing, press Control-space whilst you are running a GNOME application. Then select one of the Sinhala input methods.

Reset Your Forgotten Ubuntu Password in 2 Minutes or Less

If you’ve ever forgotten your password, you aren’t alone… it’s probably one of the most common tech support problems I’ve encountered over the years. Luckily if you are using Ubuntu they made it incredibly easy to reset your password.

image

All it takes is adjusting the boot parameters slightly and typing a command or two, but we’ll walk you through it.

Reset Your Ubuntu Password

Reboot your computer, and then as soon as you see the GRUB Loading screen, make sure to hit the ESC key so that you can get to the menu.

image

Root Shell – Easy Method

If you have the option, you can choose the “recovery mode” item on the menu, usually found right below your default kernel option.

image[3]

Then choose “Drop to root shell prompt” from this menu.

image[6]

This should give you a root shell prompt.

Alternate Root Shell Method

If you don’t have the recovery mode option, this is the alternate way to manually edit the grub options to allow for a root shell.

First you’ll want to make sure to choose the regular boot kernel that you use (typically just the default one), and then use the “e” key to choose to edit that boot option.

image

Now just hit the down arrow key over to the “kernel” option, and then use the “e” key to switch to edit mode for the kernel option.

image

You’ll first be presented with a screen that looks very similar to this one:

image

You’ll want to remove the “ro quiet splash” part with the backspace key, and then add this onto the end:

rw init=/bin/bash

image

Once you hit enter after adjusting the kernel line, you’ll need to use the B key to choose to boot with that option.

image

At this point the system should boot up very quickly to a command prompt.

Changing the Actual Password

You can use the following command to reset your password:

passwd

For example my username being geek I used this command:

passwd geek

image

After changing your password, use the following commands to reboot your system. (The sync command makes sure to write out data to the disk before rebooting)

sync
reboot –f

I found that the –f parameter was necessary to get the reboot command to work for some reason. You could always hardware reset instead, but make sure to use the sync command first.

And now you should be able to login without any issues.

What is SIP trunking

What is SIP trunking..  (Session Initiation Protocol trunking) SIP trunking is a service that a communication provider offers. it uses the S...