Hey folks,
the upgrade from WordPress 2.x to WordPress 3.0 is very easy. You just have to use the automatic update function.
Make sure all the plugins you’re using are compatible to WP 3.0. Otherwise disable incompatible plugins or wait until the plugins are native to 3.0.
So tell me, what are you thinking about the new WordPress?
I had some kind of trouble when I just installed Ubuntu 10.04 (Lucid Lynx) on my Eee PC 1005HA-H. The new Ubuntu comes with the upgraded Bootloader GRUB 2.0. In this short tutorial I will tell you how to enable ACPI Hotkeys on your Eee PC or mabye other Netbooks from different manufacturers like Toshiba.
First, you have to know, that there’s a kernel module called “eeepc laptop” which can’t be loaded when GRUB isn’t configured for it. You have to tell the system which kind of ACPI model will be needed.
- Open /etc/default/grub with your favourite editor
- Go to GRUB_CMDLINE_LINUX_DEFAULT and add the following param: acpi_osi=Linux.
The config line should look this way:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Then save the config file and execute the command “update-grub”
to update grub.
FYI: There looks like to be a bug that your pppoe-connection won’t work
and your eth0 NIC won’t be available after you edited the GRUB-Config.
Fore more information, see the bug report here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/505452
This post will tell you, how to remove the Office 2010 Click-to-Run Software and specially the mounted virtual drive in your Workspace.
For Office 2010, Microsoft has developed a new Program called Click-to-Run which allows Office 2010 to get the features it needs over the interned an these files will be stored in the virtual drive. To remove Click and Run clearly, you have to run Microsofts C2R-Removal tool. Here are the steps to do it:
After all the steps are finished your system should be clean. For more information, don’t hesitate to contact me.
UPDATE
Microsoft has removed the C2R Removal Tool from it’s official download page. So I uploaded it to my webspace. You can download it here.
Thanks to Richard for this advice.