Focused 1.9.7, IGN podcasts, and you.

tobytl

Member
Joined
Mar 24, 2010
Messages
103
Reaction score
0
I finally flashed up to 1.9.7 last week, and was a little confused for a few days when IGN content kept failing in doggcatcher.... Then I facepalmed, called myself an idiot, and checked the hosts file... Yea, I'm a little slow. This is just a heads up, in the unlikely event that someone else out there is slower than me.

If you listen to IGN podcasts, edit the /etc/hosts file and remove the lines that contain "pheedo.com" and "www.pheedo.com". You should be able to do this with terminal editor.
(may need to 'sys -rw' first...)
Code:
su
cd /etc
mv hosts hosts.bak
grep -ivE "(1.|www\.)pheedo\.com" hosts.bak > hosts
 
Top