Your Ad Here

Saturday, March 27, 2010

Installing .exe to your lovely LINUX

Sometimes you want to install application(*.exe) which is available in WINDOWS but not in LINUX...

WINE is your solution..

It can make your LINUX more live.. You can install your lovely .exe application without changing back to WINDOWS..

WINE is available in your LINUX repository...


Simply go to your teminal

guest@me:$ sudo bash
password:
root@me:$ sudo apt-get install wine

Here we go... WINE is already installed

Now you can install .exe application to your LINUX

Enjoy It....

Tuesday, March 23, 2010

Best website for all your mobile phone needs

Want to have cool wallpaper, themes. Or playing up to date games and have new application for your mobile phone(whatever your mobile phone's brand NOKIA, BlackBerry, Sony Ericsson, Samsung, etc...)

try  http://mobile9.com

for mobile phone go to http://m.mobile9.com

You will get all you need.
Note : Search for unzipper software first(especially for who browse from mobile phone), It usefull for downloading .zip file...

Enjoy it....

Sunday, March 21, 2010

Chinese conversation 3

A : 早上好。
      zăo shāng hăo.
      Good Morning

B : 早上好。你想买什么?
      zăo shāng hăo. nĭ xiāng mài shén mē ?
      Good Morning, What you would to buy ?

A : 我想买钢笔,有没有?
      wŏ xiāng mài gāng bĭ, yŏu méi yŏu ?
      I would buy a pen, do you have it ?

B : 有啊。请稍等。
      yŏu a. qĭng shāo dĕng.
      I have it. Please wait a moment.

A : 多少钱?
      duō shăo qiān ?
      How much is it ?

B : 三千盾。
      sān qiān dùn
      Three thousand rupiah.

A : 谢谢。
      xiè xiè
      Thank you.

Monday, March 15, 2010

Easy way to earn money with your own social network

What is Yuwie?
=================
First off, Yuwie is 100% FREE. Yuwie is like any other "connect with friends" or social networking site such as Facebook, twitter. But we have one major difference.

Use Yuwie - Get Paid!

Yuwie pays you to blog, upload pictures, refer friends, chat, hang out, etc.

You have been invited to join Yuwie by yauhar masyhur. When you join, you will be instantly connected to yauhar and yauhar's friends. Click the link below to join and get ready to work and get paid.

http://ww2.yuwie.com/signup.asp?r=666524

Enjoy it......

Saturday, March 13, 2010

Mount USB in SUN Virtual Box for LINUX

Virtual Box have 2 Edition :
1. VBox Open Source Edition(OSE) [USB will not work in this edition]
2. Vbox Closed Source Edition [USB is working fine in this edition]


So make sure to used this tutorial in Closed Source Edition.
1. Find out what group id(gid) of the Vboxusers
    root@me:$ grep vbox /etc/group
    It will show this :
    vboxusers:x:<gid>:david

2. Enable the deprecated /proc/bus/usb inteface:
    root@me:$ sudo gedit /etc/init.d/mountkernfs.sh
    
   
It will show this :
    #! /bin/sh
    ### BEGIN INIT INFO
    # Provides:          mountkernfs
    # Required-Start:
    # Required-Stop:
    # Default-Start:     S
    # Default-Stop:
    # Short-Description: Mount kernel virtual file systems.
    # Description:       Mount initial set of virtual filesystems the kernel
    #                    provides and that are required by everything.
    ### END INIT INFO

    PATH=/lib/init:/sbin:/bin

    . /lib/lsb/init-functions
    . /lib/init/mount-functions.sh

    do_start () {
    #
    # Mount proc filesystem on /proc
    #
    #for hardy:
    domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=<gid>,devmode=664
    #for intrepid:
    domount usbfs "" /proc/bus/usb usbdevfs -onoexec,nosuid,nodev,devgid=<gid>,devmode=664

    #
    # Mount sysfs on /sys
    #
    domount sysfs "" /sys -onodev,noexec,nosuid

    # Mount /var/run and /var/lock as tmpfs.
    domount tmpfs "" /var/run -omode=0755,nodev,noexec,nosuid
    domount tmpfs "" /var/lock -omode=1777,nodev,noexec,nosuid

    # Mount spufs, if Cell Broadband processor is detected
    if mountpoint -q /proc && grep -qs '^cpu.*Cell' /proc/cpuinfo; then
        mkdir -p /spu
        domount spufs "" /spu -ogid=spu
    fi

    # Propagate files from the initramfs to our new /var/run.
    for file in /dev/.initramfs/varrun/*; do
        [ -e "$file" ] || continue
        cp -a "$file" "/var/run/${x#/dev/.initramfs/varrun/}"
    done
}

case "$1" in
  "")
    echo "Warning: mountvirtfs should be called with the 'start' argument." >&2
    do_start
    ;;
  start)
    do_start
    ;;
  restart|reload|force-reload)
    echo "Error: argument '$1' not supported" >&2
    exit 3
    ;;
  stop)
    # No-op
    ;;
  *)
    echo "Usage: mountvirtfs [start|stop]" >&2
    exit 3
    ;;



Note : replacing <gid> with the <gid> you found in the first step. 


4. Reboot and it is done.


Enjoy It....

Tuesday, March 9, 2010

Chinese conversation 2

A : 你好,我要买中餐。
     nĭ hăo, wŏ yào mài zhōng cān.  
     Hello, I want to buy chinese food.

B : 好的。
     hăo dè.
     Ok.

A : 多少钱?
     duō shăo qiān ?
     How much is it ?

B : 一万块。
     yī wān kuài.
     Ten thousand RMB.

Sunday, March 7, 2010

Chinese conversation 1

Me: 你好。
       nĭ hăo
       hello

You:你好,你叫什么名字?
       nĭ hăo, nĭ jiào shēn mē míng zì ?
       hello, what's your name ?

Me: 我叫Me,你呢?
       wŏ jiào me, nĭ nè ?
       my name is me, how about you?

You:我叫you
       wŏ jiào you
       my name is you

Friday, March 5, 2010

Get $2000 to $5000 of extra income every month

Vemma Builder is the way to make you $2000 to $5000 extra income very month....

You can take a tour first... and take a chance to earn your extra income
Simply click this link http://www.vemmabuilder.com/26070908

Let's get success together...

Enjoy It....

Cool COMMENT box in your blog

If you insert new pages in your blog at blogger,
you will find that in your new page doesn't have comment box....

To have your own comment box just paste this code to your blog


Try this cool comment box... lolx

Enjoy It...

Tuesday, March 2, 2010

Type & Read Chinese Language in BB Javelin 8900

1. Get Blackberry Device software(East Asia)
https://www.blackberry.com/Downloads/entry.do?code=4DD9CEC1C21BC54EECB53786A2C5FA09
choose BB curve 8900>NEXT
Download file with this description

Software For BlackBerry® Curve (TM) 8900 smartphone
BlackBerry Handheld Software v4.6.1.307 (EastAsia)
Package Version: 4.6.1.307
Applications: 4.6.1.199
Software Platform: 4.2.0.102
File name: 8900jEastAsia_PBr4.6.1_rel307_PL4.2.0.102_A4.6.1.199.exe
File size: 121.53MB


2. Install it to your PC
3. Open Blackberry Desktop Manager which already install then connect your Blackberry Javelin 8900
4. Open Application Loader>Add/Remove Program
5. From Device Application, point to East Asian Language and Input Support
6. Select Chinese Language you want to install...
7. Installing process will begin....
8. Your Blackberry Javelin 8900 already can Type/read Chinese language


Or if you have OS with East-Asia for Blackberry Javelin 8900 pack you need to copy the CJK.alx file from the OS that have it to the OS that doesn't.

1. Extract you OS pack to your PC. 
2. Copy its CJK.alx file into 
Program Files>Common Files>Research in Motion>Shared>Loader Files>8900-v4.6.1.168_P4.2.0.94
3. Copy its Language Pack content into 

Program Files>Common Files>Research in Motion>Shared>Loader Files>8900-v4.6.1.168_P4.2.0.94> Java

4. Open Blackberry Desktop Manager which already install then connect your Blackberry Javelin 8900
5. Open Application Loader>Add/Remove Program
6. From Device Application, point to East Asian Language and Input Support
7. Select Chinese Language you want to install...
8. Installing process will begin....
9. Your Blackberry Javelin 8900 already can type/read Chinese language


Note: Before you upgrade your Blackberry Javeline 8900, please be sure that you already know well about your Blackberry Javeline 8900 Vendor/Developer(Blackberry have its own unique developer/vendor) For Support please contact your vendor/Developer Thanks...


Enjoy It.....

Stardict Dictionary for Ubuntu

Stardict Dictionary Version 3.0 is an international dictionary. It had thousands of free dictionaries can be found on the internet...

Try it...







How to Install Stardict Ver 3.0 in Ubuntu
- Open your "Synaptic Package Manager" in your Ubuntu and search for Stardict(Download it including it's depedencies).....
  Or you can download it at here, choose .deb file
- Download stardict dictionary here
- Extract downloaded dictionaries from your terminal
         tar -xjvf filename.bz2
- Move the result to /usr/share/stardict/dic (use as a root if it necessary)
- Now you can use your Stardict in "Application>Accesories>Stardict"

Stardict Ver 3.0 also provide online dictionary translator......

Enjoy It.......

Monday, March 1, 2010

Problem using HOTMAIL in LINUX

Not too long ago I find that I can not use my HOTMAIL account perfectly...
I am using Ubuntu 7.10(also known as GUTSY) and MOZZILA FIREFOX Browser

The problem is... I could not send e-mail because textbox for typing message was not active... I only can read inbox...

Lately i finaly find how to solve it.....
Here is the way...
1. Download User Agent Switcher(here)
2. In Firefox, go to Tools>Default User Agent 

3. Choose Internet Explorer 6/7/8 
4. To check if user agent already applied or not, type in firefox's address bar "about:config". Search for "general.useragent.override" and its value must be like this "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
5. Now open your account at HOTMAIL and BINGO.... you can use your hotmail fully again.....



Thanks to Chris Pederick who make this add-ons


Enjoy It....

Installing CANON PIXMA IP1880 in GUTSY

Requirements :
- cnijfilter-common_2.70-1.i386.deb(download here)
- cnijfilter-ip1800series_2.70-1.i386.deb(download here)
- libtiff3 and libpng3 files

Installing requirements :
- From root terminal
  root@printer: sudo dpkg -i cnijfilter-common_2.70-1.i386.deb
  root@printer: sudo dpkg -i cnijfilter-ip1800series_2.70-1.i386.deb
- Creating and downloading libtiff3 and libpng 3
  For libtiff3
  root@printer: cd /usr/lib/
  root@printer: sudo ln -s ./libtiff.so.4.2.1 ./libtiff.so.3
  Downloading libpng3 install it from repository
  root@printer: sudo apt-get install libpng3

- After that connect printer to the PC and turn it on
- Go to System>Administration>Printing
- Klik "New Printer" Tab....
- Choose "Local or Detected Printer...."
- Choose "Canon IP1800 series..." and click "Next"
- Choose "Install Driver" and go to "/usr/share/cups/model/canonip1800.ppd"
- Click "Next" and then "Apply" button


Your PIXMA IP1800 can be used now....


Enjoy It.....

Saturday, February 27, 2010

Copy Contact,Messages from NOKIA to Blackberry

When we change our mobile phone, we will have problem to transfer our contact to our new mobile phone...
In this session, I want to share my expierience in transferring contact from NOKIA to Blackberry Device...
As we know copying to SIM card is not an option cause:
1) Too many number,address book entries to fit onto the SIM.(SIM can only hold approximately 100 number)
2) This way loses the address-book structure such as address,e-mail address..

For transferring contact from Nokia to Blackberry we need :
1. Nokia PC Suite for Synchronizing Nokia with PC(Personal Computer)
2. Blackberry Desktop Manager for Synchronizing Blackberry with PC
3. Microsoft Outlook for sychronizing with Nokia PC Suite

Here is the way :
Step 1 : Use Nokia PC Suite to sychronizing Nokia mobile phone with PC.(Synchronizing it with Microsoft Outlook and back it up to .csv file to PC)

Step 2 : Then use Blackberry Desktop Manager to synchronizing Blackberry mobile phone to PC.(Synchronizing it back with Microsoft Outlook)

And then all contact is come over perfectly from your Nokia to Blackberry.....

Many thanks to NOKIA PC SUITE, BLACKBERRY DESKTOP MANAGER and Microsoft Outlook which make it so easy to do....

Enjoy It.....

Open .Docx in openoffice.org

Sometimes you will find .docx, .xlsx ....
It can not be opened with current Openoffice.org

Here  is the way to open .docx, .xlsx in your openoffice.org

You only need to install ODF Converter from .deb
Here is the way :

Step 1 : Download the converter .rpm here       

Step 2 : To convert this .rpm package to .tgz you need to Install ALIEN
sudo aptitude install alien

Step 3 : Convert .rpm to .tgz with ALIEN
fakeroot alien -ct odf-converter-1.0.0-5.i586.rpm

Step 4 : Unpack .tgz package
tar xzf odf-converter-1.0.0.tgz

Step 5 : Copy files into your OpenOffice.org directories

sudo cp usr/lib/ooo-2.0/program/OdfConverter /usr/lib/openoffice/program/
sudo cp /usr/lib/ooo-2.0/share/registry/modules/org/openoffice
/TypeDetection/Filter/MOOXFilter_cpp.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection
/Filter/
sudo cp /usr/lib/ooo-2.0/share/registry/modules/org/openoffice
/TypeDetection/Types/MOOXTypeDetection.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection
/Types/
(Note : When you copy this code remember to remove "enter" separator)

Step 6 : Restart OpenOffice. 

Now you can open and edit .docx, .xlsx files using OpenOffice.org.

Enjoy It.....

Easy Way to Reset Your Canon IP1800

Step 1 : Turn off and then unplug power cable from Pixma IP1800

Step 2 : Press & Hold POWER BUTTON then Plug In Power Cable to Pixma  IP1800(keep pressing power button when you plug in power cable)

Step 3 : Use another finger to press RESUME BUTTON twice(you will see indicator lamp is switching to RESUME and then back to POWER BUTTON)

Step 4 : After that unpress POWER BUTTON

Step 5 : Reset PIXMA IP1800 is finish

Note : If you turn off PIXMA IP1800 then repeat STEP 1 again..

Enjoy It......

Thursday, February 25, 2010

Installing CHINESE LANGUAGE XONZ Hybrid 5 v1a for Blackberry 9000 Bold

XONZ Hybrid 5 v1A features :
- Support Asian Language (Indonesia, Korea, Chinese,Japanese)
- Faster Browsing & Downloading
- Fix Profile and Attachment
- Added new files from .497 .451
- More Stable Build
- Faster Reboot
- Faster Signal Reception
- More Space almost 52 Mb


Installing :
- Download OS BB 9000 5.0.0.464 here
- Install it to your PC
- Download XONZ Hybrid 5 v1A here
- Extract XONZ to your PC
- Overwrite the files of OS BB 9000 5.0.0.464 in the Java folder (C:\Program Files\Common Files\Research In Motion\Shared\Loader Files\9000M_v5.0.0.464_P5.2.0.41\Java) with XONZ file
- Delete vendor.xml from c://common file/RIM/Apploader/vendor.xml
- Open Blackberry Desktop Manager
- Go to Application Loader > Start
- Check language do you want to install and klik "Next"
- Blacberry Desktop Manager will processing your request
- BINGO... your blackberry 9000 can now read and write Chinese Language

Enjoy that.............