Tags: rapidao hacks

Configurando a placa wireless AR242x (Ubuntu)

por Walter Cruz on 24/03/2009
in Linux

sudo aptitude install linux-backports-modules-intrepid Editar o arquivo /etc/modprobe.d/blacklist Adicionar as linhas: blacklist ath_hal blacklist ath_pci Verificar se não tem nenhuma linha que tenha blacklist ath5k em todos os arqui… mais »

Gerando um arquivo OPML, depressa

por Walter Cruz on 12/03/2009
in Python

Hoje de manhã eu precisei transformar alguns links de um html para o formato OPML, para importar num wordpress. Operação fácil de se fazer, basta apenas a ferramenta certa, no meu caso, Python ;) No links.txt, eu copiei/colei o trecho html que tin… mais »

Mudando todas as tags em um site com wordpress

Com o plugin simpletags instalado, na tela de 'Mass Edit', o seguinte snippet de jQuery é MUITO útil: jQuery('.tags_input').each(function(i){jQuery(this).val('tag1, tag2, tag3, tag4')}) Você tem o firebug instalado não é? ;) mais »