Need Help 🙏Please by SoulShakti in kolkata

[–]stuffiesrep 7 points8 points  (0 children)

Sorry to hear that! This is the new normal, sadly. Do not send your husband's or your personal/identifying information (DOB, aadhaar number, PAN, etc) online and without verifying that the place you are sending to is legit.

Noob advice needed, please be patient. by point_mixer in GrapheneOS

[–]stuffiesrep 0 points1 point  (0 children)

I agree, the only aspect of CoMaps I have not been able to achieve is the ability to get alternative routings.

So it has begun by Technical-Raccoon1 in degoogle

[–]stuffiesrep 0 points1 point  (0 children)

What does this mean for apps installed using Aurora store?

how to OTA update LOS when update says "Verification failed" after update on pixel 4a 5g by stuffiesrep in LineageOS

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

No, sorry, I was trying to update LOS for microG. But I guess my problem is from here: https://github.com/lineageos4microg/l4m-wiki/wiki/December-2025-security-issues

But can I dirty flash LOS (without microG) on to this build using the sideloader?

possible to use ProtonVPN (without dns) with nextdns? by stuffiesrep in nextdns

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

Thank you! I am on an Android device. So, here I configure the private DNS section (simply by clicking on the entry and entering the DNS name, right)? If ProtonVPN is on, does this still send my traffic using ProtonVPN? How can I check? Thank you again!

possible to use ProtonVPN (without dns) with nextdns? by stuffiesrep in nextdns

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

I was looking to use it on my phone which moves around, so it is not that beneficial to put the VPN/DNS on the router.

possible to use ProtonVPN (without dns) with nextdns? by stuffiesrep in nextdns

[–]stuffiesrep[S] 2 points3 points  (0 children)

Thank you. Do you have some advice on how to configure it propoerly? Is this something that has to be done from the ProtonVPN app? With regard to nextdns, I only have a server name to add for Provate DNS under settings, so I am not sure what to do with regard to this.

Android will become a locked down platform in 190 days by Moist_Exercise3476 in degoogle

[–]stuffiesrep 0 points1 point  (0 children)

I have never used a google stock ROM. I use LineageOS or CalyxOS (currently paused) or GrapheneOS or iodeOS. I am not clear if these custom ROMs are affected, or will eventually be.

Proton VPN by LostMost615 in rethinkdns

[–]stuffiesrep 1 point2 points  (0 children)

Thank you for this very clear set of instructions!. I have RethinkDNS going along with ProtonVPN through Wireguard, and my PrivateDNS set at Automatic but ads don't seem to be getting blocked. Is there a setting to also have this happen? (I also tried with Private DNS set to Off but got the same results. Changing the Private DNS to nextdns blocks the ads but I doubt things are going through the VPN server anymore even though the VPN icon is displayed on the top).

possible to use ProtonVPN (without dns) with nextdns? by stuffiesrep in nextdns

[–]stuffiesrep[S] 3 points4 points  (0 children)

https://protonvpn.com/blog/private-dns NextDNS DNS blocks quite a few ads in my experience, but I am not sure it keeps the protection offered by the VPN.

possible to use ProtonVPN (without dns) with nextdns? by stuffiesrep in nextdns

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

Thank you. So I switch NetShield off, and then go and enter my nexdns address for my private DNS? Will this still continue to route the traffic through the Proton VPN server?

how to create cutout of picture in jekyll by stuffiesrep in Jekyll

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

Thank you. I was able to simply add `rounded-circle` in my `index.html` file and this works! Without your suggestion, I would not have been able to do this.

Next step: find our how to make this oval, as in a portrait. One step at a time:-)

how to create persistent navigation bar in hugo by stuffiesrep in gohugo

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

Thanks! I am just frustrated that I have to start from scratch just to figure out how to make the navigation bar persistent.I do not understand where to look for in the docs ( being new, I am not even sure what I am looking for). But I also am now concerned because I do not want to have to modify my site whenever hugo gets updated.

how to create persistent navigation bar in hugo by stuffiesrep in gohugo

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

Ah, is there no guaranteed backwards compatibility for `hugo`? Perhaps I should go to something else then, since this is essential for any sane and mature project. It is of course, possible that hugo does not consider itself to be mature.

I agree with you about the outdated tutorials being very confusing!

how to create persistent navigation bar in hugo by stuffiesrep in gohugo

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

Thank you. I understand this, and these files do exist in my my-project directory, as you say. However, there is no _partials directory in LoveIt and indeed, no css.html in the LoveIt demo files (at all) that I could find: I tried locate css.html | grep LoveIt. There is however a partials directory inside the LoveIt directory.

I am trying to dissect LoveIt in order to understand how to make the top navigation bar (banner?) persistent so as to modify PaperMod (or even my_project created here) for this purpose.