May 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archives
- March 2012
- December 2011
- November 2010
- October 2010
- June 2010
- May 2010
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- January 2009
- December 2008
- July 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- February 2005
- January 2005
- December 2004
- November 2004
Tags
applications areca backup Code complexity color colors colours developer eclipse howto intel ips jaunty java Jenkins latex libmtp Linux log log4tailer logs lucidlynx McCabe miktex monitoring mp3 mtp pdflatex programming Python python2.4 rdiff-backup release sourcecode sysadmin tail tester testing thermal issue tips tptp ubuntu Ubuntu Maverick 10.10 unittests windows wordpressVisits
- 193,569 People have read this blog so far
Tag Archives: ubuntu
Ubuntu Maverick not a perfect 10, but nearly.
I say that because I’ve found at least a couple of issues that I didn’t find in Lucid. First one is the Intel IPS thermal kernel messages that don’t stop shouting at /var/log/messages. Traces like “MCP power or thermal limit … Continue reading
Posted in HOWTOs, Linux, Ubuntu Linux
Tagged intel ips, thermal issue, ubuntu, Ubuntu Maverick 10.10
4 Comments
Audio Preview in Ubuntu
The other day while browsing some audio files with Nautilus I saw that if you mantain the mouse pointer over an audio file icon, Ubuntu will play it back. Cool.
Tagged tips, ubuntu
Leave a comment
rdiff-backup, Python and Ubuntu.
I’ve been using rdiff-backup for quite a long time now for my backup purposses. rdiff-backup allows me to have my /home folder always in sync with an external usb hard drive. If for some reason I have to re-install operating … Continue reading
Posted in General Blogging, Linux, Open Source, Python, Ubuntu Linux
Tagged applications, log4tailer, Python, rdiff-backup, ubuntu
Leave a comment
Python2.4, Python2.5 and Ubuntu 10.04 lucid lynx
Ubuntu lucid lynx does not have Python 2.4 and 2.5 runtimes available in the repositories, so if you are a developer and you are in need of those, then you have two options: One is try to find binaries somewhere … Continue reading
libmtp and Ubuntu Jaunty (mtp devices), Rhythmbox
LIBMTP and UBUNTU JAUNTY I installed a clean ubuntu Jaunty 64 bit, and when plugging in an mp3 player I found that Rhythmbox could not found my player because of an libmtp panic error, sth like this: PTP: Opening session … Continue reading
Ubuntu Jaunty 9.04 and Ext4 really fast
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 … Continue reading
Ubuntu Jaunty 9.04 and Intel graphics
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 … Continue reading
HowTo Ubuntu 8.10 64bit and Areca 6.2 (6.1) java Backup Utility
1) Go to Synaptic and install libswt-cairo-gtk-3.4-jni libswt-gnome-gtk-3.4-jni libswt-gtk-3.4-java libswt-gtk-3.4-jni libswt-mozilla-gtk-3.4-jni 2) cd /usr/lib/jni cp the files: libswt-atk-gtk-3448.so libswt-cairo-gtk-3448.so libswt-gtk-3448.so libswt-pi-gtk-3448.so libswt-awt-gtk-3448.so libswt-gnome-gtk-3448.so libswt-mozilla-gtk-3448.so to the areca/lib folder with names in order of appearance: libswt-atk-gtk-3232.so libswt-cairo-gtk-3232.so libswt-gtk-3232.so libswt-pi-gtk-3232.so libswt-awt-gtk-3232.so libswt-gnome-gtk-3232.so … Continue reading
Eclipse Ganymede, TPTP and Ubuntu 8.10 Intrepid Ibex
It seems that configuring Eclipse to work with Ubuntu is always a bit painful, mainly tptp and subversion. This post is all about tptp (test and performance tools for Eclipse). I have tested with Ubuntu 32 bit edition. First of … Continue reading