On my kids computer I am running Ubuntu 20.04.6. I have the ability to turn off wifi access to this laptop at certain times from the router side. But my oldest has tactically acquired the neighbors wifi password.
I can use the following commands in terminal to turn off the network manager, but how do I run these commands on startup?I read online that I will also need to stop and mask the NetworkManager-wait-online.service but where do I make these changes so I don't have to enter them manually before I leave them to their homework?
I recognize we are entering into a cyber arms race, but that is life with compulsive teens. If we learn Linux it might be worth it.
I can use the following commands in terminal to turn off the network manager, but how do I run these commands on startup?
Code:
sudo systemctl stop NetworkManager.service
Code:
sudo systemctl mask NetworkManager.service
I recognize we are entering into a cyber arms race, but that is life with compulsive teens. If we learn Linux it might be worth it.
Statistics: Posted by tacky-ricky — 2024-05-01 01:53 — Replies 0 — Views 33