Jun
1
2011
Éverton Arruda
Há algum tempo, o Rodrigo Amaral[0] enviou um e-mail para a lista de discussões brasileira da linguagem Python[1] chamando pessoas para ajudar na tradução de um livro sobre a linguagem[2]. O título do livro é: A byte of Python[3], que havia sido atualizado para a versão 3 do Python.
Algumas pessoas trabalharam na tradução e ela está concluída! Agradecimentos a essas pessoas:
- Alvaro Netto
- Daniel Bagatini
- Daniel Gonçalves
- David Kwast
- Emanuel R Woiski
- Estêvão Valadão
- Éverton Arruda (eu
)
- Lucas Castro
Para saber mais sobre o A Byte of Python, veja o post do Rodrigo Amaral[4]
Links:
[0] http://rodrigoamaral.net/
[1] http://br.groups.yahoo.com/group/python-brasil/
[2] http://swaroopch.com/notes/Python_pt-br:Indice
[3] http://swaroopch.com/notes/Python
[4] http://rodrigoamaral.net/a-byte-of-python/
no comments | posted in Debian, Free Software, News, Planet PSL-AM
Mar
29
2011
Éverton Arruda
For those of you who don’t know what Iceweasel is, it’s written in Debian’s Wiki[0]:
Iceweasel is a fork Mozilla Firefox[1] with the following purpose :
1. backporting of security fixes to declared Debian stable version.
2. no inclusion of trademarked Mozilla artwork (because of #1 above)
Beyond that, they will be basically identical. (quoting Roberto C. Sanchez post in debian-devel mailing list)
Iceweasel’s (and Firefox’s) latest version, 4.0, was recently released[2], on Mach 22nd, and i’ve just upgraded Iceweasel 3.6 to Iceweasel 4.0 on my Debian Wheezy.
If you’d like to upgrade yours, follow the steps bellow.
1. Add Mozilla’s repository to sources.list
Edit the /etc/apt/sources.list file and add the repository’s address:
1
| deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0 |
Even though it’s Squeeze’s repository, it worked fine on my Wheezy.
You can type the following command to add it:
1
| # echo "deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0" >> /etc/apt/sources.list |
2. Update packages list
3. Install Iceweasel 4
You can check the version of iceweasel with the command bellow:
1
| # aptitude show iceweasel |
Install it with the following command:
1
| # aptitude install iceweasel |
Wait for it to finish and happy surfing!
Links/Sources:
[0] http://wiki.debian.org/Iceweasel
[1] http://mozilla.com/firefox
[2] http://blog.mozilla.com/blog/2011/03/22/mozilla-launches-firefox-4-and-delivers-a-fast-sleek-and-customizable-browsing-experience-to-more-than-400-million-users-worldwide-2/
[3] http://mozilla.debian.net/
no comments | tags: Debian, firefox, Free Software, HowTo, iceweasel, Linux, Web | posted in Debian, Free Software, HowTo, Linux, Planet PSL-AM, Web
Feb
3
2011
Éverton Arruda

This weekend, February 5th and 6th, the Testing version of Debian, codename “Squeeze”, is scheduled to become the new Stable.
Congratulations to the Debian Community!
More info:
* http://lists.debian.org/debian-devel-announce/2011/01/msg00003.html
1 comment | posted in Debian, Free Software, Linux, News, Planet PSL-AM
Nov
9
2010
Éverton Arruda
I was having problem when trying to start tomcat6(6.0.28-7) service on my Debian Squeeze, fortunately I found the solution on the web[0].
The following message was in /var/log/tomcat6/catalina.xxxx.log:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| (... )
java. net. SocketException: Invalid argument
at java. net. PlainSocketImpl. socketBind(Native Method)
at java. net. AbstractPlainSocketImpl. bind(AbstractPlainSocketImpl. java:336)
at java. net. ServerSocket. bind(ServerSocket. java:336)
at java. net. ServerSocket. <init >(ServerSocket. java:202)
at org. apache. catalina. core. StandardServer. await(StandardServer. java:373)
at org. apache. catalina. startup. Catalina. await(Catalina. java:662)
at org. apache. catalina. startup. Catalina. start(Catalina. java:614)
at sun. reflect. NativeMethodAccessorImpl. invoke0(Native Method)
at sun. reflect. NativeMethodAccessorImpl. invoke(NativeMethodAccessorImpl. java:57)
at sun. reflect. DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl. java:43)
at java. lang. reflect. Method. invoke(Method. java:616)
at org. apache. catalina. startup. Bootstrap. start(Bootstrap. java:289)
at org. apache. catalina. startup. Bootstrap. main(Bootstrap. java:414)
(... ) |
As said in eFreedom.com[1], it has something to do with IPv6. To solve this problem you’ll have to check if net.ipv6.bidv6only is set to 1/true:
1
| # sysctl net.ipv6.bindv6only |
If it is set to 1/true, you’ll have to set it to 0/false:
1
| # sysctl -w net.ipv6.bindv6only = 0 |
Then you can restart the tomcat6 service and it will work, but only while your computer is running, if the you reboot the system it will fail again.
To make it permanent you will have to make sure that the -Djava.net.preferIPv4Stack option is set to true and is being added to JAVA_OPTS in catalina_sh() function, inside /etc/init.d/tomcat6. The line which does that is:
1
| JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" |
And that’s it.
[0] http://efreedom.com/Question/1-2876231/Start-Tomcat-6026-Update-Debian-Squeeze
[1] http://efreedom.com/
:wq
no comments | posted in Debian, Free Software, HowTo, Linux, Planet PSL-AM
Sep
10
2010
Éverton Arruda
Marcelo Santana[0] enviou um e-mail para a lista de tradução para o idioma português[1] do Debian informando que foi criado um novo canal na rede de IRC OFTC[2]. O canal é #debian-l10n-br, abaixo segue a mensagem contida no e-mail:
Olá colegas,
Divulgo que passamos a contar com mais um meio de comunicação entre os
colaboradores do time Brasileiro de tradução do Debian, o canal de IRC
#debian-l10n-br na rede OFTC.
Espero que esta seja mais uma ferramenta que facilite o intercâmbio, para
troca de experiências e solução de dúvidas de maneira mais ágil. Mas vale
salientar que o processo de tradução/revisão continuará da mesma forma,
através da lista e com utilização das pseudo-urls.
Qualquer dúvida com relação à configuração e utilização do cliente IRC,
basta perguntar.
Atenciosamente,
Para acessar o canal você deve utilizar um cliente de IRC, como o XChat[3] ou Mibbit[4], o último é um cliente de IRC para web. Acessar a rede OFTC, via irc.oftc.net ou irc.debian.org, e entrar no canal #debian-l10n-br. Aproveite para entrar nos canais #debian e #debian-br .
[0] http://marcelosantana.wordpress.com/
[1] http://lists.debian.org/debian-l10n-portuguese/
[2] http://www.oftc.net/
[3] http://www.xchat.org/
[4] http://mibbit.com/
no comments | tags: Debian, Free Software, Linux, PSL-AM, Web, xchat2 | posted in Debian, Free Software, Linux, News, Planet PSL-AM
Sep
1
2010
Éverton Arruda
Agora estou no Planeta Debian Brasil! Valeu, faw[0] !
Como sou novo por aqui, devo me apresentar:
Me chamo Éverton Arruda, nickname: notrev, nascido em 12 de Abril de 1988, estudante de Ciência da Computação da Universidade Federal do Amazonas.
Meu primeiro contato com Linux foi aos 15 anos, com a distro Conectiva. Após isso passei muito tempo sem usá-lo, até que em 2006 conheci o Rodrigo Belém[1], que foi quem me resgatou do lado negro da força. Então eu comecei a utilizar o Ubuntu, uma distro que parecia ser promissora e que possuía uma comunidade crescente.
O Rodrigo me apresentou ao Debian-AM[2], Grupo de Usuários Debian do Amazonas, onde conheci outros nerdões que hoje são grandes amigos meus. Passei a me envolver mais com a comunidade de Software Livre local e hoje, além do Debian-AM, sou membro da Comunidade Sol Software Livre[3] e membro fundador do Projeto Software Livre Amazonas[4].
Após um ano de Ubuntu decidi testar o Debian, por me dizerem que era um sistema bastante estável e confiável. Depois desse dia a minha paixão pelo Debian só cresceu e hoje estou aqui, postando no Planeta Debian Brasil.
[0] http://faw.sh
[1] http://rbelem.blogspot.com
[2] http://am.debianbrasil.org
[3] http://comunidadesol.org
[4] http://am.softwarelivre.org
2 comments | tags: Debian, Debian Brasil, Free Software, Linux, News, PSL-AM | posted in Debian, Free Software, Linux, Planet PSL-AM