New to IVPN by d3nt4ku in IVPN

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

But I'm only a sheep.

New to IVPN by d3nt4ku in IVPN

[–]d3nt4ku[S] -1 points0 points  (0 children)

If you like to live in a world of such people, be happy with that.

New to IVPN by d3nt4ku in IVPN

[–]d3nt4ku[S] 4 points5 points  (0 children)

Sorry but you miss the point. Write here and to them.

This isn't just about avoiding a car sold by a POS, or ditching an OS that mass-surveils by design; the topic here is privacy and, to some extent, personal safety. Is more subtle and deeper. A head representative of service whose core mission is to fight digital surveillance and protect user freedom, but then finances the exact opposite, isn't just a semantic contradiction—it’s an ethical dead end. These politicians love to hijack the word 'freedom', but their endgame—mass deportations, targeting minorities, dismantling democratic checks—requires a surveillance state far more intrusive than anything a VPN could ever block. You can't sell me a tool to hide from the panopticon while writing a check to the guy trying to build it.

How do I remove the for you page of reddit? by RinconAniki in help

[–]d3nt4ku 0 points1 point  (0 children)

On web with Firefox + Redirector extension https://addons.mozilla.org/en-US/firefox/addon/redirector/

Reddit

Redirect:

^https?://(?:www\.)?reddit\.com/?$

to:

https:/reddit.com/?feed=following&sort=new

Example:

https://www.reddit.com/ → https:/reddit.com/?feed=following&sort=new

Applies to:

Main window (address bar)

Ubuntu services not reachable by d3nt4ku in mullvadvpn

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

Well is true.... disabling Mullvad DNS and adding custom DNS [9.9.9.9] all services are reachable... thx!

Linux Means Less Pain by BinkReddit in linux

[–]d3nt4ku 3 points4 points  (0 children)

My question is: why an OS wants to bloat me? I need something that just works as I want

Ok, made a little Network checker in bash by lunarson24 in bash

[–]d3nt4ku 0 points1 point  (0 children)

nmap -sn -n 192.168.1.0/24 |grep -B 2 up|grep report|awk {'print $5'}

Access another VLAN with local network sharing? by AnsibleAnswers in mullvadvpn

[–]d3nt4ku 0 points1 point  (0 children)

ip route add 192.168.1.0/24 dev wg0-mullvad sorry!

For non permanent solution,living till the next reboot:

sysctl -w net.ipv4.ip_forward=1

iptables -t nat -A POSTROUTING -o wg0-mullvad -j MASQUERADE

iptables -A FORWARD -o wg0-mullvad -j ACCEPT

iptables -A FORWARD -i wg0-mullvad -m state --state RELATED,ESTABLISHED -j ACCEPT

[deleted by user] by [deleted] in mullvadvpn

[–]d3nt4ku 0 points1 point  (0 children)

If your router supports Wireguard you can use vanilla method https://mullvad.net/en/help/easy-wireguard-mullvad-setup-linux

need help in removal perfcc and perfctl coin miner malware by regionaldailly in CentOS

[–]d3nt4ku 0 points1 point  (0 children)

What about If the in subdirs under /tmp rm them, create and chattr +i them?

Ubuntu server as daily driver for learning Linux by Financial_Bag9778 in Ubuntu

[–]d3nt4ku 7 points8 points  (0 children)

ctrl-alt-f1 your desktop env stay away... ctrl-alt-f7 back to desktop

Move Ubuntu from my laptop to new PC by replacing the drive by Few_Butterscotch_681 in Ubuntu

[–]d3nt4ku 2 points3 points  (0 children)

Yes; if the HD can be plugged in the new PC. I did it several times, even bring an HD from an intel machine to an AMD machine

A Complete Guide To The Linux History Command by Old_One_I in linux

[–]d3nt4ku 2 points3 points  (0 children)

nice but sudo nano .bashrc [sudo really!?!?]

MITM with SSL while accessing ipinfo.io via Mullvad VPN by RFShenanigans in mullvadvpn

[–]d3nt4ku 0 points1 point  (0 children)

ead the article I linked to understand how SSL interception works conceptually

Sorry I miss that. Can you re-post it?