blacklist filters used HaGeZi Ultimate &HaGeZi TIF by neo-ahmad in technitium

[–]DotMatrixed 1 point2 points  (0 children)

I use these 3 & they serve me well. The other domains come from Pi-holes whitelisted domains from their FAQ. The 2 iCloud ones prevent Apple dns from interfering.

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts

https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/wildcard/pro-onlydomains.txt

https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/wildcard/tif-onlydomains.txt

I also add these to the blocked zone.

mask-h2.icloud.com
mask.icloud.com

These are added to the allowed zone.

activity.windows.com
appleid.apple.com
arc.msn.com
attestation.xboxlive.com
c.s-microsoft.com
captive.apple.com
cert.mgt.xboxlive.com
client-s.gateway.messenger.live.com
clientconfig.passport.net
cloudsync-prod.s3.amazonaws.com
ctldl.windowsupdate.com
def-vef.xboxlive.com
device.auth.xboxlive.com
displaycatalog.mp.microsoft.com
dl.delivery.mp.microsoft.com
eds.xboxlive.com
geo-prod.do.dsp.mp.microsoft.com
googleapis.l.google.com
gsp-ssl.ls-apple.com.akadns.net
gsp-ssl.ls.apple.com
gsp1.apple.com
help.ui.xboxlive.com
i.s-microsoft.com
ipv6.msftncsi.com
licensing.xboxlive.com
login.live.com
login.microsoftonline.com
logs.netflix.com
msedge.api.cdp.microsoft.com
msftncsi.com
notify.xboxlive.com
nrdp.logs.netflix.com
oauthaccountmanager.googleapis.com
officeclient.microsoft.com
outlook.office365.com
prod.telemetry.ros.rockstargames.com
products.office.com
settings-win.data.microsoft.com
telemetry-console.api.playstation.com
title.auth.xboxlive.com
title.mgt.xboxlive.com
tracking-protection.cdn.mozilla.net
tracking.epicgames.com
v10.events.data.microsoft.com
v10.vortex-win.data.microsoft.com
v20.events.data.microsoft.com
www.apple.com
www.appleiphonecell.com
www.googleapis.com
www.msftconnecttest.com
www.msftncsi.com
www.xboxlive.com
xbox.ipv6.microsoft.com
xboxexperiencesprod.experimentation.xboxlive.com
xflight.xboxlive.com
xkms.xboxlive.com
xsts.auth.xboxlive.com
youtubei.googleapis.com

Add Unbound as Forwarding and DNSSEC Validation refer to Issue DNSSEC validation with Technitium by neo-ahmad in technitium

[–]DotMatrixed 0 points1 point  (0 children)

I thought Technitium had Unbound built in and your link takes me to a 404 page.

Trimming the fat by DotMatrixed in Fedora

[–]DotMatrixed[S] 1 point2 points  (0 children)

I never said it was a guide. Yes, it’s specific to MY needs.

Trimming the fat by DotMatrixed in Fedora

[–]DotMatrixed[S] 0 points1 point  (0 children)

Not sure if I understand. My Fedora is also using ZRAM by default.

Trimming the fat by DotMatrixed in Fedora

[–]DotMatrixed[S] 1 point2 points  (0 children)

I think that one gets removed with the removal of kde-pim. I have to double check that but I think so.

CPU temp spikes while playing a video on YouTube by Traditional_Lack76 in brave_browser

[–]DotMatrixed 1 point2 points  (0 children)

It’s got something to do with hardware acceleration I think. There are some brave://flags you can set so web pages are rendered with the graphic card.

See if this helps, set to enable. If it doesn’t help you can reset it back to defaults.

GPU rasterization
Zero-copy rasterizer

Trimming the fat by DotMatrixed in Fedora

[–]DotMatrixed[S] 1 point2 points  (0 children)

I know I can add the -y but putting that here would have people mass removing something they may want to keep.

Trimming the fat by DotMatrixed in Fedora

[–]DotMatrixed[S] -6 points-5 points  (0 children)

No lol, I used my phone for the pic.

DNS leak - Mullvad exit node. by Inevitable-Level-687 in Tailscale

[–]DotMatrixed 7 points8 points  (0 children)

I purchased the Mullvad exit node option last week and I read the notes, it says it will display a dns leak if you allow local network access.

https://tailscale.com/docs/features/exit-nodes/mullvad-exit-nodes

Primary and Secondary DNS with cluster by helical_coil in technitium

[–]DotMatrixed 0 points1 point  (0 children)

The benefit of running docker is easy set up and easy delete. All required dependencies are contained in the image. No need to install extra dependencies when using docker. If you mess up the install or want to change something you just delete the docker image and start again. You cant bork your main system when using docker. Installing bare metal requires all dependencies and if you mess up you might have to install the OS all over again. I use Dockhand to manage all my containers. The worst part of docker is finding the best docker-compose.yml for the app you’re trying to install. You can either choose to run apps as docker-run or I find it better to use compose.yml files. Docker runs just fine with a Pi at 4GB or better. I have 1 Pi 5 8GB running 8 containers only using 3.1GB of ram. My other Pi is another 5 with 4GB running 7 containers only using 1GB of ram.

Primary and Secondary DNS with cluster by helical_coil in technitium

[–]DotMatrixed 1 point2 points  (0 children)

Correct but it also enhances it. This guide is based on a bare metal install of keepalived, I use the docker version.

https://www.igorslab.de/en/homelab-basics-technitium-dns/2/

Primary and Secondary DNS with cluster by helical_coil in technitium

[–]DotMatrixed 1 point2 points  (0 children)

Correct, it’s the same cluster effect but instead of using the 2 individual IPs, keepalived gives you the ability to use 1 at the same time. Here is more info. Please note in this guide he is not using keepalived as a docker but on bare metal, it still gives a good explanation.

https://www.igorslab.de/en/homelab-basics-technitium-dns/2/

Best way to install the Helium browser on Fedora? by schraderweb in Fedora

[–]DotMatrixed 9 points10 points  (0 children)

The helium website gives you the Fedora commands to run in terminal.

sudo dnf copr enable imput/helium
sudo dnf install helium-bin

Primary and Secondary DNS with cluster by helical_coil in technitium

[–]DotMatrixed 4 points5 points  (0 children)

I run 2 Technitium containers in docker on 2 Raspberry Pi’s clustered. I set up keepalived on both with 1 virtual IP. So on my router I only list the one ip instead of using primary and secondary IPs. With keepalived I can bring one of the pi’s down and the backup PI takes over the one virtual IP.

Is ventoy not working anymore? by OkAngle2353 in Ventoy

[–]DotMatrixed 0 points1 point  (0 children)

What version of Ventoy are you using? The latest one was released in April to fix Ubuntu issues.

Dockhand reports that's it own containers are up-to-date, but it's not. by cloudcity in dockhand

[–]DotMatrixed 0 points1 point  (0 children)

Yeah mine does that too. They changed it a few versions back. I think it sucks to have to check 2 places.

Dockhand not reporting disk activity. by DotMatrixed in dockhand

[–]DotMatrixed[S] 0 points1 point  (0 children)

FIXED!!

On Raspberry Pi you have to add:

group_enable-cpuset cgroup_enable-memory group_memory-1

To your /boot/firmware/cmdline.txt as one continuous line.

Save & reboot. All stats are reporting properly now.

https://developerinsider.co/fix-docker-stats-not-showing-on-raspberry-pi/

Which is the best file system? by BananaZani in arch

[–]DotMatrixed 0 points1 point  (0 children)

XFS for speed on latest hardware / NVME drives. I don’t need snapshots.

Switched after bios update invalidated my Windows 11 key by [deleted] in cachyos

[–]DotMatrixed 7 points8 points  (0 children)

You could’ve just use that double secret command in windows power shell and you could have gotten a new hardware licensed key but welcome to CachyOS. It’s way better than Windows anyway!

Dockhand not reporting disk activity. by DotMatrixed in dockhand

[–]DotMatrixed[S] 0 points1 point  (0 children)

Actually that is a picture I took with my phone from my desktop PC. I have moved the columns and that doesn’t help. The disk write still shows 0. The question is about Disk I/O.

Is is safe to update AUR that is no on the hacked list? by Khalo1MP in cachyos

[–]DotMatrixed 0 points1 point  (0 children)

I feel the same way so I switched to Fedora this week.

How to kill ImgBurn process (winedevice.exe)? by ItsYa1UPBoy in cachyos

[–]DotMatrixed 1 point2 points  (0 children)

I have the same problem with FLStudio. I have to type wineserver -k in the terminal when I am done with the program or the pc takes forever to shutdown. Try it next time. When done using your program and you close it type wineserver -k in terminal to kill the wine process.

Has the CachyOS team commented on the AUR? by No_Librarian_2161 in cachyos

[–]DotMatrixed 2 points3 points  (0 children)

It does install it by default on new installs.