The location of Google Buzz within GMail does not make sense to me.
Currently Google Buzz is inside of GMail, along with Inbox, etc:
Here is how it should look. Google Buzz should be it’s own section up with Mail:
When using Firesheep on MacOSX you get:
“Couldn’t get netmask for device en1: en1: no IPv4 address assigned.”
Open up terminal and type “ifconfig” to see if your ethernet cart is indeed on en1. My Mac Air has the wireless card as en0, not en1.
Go to the url “about:config” in Firefox. This opens up extra configuration options for Firefox. Search for ‘firesheep’ and there will be an option to change the Firesheep interface.
Funny Video
By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config:
TCPKeepAlive yes
ClientAliveInterval 60
For some reason, if you go to the Utah DMV website and click “Address Changes”, it sends you to this web page: http://dmv.utah.gov/contact.html
However if you look on this page, there is no way to change your address ONLINE.
A little googling turns up this other site where you can do it. A hell of a lot more convenient than driving in to the DMV.
Here is a link I found that got this working again:
Click Here
Here is a link to fix a keyboard error some have:
Click Here
* Changed listen link to listen.php, removing the need for Apache Alias
* Added g_debug_path. Debug path was hard coded which caused crash if not exist.
VMware Server 1.0.6 on Ubuntu 8.0.4 would not run “out of the box”. I needed a library fix to get it running:
$ cd /usr/lib/vmware/lib/libgcc_s.so.1
$ sudo mv libgcc_s.so.1 libgcc_s.so.1.orig
$ sudo ln -s /lib/libgcc_s.so.1 /usr/lib/vmware/lib/