Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beangreen247/isp
/etc/hosts to block all of the ad sites, porn and general junk
https://github.com/beangreen247/isp
ads arch beangreen247 block bsd debian file isp junk linux porn windows
Last synced: 11 days ago
JSON representation
/etc/hosts to block all of the ad sites, porn and general junk
- Host: GitHub
- URL: https://github.com/beangreen247/isp
- Owner: BeanGreen247
- Created: 2019-12-20T17:11:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T21:15:29.000Z (over 2 years ago)
- Last Synced: 2024-12-24T03:50:25.844Z (14 days ago)
- Topics: ads, arch, beangreen247, block, bsd, debian, file, isp, junk, linux, porn, windows
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isp
There are two versions
- base - the main hosts file for both Linux and Windows
- hosts - The Linux version
- hostsWindows - The Windows version
- Tweaked - the Tweaked hosts file for both Linux and Windows
- hostsTweaked - The Linux version
- hostsWindowsTweaked - The Windows versionThe main difference is that the Tweaked version is a cleaner version with allowed social medias such as Facebook, Instagram and Pinterest.
### Linux
/etc/hosts to block all of the ad sites, porn and general junk
```
sudo wget -O /etc/hosts https://raw.githubusercontent.com/BeanGreen247/isp/master/hosts
```
or
```
sudo wget -O /etc/hosts https://raw.githubusercontent.com/BeanGreen247/isp/master/hostsTweaked
```### Windows
Open this link https://raw.githubusercontent.com/BeanGreen247/isp/master/hostsWindows
or
Open this link https://raw.githubusercontent.com/BeanGreen247/isp/master/hostsWindowsTweaked
Save file as and in the open dialog navigate to here `C:\Windows\System32\drivers\etc` and save the file by replacing the original and make sure the file type says `File`
If that does not work open Command prompt as Administrator and type in the following example with VSCodium `C:\Users\\AppData\Local\Programs\VSCodium\VSCodium.exe C:\Windows\System32\drivers\etc`
Can be done with any editor that allows elevated privileges. VSCodium is one.