De-Daily Mail
A quick tip on removing the Daily Mail website from your life (Mac users only):
- Open terminal (⌘+space then type ‘terminal’)
- In terminal type
sudo nano /private/etc/hosts
- Enter your password when prompted
- After where it says
fe80::1%lo0 localhost
create a new line and type/paste the following:127.0.0.1 www.dailymail.co.uk
- type
^+x
(^ is the CTRL key) to exit, y to confirm and return to save
If this doesn’t work straight away you may need to flush your DNS cache – to do this simply type/paste the following into terminal dscacheutil -flushcache
Et voila – no more Daily Mail website on your computer. Please pass on to friends and family to make the world a better place.
Comments
Excellent advice Cole :-D
And if you are a Windows user a similar process will work too…
Just edit c:/windows/System32/drivers/etc/hosts
Add a line
127.0.0.1 www.dailymail.co.ukFor Windows 7 this file needs to be edited by running Notepad as admin:
Goto Start ->All Programs -> Accessories
Right click Notepad, and then click Run as administratorAnd if your local DNS needs cleared
Start >> Run >> type cmd
In command prompt, type
C:\> ipconfig /flushdns