Hi! My name is João Trindade and this is the web place where I share all of my stuff with the rest of the world.
I am an IT Engineer taking a PhD course at IST, Portugal. My interests in the IT field include Project Management, Enterprise Architecture, Free Software and programming in general.
Tagged:  •  

Want to share your command line 'Geekiness' with the rest of the world??

Use TTYShare ;)

Tagged:  •  

I've recently started using a great vim plugin called snippetsEmu. One other plugin that I already had was yankring.

Unfortunately not all worked well and I had the following error when jumping from an unnamed tag:

Error detected while processing function 40_Jumper..40_ChangeVals:
line 16:
E713: Cannot use empty key for Dictionary

This is due to some conflict between SnippetsEmu and Yankring.

To resolve this bug simply downgrade the Yankring plugin to the 2.2 version.

 read more »
Tagged:  •  

Sometimes it is useful to don't autoload a kernel module. I use it so that vmware can use it's own driver for an usb disk.

Simply edit the file:

/etc/modprobe.d/blacklist

And insert the module that you don't want to be autoloaded (in this case usb-storage)

blacklist usb-storage

Or in one single command:

echo "blacklist usb-storage" >> /etc/modprobe.d/blacklist

Tagged:

Checkout this video where Jeff Hawkins describes how our brain works and how machines can simulate it using a hierarchical structure. He compares this notion with some of the Turing Machine assumptions.

Video present in the site:

http://media.omediaweb.com/rsa2008/keynote_catalog.htm

Then in the WEDNESDAY, APRIL 9 - Jeff Hawkins tab choose the View Interactive Webcast.

Tagged:

Change the User-Agent Header so Webservers don't know what browser you are really running (I need this because hardly anyone knows what Iceweasel is, so I need it to change to Firefox).

Just write about:config in the url and then search the name:

* general.useragent.extra.firefox

Now just change the value to anything you want.

Syndicate content