|
2009-12-04
, 16:19
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#2
|
Hello again everyone!
I was browsing the internet on my N900 today when I noticed something significant missing from the browser/OS. In Windows, I have a file in C:\windows\system32\drivers\etc called "hosts". For those of you who don't know what a hosts file is, it's basically a file that is used to redirect outgoing requests from your browser to your computer itself, essentially creating a loop for certain IPs. This is useful because if all the advertising URLs and unwanted internet content on web pages can be redirected in this loop, meaning you won't see advertisements on (virtually) all websites you visit. Furthermore, web pages with advertisements will actually load faster with this hosts file than without it (less stuff to load into the device memory). If you would like more information about it, visit http://www.mvps.org/winhelp2002/hosts.htm
I use this on every computer I have and I believe it would be a nice implementation on the N900/Maemo 5 platform. I did a little Googling and stumbled upon this website and others for inserting the hosts file for a linux system. Now, the question is...Can we do this in Maemo and are there people currently working on implementation?
Thanks guys,
-TheInternet
|
2009-12-04
, 16:22
|
Posts: 42 |
Thanked: 22 times |
Joined on Dec 2009
|
#3
|
|
2009-12-04
, 16:59
|
Posts: 48 |
Thanked: 15 times |
Joined on Oct 2009
@ Ohio
|
#4
|
|
2009-12-04
, 17:07
|
|
Posts: 183 |
Thanked: 66 times |
Joined on Sep 2009
|
#5
|
|
2009-12-05
, 11:53
|
Posts: 127 |
Thanked: 86 times |
Joined on Sep 2009
@ Hannover, Germany
|
#6
|
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900-42-11:~# cat /etc/hosts 127.0.0.1 Nokia-N900-42-11 localhost
The Following 2 Users Say Thank You to schnebeck For This Useful Post: | ||
I was browsing the internet on my N900 today when I noticed something significant missing from the browser/OS. In Windows, I have a file in C:\windows\system32\drivers\etc called "hosts". For those of you who don't know what a hosts file is, it's basically a file that is used to redirect outgoing requests from your browser to your computer itself, essentially creating a loop for certain IPs. This is useful because if all the advertising URLs and unwanted internet content on web pages can be redirected in this loop, meaning you won't see advertisements on (virtually) all websites you visit. Furthermore, web pages with advertisements will actually load faster with this hosts file than without it (less stuff to load into the device memory). If you would like more information about it, visit http://www.mvps.org/winhelp2002/hosts.htm
I use this on every computer I have and I believe it would be a nice implementation on the N900/Maemo 5 platform. I did a little Googling and stumbled upon this website and others for inserting the hosts file for a linux system. Now, the question is...Can we do this in Maemo and are there people currently working on implementation?
Thanks guys,
-TheInternet