Archive for the 'Tutorials' Category

Disabling AVG Anti-Virus LinkScanner

The new AVG Anti-Virus 8 comes with a component called LinkScanner (sometimes also called Safe Search) that automatically checks the results from Google, Yahoo, and MSN and displays security information in the form of an icon next to the link. You can hover your mouse over a link and it will pop up detailed information.

AVG LinkScanner

This extension can be disabled in AVG by going to the “Tools->Advanced Settings” menu and selecting “LinkScanner” in the tree menu on the left. However, if you do so the AVG icon in your system tray will complain that you have it disabled. I prefer to be able to see if my AVG has the latest definitions simply by looking at the system tray and seeing the normal icon.

Continue reading ‘Disabling AVG Anti-Virus LinkScanner’

Teach Yourself Something Useful

Education is not something that you should consider finished after you leave school. I strive to learn new things all of the time, it helps me form a more complete picture of how things operate, why they work that way, and how I can make the most of it. Most of the time I turn to Google or Wikipedia, but knowing other resources can often take much of the work out of finding the information that you need.

Continue reading ‘Teach Yourself Something Useful’

Google Earth for Linux Freezing with ATI

Ever since I upgraded to my desktop to Debian Linux I have not been able to run Google Earth. It would freeze on the splash screen and never open the main interface. I used Google Earth on Debian before, so I knew it was just a problem with my machine. As it turns out, it was the new ATI fglrx drivers that were preventing it from running properly.

Continue reading ‘Google Earth for Linux Freezing with ATI’

Wake-on-LAN on Linux with a Linksys WRT54g

My D-Link router died and I bought a Linksys WRT54g thinking I could put Linux on it. Unfortunately, I should have checked a little more before I bought it because I got a v5, which has half of the RAM and flash memory and is not compatible with most 3rd party firmwares. I also found out that I could not forward packets to the broadcast address, which is exactly what I needed to do to get Wake-on-LAN working.

Continue reading ‘Wake-on-LAN on Linux with a Linksys WRT54g’

Shutdown Xfce4 Without a Password

Here are the directions for how to shutdown or restart in Xfce4 without a password. It will also enable the shutdown and restart buttons.

Open a terminal use visudo and add the following:

 

username ALL = NOPASSWD: /usr/sbin/xfsm-shutdown-helper

This could need to be /usr/libexec/xfsm-shutdown-helper on non-Debian based systems.

Continue reading ‘Shutdown Xfce4 Without a Password’