develCuy's blog

A busy blogger from Perú

Seamonkey / IceApe and Session Manager 

2008-10-06 03:34

fernando@develcuy.com (Fernando P. García) - Debian


NaN Mo

I really like Firefox and family(Swiftweasel / Iceweasel), for both: work and home, because they are key tools(I'm Drupal developer & themer) but they stress me sometimes because can consume all my resources in conjunction with my local webserver: Apache, MySQL and PostgreSQL, so I use a lighweight alternative: Iceape(Debian version of Seamonkey).

read more

On travel 

2008-06-18 00:31

fernando@develcuy.com (Fernando P. García) - Stories


NaN Mo

Yeah... it is time to went back to my origins, time to help parents too, and clean those dusty ideas.

So I don't have much free time by now, but at least will try to keep my self informed about everything and deal with work.

Blessings!

I'm moving out of MySQL 

2008-05-23 22:21

fernando@develcuy.com (Fernando P. García) - Databases


NaN Mo

This was a postponed decision, because I did not liked to listen to an experience counselor.

Sun Microsystems is in the way of closing MySQL, which is a know feeling years ago, but has never passed the red line of "minor risk" , unfortunately this is a sad reality today. The good news is that OpenSource is an open space for alternatives in most cases.

So where am I going now? I'm going back to PostgreSQL, although is rigid but that guarantees will be that way for preserving OpenSource philosophy.

read more

Multiseat, Multiterminal, Green computer/computing 

2008-05-17 23:13

fernando@develcuy.com (Fernando P. García) - Aid


NaN Mo

It is sad to me that my old compaq nx9030 has been sold :( but thanks to God now I have a new Toshiba a205-s5804. This baby is running with Debian sid amd64 kernel because his Dual Core T2330 processor supports EMT64.

Seems powerful right?, well, my wife used the old laptop until has been sold, and now we got "fighting" to use the new toshiba... then, in order to preserve my marriage and aid the hearth by saving energy cost, we decided to use it at the same time, how?

read more

Organic Groups Subscriptions v 1.1 (requeriments, configure, install and 5 tests) 

2008-05-05 06:21

fernando@develcuy.com (Fernando P. García)


NaN Mo

What do I done in the latest 3 months? see below:

Video thumbnail. Click to play
Click to Play

Requeriments, configure, install and 5 tests

read more

Agile Approach stuff 

2008-03-27 21:36

fernando@develcuy.com (Fernando P. García)


NaN Mo

Browsing a while I found cool stuff about "Agile Philosophy" of web development, take a look at awebfactory.

Blessings!

HOWTO Screencasting from console with sox and ffmpeg 

2008-03-12 17:00

fernando@develcuy.com (Fernando P. García) - Debian


NaN Mo

I'm consternated with my Debian sid, I can't capture my screen with xvidcap or istanbul anymore, marvil told me that they work in Ubuntu, why not in Debian?

It was a pain the ass to research for a good an usable solution for me, because I have an old laptop CPU(Centrino 1.8Ghz), but 2 weeks later, here is the best solution I found at the moment. Sox is a "Swiss army knife of sound processing" with sound recording capabilities and ffmpeg is a "multimedia player, server and encoder" with screen capture capabilities.

read more

EXA, XAA, Xorg and Firefox memory leak 

2008-03-02 05:10

fernando@develcuy.com (Fernando P. García) - Debian


NaN Mo

One month ago I was experiencing memory leaks with Firefox.
I did a fast check with "top" command and seen that when Firefox was running it started to overcharge Xorg, making it to use more and more CPU and Memory resources, near 95%!!!!!!!!
So I've decided to use Opera. That was a nice experience to use that super-fast browser. The problem is that Firefox is a key tool for my working day (I'm web developer).
Today I've launched Opera from the command line, and noticed this warning:
"opera: X Shared memory extension is not available. ZPixmap not supported"

read more

Screencast: Howto install Fivestar Multiaxis and Karma hand up&down 

2008-02-23 21:56

fernando@develcuy.com (Fernando P. García) - CMS


NaN Mo

Video thumbnail. Click to play
Click to Play

Video only demonstration. References: http://develcuy.elblog.de/review http://drupal.org/node/213967#comment-743009 http://drupal.org/node/211803#comment-742985

read more

Access Visual Foxpro Tables(Vfp Dbf) from Linux 

2008-02-07 19:51

fernando@develcuy.com (Fernando P. García) - Databases


NaN Mo

It is one of my first posts in english(recovered from: http://www.linuxforum.com/forums/index.php/topic,137025.0.html):

I don't know if it is new, but today, alfer a large week of intensive
research, finally i had discover a way to access visual foxpro
databases directly from linux. What do you need? download, compile and
install CLIP from http://sourceforge.net/projects/clip-itk/ then put
the vfp table into the same directory of the next script:

file: testdbf.prg

use dbftable
list columnname

read more