quarta-feira, 3 de fevereiro de 2010

Nice feature of konsole


For programmers that work with Kde a discovered a nice konsole's feature. Unfortunately my screen is a 13'' laptop =(. But if you type ctrl+shift+t you shrink the console in horizontal and if you type ctrl+shift+l you shrink it in vertical.

For jump to a half konsole to another just type shift+tab. It closes the shrink mode typing ctrl+shift+s.

Of course it is just keyboard shortcuts, but I am really enjoying this feature =)

 

segunda-feira, 1 de fevereiro de 2010

TweetDeck and Debian Amd64

I am anxious to use tweetdeck since my debian 32, but I couldn't install adobe air in my older laptop. So in my laptop I decided to try it again. 

Googling I found many people teaching how-to install tweedeck in Ubuntu and Debian amd64. I had many difficults to use their solutions. It seems that Adobe Air doesn't support linux amd 64bits.  

The first time I tried to excute AdobeAir*.bin. I get this error:

Error loading the runtime (libnss3.so: wrong ELF class: ELFCLASS64)

After some research I found the the right library to install with getlibs.

> getlibs -p libxslt1.1 libnss3-1d

After that I tried to execute AdobeAir*.bin again and I got this error

Error loading the runtime (libnspr4.so: wrong ELF class: ELFCLASS64)

But any command given by blogs in google worked in command line. So I just downloaded the 32 bits package os libnspr4 from debian packages sites and install it with the following command:

getlibs -i libnspr4-0d_4.7.1-5_i386.deb
 It worked. So I could install Adobe air in my laptop.

I hope I helped.

p.s: I am sorry about some english mistakes in writing.