I would like to create a systemd service unit file which has a Requires= and After= dependency on a psudeo terminal created by another service. This site describes how to do this for a real device by adding TAG+=systemd to a UDEV rule. So something like the following will generate […]
Daily Archives: October 12, 2022
I had an old laptop that I dual booted with ubuntu and windows 10. So I decided to use its internal hard drive as an external hard drive and bought the enclosure and everything needed. The problem I am having is that my current laptop only has windows installed and […]
I want to add a basic iptables rule limiting inbound SSH traffic to a single address. Although, after I specify the -s or –source flag, iptables -L fails to list rules and stalls: ~ iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target […]
I have Starlink installed, to my surprise Starlink only provides WiFi routers in which you can’t switch off WiFi. From health reasons I can’t use WiFi, I want to use cables in my home network. How can I replace Starlink router with different wired router?