Tiago Cogumbreiro

O Irrepupável

Back to top

Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts

Monday, May 26, 2008

Como procurar uma palavra no dicionário português da Priberam (por HTTP GET)

O link para definir o termo PALAVRA é:
http://priberam.pt/dlpo/definir_resultados.aspx?pal=PALAVRA

Fica também o formulário para simplificar a coisa:

<form method="GET" action="http://priberam.pt/dlpo/definir_resultados.aspx">
   <label for="priberam-pal">Palavra:</label>
   <input name="pal" type="text" id="priberam-pal" />
   <input type="submit" value="Definir"/>
</form>

Update: O André colocou um comentário com um bookmarklet para browsers decentes. Já o estou a usar! Obrigado :-)

Monday, September 18, 2006

Linksys WPC54G on Ubuntu Dapper (bcm43xx)

Installing Linksys WPC54G on Ubuntu Dapper is somewhat easy. First you need to install the firmware extractor:

sudo apt-get install bcm43xx-fwcutter

After that you have to download the drivers from Linksys (or use the CD that came with the device).

After that you have to extract the contents of the zip file and open the console on that directory (if you use the CD it’s on the CD path):

bcm43xx-fwcutter -w /lib/firmware/ Driver/NT/bcmwl5.sys

Unplug and plug your card again.

Done! Now you just have to configure it ;)