Posted by: marceloaraujo | May 16, 2008

New job position

Few weeks ago I changed my position in company where I work. New challenges and opportunities is needed to bring back a good excitement. I continue to work with Open Source Projects, for me this is nice.

That’s All!

Posted by: marceloaraujo | April 19, 2008

Only the first 10 of 2168 ports in this commit are shown above.

Few days ago I worked in a patch originally written by pgollucci to use some benefits of bsd.sites.mk, these benefits are the use of CPAN instead of ${MASTER_SITE_PERL_CPAN} and in some cases we can remove MASTER_SITE_SUBDIR entirely of port. Today I committed this modification in 2168 ports. I believe that we have another ports which must receive the same modification. CPAN macro is very similar with SF and in some cases CPAN make more easy ours work.

For this work I used some tools that automated the modifications:
island# find ports/*/ -name Makefile | xargs sed -ie ’s,\${MASTER_SITE_PERL_CPAN},CPAN,’
island# find ports/*/ -name Makefile | xargs sed -ie ‘/^MASTER_SITE_SUBDIR/d’
island# find ports/*/ -name Makefilee -exec rm {} \;

I created a script to check if all ports that received the changes yet are fetchable.

$ cat fetch.sh
#!/bin/sh
for i in `cat list.txt`
do
echo $i
cd /c/ports/$i
make fetch >>/c/log.txt 2>&1
if [ $? -ne 0 ]
then
cat /c/log.txt >>/c/portserrors.txt
fi
#cd /usr/ports/$i ; portinstall -F $i 1>error
done

After two days of downloads, I put this patch within pointyhat cluster that found only three ports with problem.

Posted by: marceloaraujo | April 7, 2008

The bread machine.

Bread-MachineYesterday I bought a bread machine, is very easy to make all types of breads, sweet bread, bread in shape, think that your mind is the limit.
The other good thing is that you have a timer to control when your bread is ready, imagine that you wakes with a smell of bread warm inside your home and take a coffee with a bread made at the time.
You also choose how should roast your bread in three levels, you have too 12 functions pre-programmed to make some types of bread.

Posted by: marceloaraujo | March 7, 2008

New committer: Felippe de Meirelles Motta

It happened again. After sending more than 250 PRs, it was not to be avoided and my former mentee Gabor stepped up, together with araujo as co-mentor, to punish Felippe de Meirelles Motta (AKA lippe) with a ports commit bit. Keep up the good work, all three of you!

Reference: Here

Posted by: marceloaraujo | March 5, 2008

Usable – ipfw modip [DF|TOS|IPPRE|DSCP|TTL]

I’ve good news for all.
Few minutes ago I finished the prototype of modip, the function modip seems be consistent, but I need more opinions and another couple of eyes.

ipfw add 10 modip tos:lowdelay ip from any to any
ipfw add 11 modip dscp:af14 ip from any to any
ipfw add 12 modip ippre:flash ip from any to any

Posted by: marceloaraujo | March 4, 2008

ipfw modip [DF|DSCP|TOS|TTL]

Well, I spend some time working to make a support within IPFW which allows the users have any experience with some QoS implementations. Although this devel seems easy, I’ve some difficulties to implement the MODIP module.
Today I sent a mail to the masters of universe, they are experts in IPFW and can help me.

First kernel patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=121122

Posted by: marceloaraujo | February 17, 2008

My project of graduation.

I have some interest in QoS application methods and now this is the theme of my project for finishing my graduation. I begin today and I’ve more 5 months to research and apply some technics of quality of services in data network.

Follows some literatures:
http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/qos.htm
http://www-fp.mcs.anl.gov/qos/network_qos_mechanisms.htm
http://search.techrepublic.com.com/search/Network+and+QoS.html?t=0&s=20&o=0
http://www.opalsoft.net/qos/
http://whitepapers.techrepublic.com.com/casestudy.aspx?docid=117086
http://blogs.techrepublic.com.com/security/?p=391
http://www.projetoderedes.com.br/artigos/artigo_metricas_qos_em_redes.php
http://www.projetoderedes.com.br/artigos/artigo_qualidade_servico.php

Posted by: marceloaraujo | February 17, 2008

asouza is flying solo, duck and hide everybody !

itetcu      2008-02-17 13:29:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    access
  Log:
  Force commit to note that araujo is now flying solo and that me and stas@ don't
  share his pointyhats anymore.

  Reviewed by:    stas@

  Revision  Changes    Path
  1.823     +0 -0      CVSROOT/access
Posted by: marceloaraujo | January 21, 2008

Electric Beastie!

daemon
Posted by: marceloaraujo | January 20, 2008

Who are you?

beastieThe last week, I amused me a lot with the peoples around me, they not understand and not know what aspects move the Open Source Software, because they don’t make FREE SOFTWARE.
The FREE SOFTWARE is signal of FREEDOM and OPEN SOURCE is signal of intelligence.
I can talk and show for all, I work with OPEN SOURCE and FREE SOFTWARE.

I’m a FreeBSD Developer and you?

« Newer Posts - Older Posts »

Categories