Newest Questions
329,061 questions
-1
votes
0
answers
26
views
Can I configure Gmail to use OAuth2 easily? [migrated]
I send gmails without browser using python, nodejs, c++.
I need Oauth2 for gmail. I investigated gcloud and knew that requires many many steps, project, clientid, and secrets.
On the other, using ...
0
votes
0
answers
16
views
xmltooling::IOException when bounced back from Shibboleth sso
With my shibboleth2.xml settings I generate the /Shibboleth.sso/Metadata file just fine. I passed it to my shibboleth admin and they added it to their system. Now I can go through the shibboleth sso, ...
0
votes
1
answer
70
views
What are you planning to do when MySQL 8.0 goes end of life?
It seems a lot of people were running MySQL 5.7 for many years until it went end-of-life last year, and many have been on MySQL 8.0 series since 2019 which is going end-of-life next. What are people ...
0
votes
0
answers
29
views
Why is my Windows DNS server querying external DNS resolvers when not configured to do so?
I'm in the process of attempting to lock down DNS in my environment to specific third-party DNS provider while blocking all others as part of a DNS security initiative. My DNS servers are configured ...
9
votes
1
answer
852
views
DNS: What is missing from this SOA?
opensuse LEAP 15.6
linux v6.4.0-150600.23.47-default x86_64
BIND 9.18.33
I have tried various changes to the SOA record in named.conf. I do not understand what is missing or incorrect.
The only ...
0
votes
1
answer
37
views
variabilized proxy_pass gives 502
When I use this syntax, my nginx redirects correctly to myapi :
location /myapi {
proxy_pass http://service-flask-api.backnamespace:80/myapi;
}
But when I use this syntax, my nginx returns "...
-1
votes
0
answers
15
views
Poweredge Openmanage Modular MX7000 [closed]
I just need some guidelines on how to assign drives to a compute sledge and then add the sledge to raid5, in PowerEdge OpenManage Modular MX7000. I checked the demo on Dell.. but could not really get ...
2
votes
0
answers
52
views
Remove TXT verification DNS record after domain has been authorized by Google?
Related to this question: https://stackoverflow.com/questions/15837199/is-it-ok-to-remove-google-txt-verification-records-after-ive-authorized-my-doma - is it safe to delete the DNS TXT record created ...
0
votes
0
answers
25
views
Conect podman container to multiple host interfaces
My DuckDuckGo-fu seems to be failing me :(
On my host system (Fedora CoreOS) I have 2 network interfaces connected to 2 different VLANs.
I have a container which I want to connect to both interfaces.
...
0
votes
1
answer
18
views
IPA WebGUI and CLI Failing with ipa: ERROR: No valid Negotiate header in server response (Just for sharing, see the answer please)
I encountered an issue on our IPA (Identity Management) server where both the Web UI login and IPA CLI commands were failing. The ipa commands returned this error:
ipa: ERROR: No valid Negotiate ...
0
votes
0
answers
25
views
How to remove or disable inaccessible maintenance systems in Zabbix?
I have a collection of systems which are in maintenance and I am unable to find a way to make them active as the maintenance is 'inaccessible'. Research doesn't indicate any way to clear this setting ...
-1
votes
0
answers
40
views
+50
Redis with SENTINEL as Nodeport accessable from outside the cluster
I'm trying to set up a Redis cluster that needs to be accesses from outside of the Kubernetes cluster for a while. I'm using the bitnami helm-chart. I configured Sentinel as NodePort and the NodePorts ...
0
votes
0
answers
33
views
Fail2ban filter to block wordpress
I'm trying to make a simple fail2ban filter to block wordpress on my server, but it doesn't seem to work, can you help me understand why? can be the "-"?
[mywebsite.com] 172.69.151.105 - - [...
0
votes
2
answers
39
views
Powershell Invoke-Sqlcmd Issue - DB in Single User Mode but can't restore DB
I've been trying to figure out what's going on and I'm at a loss. Hoping someone can help!
I have an Azure Pipeline that's using a self-hosted agent. The overall goal is to be able to restore SQL ...
-2
votes
0
answers
27
views
Questions about Chrony on Raspberry Pi - wrong time, system clock wrong [closed]
I'm no expert when it comes to Chrony but recently I set it up on my 2 Pi's on my home LAN (the Pi's currently run Pihole + Unbound).
Chrony install seemed to go smoothly. However, when I reboot or ...