<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4101403126600312703</id><updated>2012-02-16T09:03:11.496-02:00</updated><category term='linux'/><category term='bashrc'/><title type='text'>Felipe Ferreira</title><subtitle type='html'>Blog Sobre GNU/Linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4101403126600312703.post-1040236103265654504</id><published>2010-03-05T14:07:00.000-03:00</published><updated>2010-03-05T14:07:12.068-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='bashrc'/><title type='text'>Facilitando a vida com bashrc.</title><content type='html'>Para quem não sabe o bashrc é um script de fica no home que inicia junto com o terminal, la da para setar algumas&amp;nbsp;variáveis, personalizar o shell ate mesmo criar scripts complexo, com os anos usando linux, desenvolvi um bashrc bem personalizado,&amp;nbsp;lógico&amp;nbsp;pegando ideias de algumas pessoas, modificando ate chegar em um resultado que me agrade. Bom vou postar meu bashrc para que vcs estudem, copie, e ate mesmo ajude a&amp;nbsp;melhora-lo.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="1" bordercolor"#000000"=""&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;# Aqui estou setando algumas alias que acho importante.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;alias ls='ls --color=auto'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;alias dir='ls --color=auto'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;alias fabount='clear ; figlet Felipe Ferreira; pacman -V ; uname -a'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;alias pacman='sudo pacman-color'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;alias su='sudo su'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#---- Ver meu IP, para funcionar é nescessario instalar o pacote lynx&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;myip () {&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if [ -z $1 ]; then&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ip=`lynx -dump -hiddenlinks=ignore -nolist \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http://checkip.dyndns.org:8245/ | awk '{ print $4 }' \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | sed '/^$/d; s/^[ ]*//g; s/[ ]*$//g'`&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo "IP da Internet: $ip"&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;else&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ip=`lynx -dump -hiddenlinks=ignore -nolist \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http://checkip.dyndns.org:8245/ | awk '{ print $4 }' \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | sed '/^$/d; s/^[ ]*//g; s/[ ]*$//g'`&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iprede=`ifconfig $1 | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'| head -1`&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo "IP da Internet: $ip"&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo "IP de Rede ($1): $iprede"&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fi&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;}&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#---- Tirar ScreenShot&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;shot () {&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;img=$(echo $HOME/SHT$(date +%s).png)&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if [ -z $1 ]; then&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import -w root -quality 75 $img&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sleep 3&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo 'Hospedando foto, Ctrl+C para cancelar'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; upload $img&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;else&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sleep $1&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import -w root -quality 75 $img&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sleep 3&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo 'Hospedando foto, Ctrl+C para cancelar'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; upload $img&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fi&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;}&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#--- Upload Image&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;upload () {&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if [ -z "$1" ]; then&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo "Need arg"&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;else&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;curl -s -H Expect: -F fileupload="@$1" -F xml=yes \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http://www.imageshack.us/index.php|grep -E \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"&lt;image_link&gt;(.*)&lt;/image_link&gt;" | sed \&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'s|\(.*\)&lt;image_link&gt;\(.*\)&lt;/image_link&gt;|\2|'&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fi&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;}&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#--- Completar automaticamente o Bash&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;if [ -f /etc/bash_completion ]; then&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;. /etc/bash_completion&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;fi&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#--- PS1 Personalizado&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#PS1='[\u@\h \W]\$ '&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[m\] \[\e[1;32m\]\$ \[\e[m\]\[\e[1;37m\] ' #Color do Usuario&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;#PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$ \[\e[m\]\[\e[0;32m\] ' #Color do Root&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Bom para instalar é bem simples, salve estas linha com o nome de .bashrc depois coloque este arquivo na sua pasta home, dai so entrar no terminal e pronto.. os alias estao funcionando e vc ja verá o terminal com outra cara.. =D&lt;br /&gt;&lt;br /&gt;o PS1 tem dois modulos, um para&amp;nbsp;usuário, e o outro para o root, sim eu coloco o .bashrc na pasta /root tamb, dai quando eu do um su, ele troca o ps1 para vermelho... mostrando que estou de root..&lt;br /&gt;&lt;br /&gt;Bom é isso ai, duvidas é so perguntar...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4101403126600312703-1040236103265654504?l=gnufelipe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/1040236103265654504/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4101403126600312703&amp;postID=1040236103265654504' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/1040236103265654504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/1040236103265654504'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/2010/03/facilitando-vida-com-bashrc.html' title='Facilitando a vida com bashrc.'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4101403126600312703.post-3905766024732914113</id><published>2008-09-26T12:46:00.002-03:00</published><updated>2008-09-26T13:02:01.632-03:00</updated><title type='text'>Corrigir Bug do Mixer no Gnome - Teclado  Multimidia</title><content type='html'>Bom, se vc é como eu que tem um teclado multimédia, e quando vai aumentar o diminuir o som pelo teclado, buga, e fica impreciso, tipo abaixa tudo de uma vez, ai do nada aumenta de uma vez... estranho neh.. mais eu de tanto fuça pra ve se arruma, eu descobri um jeito e é mole mole...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Primeiro..&lt;/span&gt;&lt;br /&gt;Vai no menu do gnome, Sistema &gt; Preferencia &gt; SOM&lt;br /&gt;la em baixo tem a área de: &lt;span style="font-weight:bold;"&gt;Mixer de Trilhas Padrão&lt;/span&gt;&lt;br /&gt;ai vai te a opção Dispositivo, provavelmente, vai ter (Alsa Mixer), e (OSS Mixer), selecciona o que tenha OSS Mixer, e pode fechar, que esta funcionando normalmente :D.&lt;br /&gt;&lt;br /&gt;Se não achar esse OSS Mixer, é normal, vc tem que instalar o pacote alsa-oss, no Arch Linux é so da um: &lt;span style="font-weight:bold;"&gt;# pacman -S alsa-oss&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;abaixo uma scren de como ta aqui em casa:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img521.imageshack.us/img521/2216/capturadatelauu8.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px;" src="http://img521.imageshack.us/img521/2216/capturadatelauu8.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Voces viu ai onde ta o &lt;span style="font-weight:bold;"&gt;RealTek ALC268 (OSS Mixer)&lt;/span&gt;, no seu pode tar diferente, pq vc nao deve usar a mesma placa de audio que a minha, mais deve ter augo com OSS Mixer...&lt;br /&gt;&lt;br /&gt;Espero ter ajudado... Flw..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4101403126600312703-3905766024732914113?l=gnufelipe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/3905766024732914113/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4101403126600312703&amp;postID=3905766024732914113' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3905766024732914113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3905766024732914113'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/2008/09/corrigir-bug-do-mixer-no-gnome-teclado.html' title='Corrigir Bug do Mixer no Gnome - Teclado  Multimidia'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4101403126600312703.post-3591752556791213952</id><published>2008-09-10T19:14:00.004-03:00</published><updated>2008-09-10T19:26:15.054-03:00</updated><title type='text'>Sobre o Foxmarks</title><content type='html'>Vou falar sobre o &lt;a href="http://www.foxmarks.com/"&gt;Foxmarks&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Foxmarks é uma extensão do Firefox, que permite sincronizar seu favoritos com o servidor, onde vc for vc tem seus favoritos ai vc me pergunta:&lt;br /&gt;&lt;br /&gt;Existem varias de extensão que faz a mesma coisa, qual a novidade. o foxmarks te permite de uma forma leve simples e rapido (Kiss hehehehe), ver seus favoritos e modificar via web, já esteve na casa de algum amigo, e tava procurando aquele site que ta no seus favoritos? essa é a solução mais rapida e simples que conheço, bom a imagem fala mais que mil palavras, abaixo algumas screenshots que tirei.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ScreenShots:&lt;/b&gt; &lt;a class="moz-txt-link-freetext" href="http://picasaweb.google.com.br/felipe.rar/ScreenShots#"&gt;http://picasaweb.google.com.br/felipe.rar/ScreenShots#&lt;/a&gt;  &amp;lt;&amp;lt; Dica aperte em apresentação em Slides para ver em uma melhor resolução todas as screenshots&lt;br /&gt;&lt;br /&gt;É isso mesmo ele tem um preview dentro do próprio site para ter certeza do site que vc ta abrindo, experimente vc ira gostar.. :D&lt;br /&gt;&lt;br /&gt;&lt;a class="moz-txt-link-abbreviated" href="http://www.foxmarks.com/"&gt;www.foxmarks.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4101403126600312703-3591752556791213952?l=gnufelipe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/3591752556791213952/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4101403126600312703&amp;postID=3591752556791213952' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3591752556791213952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3591752556791213952'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/2008/09/sobre-o-foxmarks.html' title='Sobre o Foxmarks'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4101403126600312703.post-3674903207052671978</id><published>2008-09-10T12:22:00.000-03:00</published><updated>2008-09-10T12:23:00.225-03:00</updated><title type='text'>Sobre minha Experiencia no Arch linux</title><content type='html'>Ol&amp;aacute;, a algum tempo estou usando a distro Arch Linux.&lt;br&gt; &lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Tive v&amp;aacute;rios problemas, logo no inicio. que foi facilmente resolvidas com muita batalha, como por exemplo o microfone do meu notebook, como ele sistema de som digital, o alsa n&amp;atilde;o dava suporte a minha placa, ent&amp;atilde;o fui obrigado a usar o OSS que foi meu amigo &lt;b&gt;thotypous &lt;/b&gt;que me apresentou, lembro que no dia ele at&amp;eacute; conectou no meu pc via VNC para me ajudar a configurar. mais pois bem acho que esse foi meu problema maior, pq tava precisando falar com um amigo pelo skype, j&amp;aacute; que no linux n&amp;atilde;o tem nenhum client bom de msn com suporte a &amp;aacute;udio.. mais tudo bem nem tudo &amp;eacute; perfeito.&lt;br&gt; &lt;br&gt; Hoje faz 5 messes que estou no Arch Linux, e mais ou menos 2 anos que estou no mundo linux... Sem duvida posso dizer que o Arch &amp;eacute; a melhor escolha :D&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4101403126600312703-3674903207052671978?l=gnufelipe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/3674903207052671978/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4101403126600312703&amp;postID=3674903207052671978' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3674903207052671978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/3674903207052671978'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/2008/09/sobre-minha-experiencia-no-arch-linux.html' title='Sobre minha Experiencia no Arch linux'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4101403126600312703.post-5617315253254751459</id><published>2008-09-09T04:12:00.000-03:00</published><updated>2008-09-09T04:14:21.340-03:00</updated><title type='text'>Bem Vindo ao meu novo BLOG.</title><content type='html'>Sempre tive vontade de fazer um blog, mais sempre tive preguiça, resolvi fazer agora, porque estava vendo os aplicativos do google, e achei o blogger. Intão é isso ai.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4101403126600312703-5617315253254751459?l=gnufelipe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufelipe.blogspot.com/feeds/5617315253254751459/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4101403126600312703&amp;postID=5617315253254751459' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/5617315253254751459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4101403126600312703/posts/default/5617315253254751459'/><link rel='alternate' type='text/html' href='http://gnufelipe.blogspot.com/2008/09/bem-vindo-ao-meu-novo-blog.html' title='Bem Vindo ao meu novo BLOG.'/><author><name>Felipe Ferreira</name><uri>http://www.blogger.com/profile/15459015828241901699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_SjngkItmEVo/TT0u6i8AD0I/AAAAAAAAAew/4ApW0cjmbP8/s220/2010-07-15-170542.jpg'/></author><thr:total>0</thr:total></entry></feed>
