From the monthly archives:

June 2009

Some days ago, I couldn’t even sign in my Yahoo account in Pidgin. At that time, I guessed that having some problems and was waiting for upgrade version of Pidgin. Finally, the new version 2.5.7 has been released on 20th June wih new bug fix.

Version 2.5.7 (06/20/2009)

  • Yahoo Protocol 16 support, including new HTTPS login method; this should fix a number of login problems that have recently cropped up. (Sulabh Mahajan, Mike “Maiku” Ruprecht)
  • Only display the AIM “Unable to Retrieve Buddy List” message once per connection. (Rob Taft)
  • Blocking MSN users not on your buddy list no longer disconnects you.
  • When performing operations on MSN, assume users are on the MSN/Passport network if we don’t get network ID’s for them.

In my option, I always want to get newest packages from their repositories instead of default Ubuntu’s repositories, so we need to update PPA.

Step 1: Setup PPA

To setup the PPA, copy-and-paste these commands into a terminal:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
     67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8

and

echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \
    `lsb_release --short --codename` main | \
 sudo tee /etc/apt/sources.list.d/pidgin-ppa.list

Step 2: Update pidgin

Update repositories by typing command:

sudo apt-get update

Now you will be able to get new Pidgin version.

Have fun and enjoy your Pidgin messenger.

Please have a look at http://www.pidgin.im for more information.

VN:F [1.9.13_1145]
Rating: 10.0/10 (1 vote cast)

Real-Time Application Interface: RTAI 3.7.1 available

June 15, 2009

Today, I get email from RTAI mailing list that they announce RTAI 3.7.1 to all users and developers which are using RTAI for their system. The RTAI 3.7.1 release is available at <https://www.rtai.org/RTAI/rtai-3.7.1.tar.bz2> It contains: – Substantial updates to RTAI-Lab (Roberto Bucher): – A better support to install different versions of Scilab: scilab-4.12, scicoslab-4.3 and [...]

Read the full article →

How to install RTAI, ComediLib in Ubuntu 8.10, Ubuntu 9.04

June 15, 2009

Last several months ago, I have done to install RTAI, ComediLib in Ubuntu 8.04. Actually, I have spent a lot of time to config Ubuntu system. It faces a lot of problems but finally it has finished. Now new RTAI package version 3.7 which supports Linux kernel 2.6.28 has been released with a lot of [...]

Read the full article →

WordPress 2.8 has been released

June 11, 2009

Image by Søren Hugger Møller via Flickr Today, I am very surprise that the WordPress 2.8 named Jazzes has been released. It comes with a lof of improved features like One click theme installing, edit widgets on fly, highlighting code, … You can see the introduction here: WordPress 2.8 is available to download now. I [...]

Read the full article →

How to setup Dual Monitor in Ubuntu 9.04 with ATI Driver

June 10, 2009

I am working in my Lab with 2 19′ LCD Monitors. I have search Google about this issue when I finished installing Ubuntu 9.04 and I was unable to configure to use 2 monitors. My desktop computer’s configuration: Intel(R) Core(M) 2 Quad CPU Q6600 DDR3 4GB ATI Radeon HD2600XT After I try to install ATI [...]

Read the full article →