Sunday, October 5, 2008

handy netstat params


netstat -putwlan

Tuesday, September 30, 2008

Latest NetworkManager update on Fedora 9 stops the freeze on Macbook Pro

My existing issue with NetworkManager on Fedora 9 running on my Macbook Pro seems to have gone away with the latest update.

[ansilva@localhost ~]$ rpm -qa --last | grep Network
NetworkManager-vpnc-0.7.0-0.10.svn4024.fc9 Sun 28 Sep 2008 05:07:37 PM EDT
NetworkManager-gnome-0.7.0-0.11.svn4022.fc9 Sun 28 Sep 2008 05:07:34 PM EDT
NetworkManager-openvpn-0.7.0-15.svn4027.fc9 Sun 28 Sep 2008 05:07:32 PM EDT
NetworkManager-0.7.0-0.11.svn4022.fc9 Sun 28 Sep 2008 05:07:14 PM EDT
NetworkManager-glib-0.7.0-0.11.svn4022.fc9 Sun 28 Sep 2008 05:07:13 PM EDT

Glad it's working now, even though blame was quickly shifted towards ndiswrapper, which I haven't changed. :-)

Wednesday, September 17, 2008

Quick shell access with 'tilda'

This is pretty neat. Tilda is a little application that let's you access a terminal on your desktop like Quake games. You hit a key, and the shell slides on your desktop, hit it again, and it goes away. On Fedora just do:


yum install tilda


Run it as a regular user for configuration.

Here is a screenshot of my setup.

Thursday, September 11, 2008

What UUIDs can do for you

Read Article.

Tuesday, September 9, 2008

Vim syntax highlighting as root

Read Article.

Thursday, September 4, 2008

Fedora/Ferrari Desktop


Fedora/Ferrari Desktop
Originally uploaded by afsilva
Just a screenshot of my Fedora 9 install on my Macbook Pro with a Ferrari (F430) wallpaper. :-)

Tuesday, August 26, 2008

Getting Macbook Pro (4,1) Penryn touchpad to work on Fedora 9

The driver is at: http://web.comhem.se/rydberg/Bits/. Follow the directions to compile, and install.

Now, the 'options usbhid quirks' did not work on Fedora 9, at least not for me. There was some discussion about the fact that usbhid not being compiled as module in Fedora... So, the work around is:

On your /etc/rc.local add:

echo -n "7-2:1.2" > /sys/bus/usb/drivers/usbhid/unbind
modprobe bcm5974

7-2:1.2 is the device id of your trackpad, and this will unbind usbhid from taking over it so the device allowing bcm5974 to work.


PS - This relates to my instructions on how to get Fedora 9 running on a Macbook Pro (4,1).

Sunday, August 24, 2008

Linux/Unix Quick Reference Links

1. Read First Article
2. Read Second Article

Thursday, August 21, 2008

Thanks BoA

I have no idea if Bank of America read my blog or something, but the online banking now works on Linux x86_64 browsers. :-)

Tuesday, August 19, 2008

Flashblocker for Opera

Flashblocker for Opera 9.X. It seems to work pretty well on Linux so far.