How to disable Ads from required websites and Malware websites

Like to know the DNS Resolver IP and firewall configurations to disable the ad blocker :slight_smile:
for any example - dig Command in Linux with Examples - GeeksforGeeks website having the ads and even at web websites : Array Operations in Bash - launches application with ads

At sometime , antivirus confirming frequently threat is detected - likely affected through “spread of malware through online advertising”

If anyone aware of firewall configuration restricting and resolving above request, please confirm

you can try and explore pihole which offers the things you required

When I try installing pihole through command: curl -sSL https://install.pi-hole.net | bash

Looks like dnsutils file from various hosted server is not available:
[i] Processing apt-get install(s) for: dnsutils, please wait…

E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/universe/b/bind9/dnsutils_9.18.18-0ubuntu0.22.04.1_all.deb Error writing to file - write (28: No space left on device) [IP: 91.189.91.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Err:1 Index of /ubuntu jammy-updates/universe amd64 dnsutils all 1:9.18.18-0ubuntu0.22.04.1
Error writing to file - write (28: No space left on device) [IP: 185.125.190.39 80]
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/universe/b/bind9/dnsutils_9.18.18-0ubuntu0.22.04.1_all.deb Error writing to file - write (28: No space left on device) [IP: 185.125.190.39 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

With sudo apt update : CLI’s - I could able to see the same error:

Err:1 Index of linux/ubuntu/ jammy InRelease
Error writing to file - write (28: No space left on device) [IP: 18.161.246.4 443]
=========> Please advice on this to get resolve to plan for talk on this week on pi-hole CLI’s

If you know the setups to reolve above problem, let me know

There was 100% file system usage on /dev/sda3 , After performing - tune2fs -m 2 /dev/sda3, The sudo apt update - worked

box@box-virtual-machine:~$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 388M 2.2M 385M 1% /run
/dev/sda3 29G 28G 0 100% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /run/qemu
/dev/sda2 512M 6.1M 506M 2% /boot/efi
tmpfs 388M 136K 387M 1% /run/user/1000
/dev/sr0 156M 156M 0 100% /media/box/CDROM
/dev/sr1 4.7G 4.7G 0 100% /media/box/Ubuntu 22.04.3 LTS amd64

1 Like

Are you doing this in VM? You should have optuon to select an extended virtual harddisk under settings and VM Manager

(net-automate) box@box-virtual-machine:~/python_programming$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 388M 41M 347M 11% /run
/dev/sda3 29G 29G 0 100% /
tmpfs 1.9G 23M 1.9G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /run/qemu
/dev/sda2 512M 6.1M 506M 2% /boot/efi
tmpfs 388M 140K 387M 1% /run/user/1000
/dev/sr1 4.7G 4.7G 0 100% /media/box/Ubuntu 22.04.3 LTS amd64
/dev/sr0 156M 156M 0 100% /media/box/CDROM

============> earlier when I performed - tune2fs -m 2 /dev/sda3 ==> Allowed temporarily to install python dependent package and proceed.

Later with further working even with creating of file - didn’t allowing me create.
image

Is there possibilities to refresh the 100% representing FS and having option to clear FS (or) ONLY OPTION IS TO FORMAT - Please confirm.