Monday, September 17, 2007

Mac vs Vista

“It takes a lot of energy to spin it up,” he said, “but once it gets going, it’s virtually unstoppable.” Mr. Kay, The New York Times.

Well, its gonna be the issue on whether it gonna be spin or not. At the time being, the momentum not only for Apple. As long as the hardware support had not been on apple side, then it still long way to go Mr. Jobs.

Sunday, February 11, 2007

K9Copy vs Wine + DVDDecrypter --> Ubuntu

Well, I'm bit of drunk now after consuming more than 2 hours fixing dvddecrypter + wine combo. The early problem of dvddecrypter is it could not recognize the dvd writer on PC. Solution, run "winccfg" and setup the wine as win NT 4.0. After that it works like a charm....yummy.
If you want to 100% MicroSoft free application then try the k9copy from kde. It also work verywell but it did not give too much feature.
Well, Give it a try guys....what i want to say that linuxs and internet like mother and her kids. if you have problem ask your mother.

Wednesday, February 7, 2007

VMWare Mesh Up

Never ever ever install VMWare Player after VMWare Server installed....
It will ruin your system. VMWare Player cannt work, reinstall, or uninstall. Your VMWare server broken...Thats nice...Hueh

To uninstall the player invoke this command in your command shell to delete failure log file, i guess :P

sudo rm -f /var/lib/dpkg/info/vmware-player.prerm
sudo rm -f /var/lib/dpkg/info/vmware-player.postinst
sudo rm -f /var/lib/dpkg/info/vmware-player.postrm

Then followed by "remove" command

sudo apt-get remove vmware-player

It should be working if its not consult to the reference website i put below.

Ref: http://ubuntuforums.org/showthread.php?t=315493

Friday, February 2, 2007

Beryl + Feisty + Nvidia

What a great combo the setup was as easy as a "flink" ( i dont know what this word mean but it sound, kind of easy i guess heheh). Setting up beryl under feisty much painless than in Dapper.
1. Install NVIDIA proprietery (mine was Geforce 7600):
navigate to Sytem/Administration/Restricted Driver --> Check the Nvidia Driver option
2. Install Bery and it work like a charm. :
"sudo aptitude install beryl emerald-themes beryl-manager" (Wen Kiat,2007)
3. Hasta la VISTA babe.

Enjoy your BERYL.

Reff:

1. Wen Kiat Chua, 2007, Ubuntu Guide-Feisty Fawn, http://ubuntuguide.org/wiki/Ubuntu:Feisty

Friday, January 26, 2007

Windows XP on Ubuntu with VMWare

This blog was written in Firefox under Windows XP on VMWare Ubuntu combo.

Yep, its works but still i need some assessment for other program to test whether it will works to under this combination. The setup for the VMWare just as simple as the following:

1. Install the supporting component
- apt-get install libx11-6 libx11-dev libxtst6 xlibs-dev xinetd wget (dont forget to sudo)
- apt-get install linux-headers-`uname -r` build-essential

2. Download VMWare server for linux (tar file 100 MB) and register to get the registration key
- http://register.vmware.com/content/registration.html
Follow the link, register and download the VMWare Server for Linux, the registration key will be provided at the end of the session.

3. Untar your file in your prefered folder and install VMW by invoke the following command
- ./vmware-install.pl

4. Follow the default installation, I have some installation problem by customizing the installation option. Keep your registration handy ( copy and paste your regkey from the web to text editor, it will be required at the end of installation)

5. VMWare Installation Done

6. Install WinXP
  • Insert your Windows (XP) CD into your CDROM drive
  • Open the VMware Server Console
  • select 'Create a new virtual machine > Next > Next > Select Windows Xp
  • > Next > Enter a name and select a location for the Virtual Machine File (It contains the virtual harddisk, so it needs quite some space, min 2 GB, but I would recommend 8+ GB )
  • > Next > Select Network type > Next > Choose the size for the Virtual Disk and set other preferences
  • > Next > Finish
7. Install VMWare tool after all WinXP runs on main menu>VM>Install VMWare Tools

8. If You want to enable the sound for your WinXP you had to add the sound device at Edit Virtual Machine Settings option the before you Power On your WinXP.
Then enjoy your Windows under Ubuntu....Linux Rules, Ubuntu Rules.


Monday, January 15, 2007

Rainlendar, Google Calendar, and Ubuntu

These component was quite interesting for to be explore, and i quite successfuly configuring my Ubuntu machine to synch the Google Calendar and Rainlendar in my Ubuntu. First, U need an text editor coz it will have quite alot copy and paste.

1. Install Rainledar on Ubuntu, its works charmly except when u using XGL, the "Jelly effect" cause transparency problem. Otherwise it will run nicely. To install just untar the "Rainlendar-Pro-2.0.2.tar.bz2" file downloded from http://www.ipi.fi/~rainy/download/Rainlendar-Pro-2.0.2.tar.bz2 .

2. Go to Google Calendar setting under Calendar Setting>Calendar>My Calendar( click your GAccount name) and retrieve your iCal private address link. It usually appear like this:
http://www.google.com/calendar/ical/Google.Account%40gmail.com/private-
xxxxxxxxxxxxx/basic.ics

3. Then run wget command from the command shell:

wget -P /home/USER/GCal http://www.google.com/calendar/ical/Google.Accont%40gmail.com/private-
xxxxxxxxxxxxx/basic.ics -O /home/USER/GCal/MyCal.ics

The last line will be depended on your preference.

4. If the wget command OK (it will create MyCal.ics file inside the specified folder) then setup the rainlendar by adding more calendar on Option>Calendar --> Add your MyCal.ics to the calendar library.
Next try to refresh the Rainlendar. You'll notice if its works.

5. To automatically update each time you login, create .sh file and put it in startup program under System>Preference>Session>StartUp Prgm.
The .sh file should contain

wget -P /home/USER/GCal http://www.google.com/calendar/ical/Google.Accont%40gmail.com/private
-
xxxxxxxxxxxxx/basic.ics -O /home/USER/GCal/MyCal.ics

/home/USER/rainlendar2/rainlendar2

Then enjoy your Ubuntu with a fancier desktop and moreover its synchronize with your Google Calendar.


Any body knows about Ubuntu Widget, I'm looking forward for the Yahoo Widget to be available for Linux.

Tuesday, January 2, 2007

Template Overhaul

These days, i look forward to customizing my blog template. Not extreme, but enough for fun. However, most of my attempt failed. Following my list for my blog site.
  1. RSS feed reader --> Done
  2. Spreadfirefox button on the template --> not solve
  3. Hyperlink with Snapshot --> no resource yet
  4. Live digg link --> no resource yet
I hope i could this problem this weeks.

If any body knows how to do this please comment...heheh

All the best.