Ubuntu Karmik and Eclipse Galileo

October 17, 2009

The great Ubuntu Karmik is just around the corner. If you happen to use Eclipse from the official eclipse webpage and you see that some eclipse buttons do not work, then apply the following hack. Make yourself a one line script to execute eclipse like follows:

#!/bin/bash

export GDK_NATIVE_WINDOWS=1
./eclipse

and it will work again. For tptp (the profiling tools for eclipse) you’ll need libstdc++5 package from debian.


Log4Tailer 2.0 released with SSH tailing capabilities

October 17, 2009

Log4Tailer 2.0 http://code.google.com/p/log4tailer/ has just been released. It has been a month of some thought and testing the feasability of including tailing over SSH, and this release provides just that. It will open the door for a range of more features to control remote logs scattered across a network from a single terminal, instead of having multiple terminals or windows opened. As always, the project provides a nice pdf UserGuide explaining the ssh tailing capabilities of log4tailer.


Log4Tailer 1.50

September 5, 2009

Log4Tailer 1.50 http://code.google.com/p/log4tailer provides interesting new features in order to monitor your logs. It’s a dedicated application to monitor the status of your logs regardless if your application provides its own monitoring platform or not. It is helping me a lot and this new release will help sys admins and testers alike.

In this new release, you will be able to specify regexes for every log, log4tailer will be able to update you by email every period of time you specify and lots more.


Log4Tailer 1.45 released

August 6, 2009

Log4Tailer 1.45 http://code.google.com/p/log4tailer/ has a new feature that could be interesting for many testers or engineers when they are tailing multiple logs at a time. It can tail the logs with different colors for each log, making it very easy to differentiate which log you are tailing. For instance, you could be tailing /var/log/messages in red, /var/log/mail.log in green and some other log in yellow. Just specify that in a config file and that’s it. Config file:

/var/log/messages = red

/var/log/mail.log = green

/var/log/otherlog = yellow

Then, just type:

log4tail -c configfile /var/log/messages /var/log/mail.log /var/log/otherlog


PyLazy

July 12, 2009

PyLazy is an small python app that reports the time you spend using your applications in the computer. I just published it in googlecode and the Python Package index http://code.google.com/p/pylazybreak/.


Hyphenation in LaTeX

July 11, 2009

I was typesetting my CV in LaTeX with a mix of Spanish and English when I got aware that when running pdfLaTeX it  was not uploading hyphenation patterns for Spanish. I was using Ubuntu Jaunty 9.04. After some investigation I found out that there was a bug filed in launchpad about this issue in https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/240823. The solution to this is running in a shell the following command:

sudo fmtutil – -all

In MiKTeX using Windows, you have to open the settings manager, go to Languages Tab and select the languages you want pdfLaTeX to use.

Etiquetas de Technorati: ,,,,,

Log4Tailer 1.42 released

July 8, 2009

I released Log4Tailer 1.42 http://code.google.com/p/log4tailer/ on Monday. It is just a minor release affecting mostly on the final reports once you finish tailing a log. Log4Tailer allows you to tail logs in colors amongst other features. It is very useful for software testers and developers alike. I’ve found myself multiple times tailing logs in black and white using the “Tail” Linux command line, which was a pain for my eyes to try to discern information from thousands of lines. In my career I’ve seen some software testers missing “warnings” or even “error” log4j log traces, missing important information that can lead to a bug, and a long etcetera. Some of the features maybe are not going to be that important, but the core functionality, i.e. tailing with colors is really a killer app if used properly along with top notch terminal managers like Terminator hosted in launchpad https://launchpad.net/terminator. Make your live easier and enjoy ;-) .


Sound in Amarok 2.0.2 and Ubuntu Jaunty 9.04

May 23, 2009

I really like Amarok, but apparently in Ubuntu 9.04 Gnome as a Desktop, when installing amarok it does not play sound at all. After some investigation, apparently amarok uses Phonon and you need to make sure you have the xine phonon backend. But that apparently is not enough. Installing xine-console solves the problem. I’ve read that installing xine-ui solves the problem as well.

Although I love the simplicity of Gnome, there are some Kde applications that simply rock, name it:

  • Amarok
  • Kile
  • and Kopete, that apparently it has video built in, something that pidgin has not yet.

Yes, you can have Gnome Desktop and use Kde applications.


Ubuntu Jaunty 9.04 and Ext4 really fast

April 24, 2009

I’m running a clean install of Ubuntu Jaunty with EXT4 filesystem, and I’m highly surprised on how fast it is. I already knew booting was going to be fast as for several reports, but I/O filesystem operations are very fast as well. Applications open faster as well. This is one of those times I’ve seen such a big difference between Ubuntu releases. I can definitely say, that this is one of the most powerful and advanced desktop operating systems in the world.


Ubuntu Jaunty 9.04 and Intel graphics

April 24, 2009

I have a laptop with intel graphics built in, and I experienced a bad performance when I upgraded to Jaunty. This problem has been discussed multiple times in ubuntuforums and other blogs. Well, following the article http://www.phoronix.com/scan.php?page=news_item&px=NzIwOA and installing afterwards kernel 2.6.30-rc2 performance was incredibly good again, at least as it was when I had Intrepid 8.10. This pre built ubuntu kernel is in http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/ I had no option but to try it or downgrade, and actually it worked.