I found a simple but powerful tool for linux which allows you to create ASCII art logos for your command line applications.
Its name is figlet , and can be downloaded from your package tool (apt-get, yum, …), at least in almost all the Linux distributions.
To create a new logo you need to invoke (from your shell):
# figlet
# figlet abiquo
You can also specify the alignment of the text, and the font you want to use:
#figlet -c -f script abiquo
-c : Centered
-f : Font
Sample results:
Content suppressed by ://URLFAN, for full article visit source
Documenting projects with DocbookFrom: feeds.feedburner.com
Post Date: 2008-06-07 12:36:28
One of the tasks presents on almost every job and position is to prepare documentation. There are different tools to create good documents, but if you are developer, and you need to create professional documents, then you may fall into two options: LaTeX and DocBook .
I’ll explain to you how to prepare good PDF from DocBook documents in 3 easy steps:
1) Create the structure of your document
An example article
Your first name
Your surname...
more More time for my “real life” please…From: feeds.feedburner.com
Post Date: 2008-05-26 09:27:24
Delete my account on twitter is one of my set of measures I’ve taken in order to gain more time for my “real life”.
“I don’t have time for twitter. I need to optimize my time. This is my last update. It was a pleasure, good bye!”
...
more Overview to the agile metodologies, by Diego ParrillaFrom: feeds.feedburner.com
Post Date: 2008-05-22 10:00:44
On last Thursday, we received at the offices of abiquo -formerly Think in Grid - the visit of Diego Parilla ( Diego’s face ), a person who (among other things) gives training on agile methodologies, focusing on Scrum .
Certainly, this kind of methodologies are gaining more and more supporters nowadays due to its simplicity (or hidden complexity) and interaction with the clients and inside the team.
Basically, against other methods (like RUP , FDD , ...
more