Questions tagged [debian-buster]
139 questions
-1
votes
1 answer
"curl: command not found" on Debian 10 with PHP 7.3 installed successfully?
I have a Debian 10 VPS where I'm configuring for use for an internal app. At the moment I'm installing a monitoring package for the server which requires me to use curl. Running the command returns the following error:
-bash: curl: command not…

mickburkejnr
- 187
- 1
- 2
- 12
-1
votes
1 answer
Can I get ip lease from DHCP router for linux virtual interface?
I have a mikrotik router that acts as a DHCP server. I created some virtual interface on my raspberry pi using :
interface eth0:1
static ip_address=192.168.88.5/24
static routers=192.168.88.1
static domain_name_servers=192.168.88.1
interface…
-1
votes
1 answer
Best way to lock out a group once per week
A SSH server I admin is to be allowed login from a group of users all days of week except sunday.
How would be your elegant solution to this? Thanks any input on comments or creative +and+ secure answers.
It should also kick out logged users. And…

DrBeco
- 109
- 6
-1
votes
2 answers
dhclient is sending host-name for IPv4 but not IPv6
I am setting up a home server running Debian 10 (Buster), but I have been unable to associate the host's name with its IPv6 addresses.
I have a router running OpenWRT, which is configured with dnsmasq acting as both a DHCP server and a DNS…

IncongruentModulo1
- 119
- 2