terça-feira, 8 de abril de 2008

Bluetooth no Ubuntu Gutsy

Como troquei o celular para um Sony Ericsson z750i com Bluetooth precisei descobrir como fazer para transferir arquivos. Embora ainda não saiba como sincronizar contatos, tarefas e calendário entre o celular e o Thunderbird transferir arquivos já é muito bom!

Como meu micro não tem Bluetooth precisei comprar e plugar um USB Bluetooth Dongle, no meu caso um Encore, que ao ser plugado já foi detectado e apareceu o Manager. Mas ao tentar conectar reclamava de algo. Googlando achei neste post que bastava instalar um tipo de filesystem assim:

sudo apt-get install gnome-vfs-obexftp


Depois disso conectei sem problemas. Ao clicar em conect abre o Nautilus exibindo as pastas do celular.

Ai no help.ubuntu.com aprendi que para o Gutsy basta instalar:

sudo apt-get install gnome-bluetooth

para poder utilizar o recurso de Send-to (Enviar para) tanto do micro para o celular quanto do celular para o micro!

Ah, este outro post também tem dicas incríveis sobre o assunto.

quinta-feira, 27 de março de 2008

Learning from Others

A few quotes from a super nice and eye opening article.

Findability, Orphan of the Web Design Industry


by Aarron Walter

permalink: http://www.alistapart.com/articles/findabilityorphan

Project Managers


A project manager’s understanding of the project life-cycle, and talent for coordinating disparate members of the team, are key to getting findability the attention it deserves. If a project manager understands the value of findability to the business and communication objectives of a project, she’ll make sure everyone else understands, too. She can also educate the client on how the team will make the website successful by focusing on findability each step of the way. It’s an easy way to make it onto your client’s Christmas card list.

Information Architects


Much of what an information architect does already addresses the second goal of findability: to help people find the content they seek within a website. IAs do their darned best to understand the target audience’s behaviors so they can devise systems that will best facilitate content retrieval.

Because information architects have a more intimate knowledge of the content they’re organizing than a third-party SEO company, they can assemble a master list of keywords and phrases to help users find the site. The copywriter can then integrate the keywords and phrases into new or existing content. The keyword master list should also be shared with developers, so they can mark up the content with semantically meaningful tags, to communicate the importance of these terms to search engines.

Information architects can also plan to include tools to promote findability, such as site-wide search systems, tag clouds, “tell a friend” messaging systems, and links to share content on social networking sites.

Copywriters


A copywriter must carefully integrate keywords into the site’s content without stuffing the page. If a keyword appears too often or without articles, prepositions, and other words common to natural language, search engines might suspect that the content has been dishonestly loaded to attract search traffic. There’s no need to over-stack the deck; just incorporate the keywords where it seems natural to connect with your audience via search engines.

Designers


A good designer directs a user’s gaze like a Jedi performing mind tricks on unsuspecting storm troopers. Through the power of contrast a designer shows users where to look, and in doing so, can help them discover tools that will foster findability.
Elements such as the search box, RSS feeds, sitemap link, or mailing list subscription form are all key to helping users find what they seek, and rediscover the site later. Mailing list and feed subscribers are likely to return often to revisit content they found valuable or discover new content. The more frequently a user returns, the more likely they are to complete one of your business goals such as buy a product, make a donation, or get involved with your cause.

Developers


Web standards and findability have a closely intertwined, symbiotic relationship. Semantic markup helps define the information hierarchy of your content so search engines can more accurately understand your message and direct users your way.

Microformats are a powerful tool developers can use to make content portable to other platforms and devices. For example, event and contact information marked up with hCalendar and hCard respectively can be migrated to applications such as Google Calendar or downloaded to desktop software using the Operator toolbar. Portable content can be kept at your audience’s fingertips to be found when it’s needed most.

terça-feira, 25 de março de 2008

quarta-feira, 21 de novembro de 2007

montando windows shares do samba no ubuntu

updated Tuesday, February 12 2008


Este post serve mesmo como um howto para eu mesmo utilizar da próxima vez e pode não ser útil para você. Se este for o caso me desculpe mas obrigado pela visita!

Pre-requisitos:


  • no meu recém instalado Gusty bastou adicionar o pacote smbfs através do System>Administration>Synaptic

  • criar o ponto de montagem:

  • sudo mkdir /mnt/http (no meu caso)

  • sudo chown lpanebr /mnt/http (deixamos a pasta pertencer ao usuário dono do grupo que irá fazer o mount)

  • chmod 775 /mnt/http/ (mudamos permissões)



Depois disso o seguinte comando deve montar a share pelo shell:
sudo mount -t cifs -o rw //192.168.1.4/http /mnt/http/

vai pedir senha root para o sudo e depois a senha do samba a menos que o smb.conf aceite conexões sem senha do IP na máquina que monta a share.

Se montar numa boa você pode tornar o mount permanente. Para isso coloque a seguinte linha no seu /etc/fstab
//192.168.1.4/http /mnt/http cifs gid=usergroup 0 0

ao reiniciar já vem montado para usuários do mesmo grupo que o usuário especificado especificado no gid=usergroup

segunda-feira, 30 de julho de 2007

Instalando Thunderbird 2 no Ubuntu 7.04 (Feisty Fawn)

Perguntando ao Oráculo Google, nossa versão atual da Enciclopédia Intergaláctica, por "ubuntu thunderbird 2" cheguei a alguns links mas a resposta que me agradou estava nas páginas de help do ubuntu pois me deu confiança para utilizar o script do projeto Ubuntuzilla e deu tudo certinho.

Depois instalei Nostalgy, uma fantástica e absolutamente necessária extension para mover, copiar, tagear e fazer o diabo apenas usando atalhos, e pronto!

terça-feira, 17 de julho de 2007

Som onboard funcionando no Ubuntu Feisty com ASUS M2V

Finalmente após meses de surdez no ubuntu este post deu a luz, ou melhor, o som que faltava.

Basicamente o que precisa ser feito é:

1. Abaixar os drivers ALSA mais recentes que estão acessíveis neste HowTo;

2. Aplicar este PATCH ao arquivo patch_realtek.c (em /sound/pci/hda/ dentro de alsa-driver-1.0.14rc4) que efetivamente faz a mágica;

3. Compilar e instalar os drivers ALSA seguindo o HowTo do passo 1.

4. Reiniciar o micro e ouvir o ubuntu logando com uns batuques africanos!
:-)