python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Self-sign certificate not valid for internal request on RHEL
I have .net core web service on RHEL using Nginx. It uses https with self-signed certificate.
config for Nginx is:
listen 443 ssl;
server_name _;
ssl_certificate /etc/nginx/ssl/my_cert.crt;
ssl_cert...
shtuceron
Votes: 0
Answers: 0
`df' unexpected' checking for diskspace inside a function using a while loop bash script
I am getting an issue where if I call this function below, I get the error line 89: syntax error at line 117: 'df' unexpected.
If I take the code out of the function it works fine.
Is there any reason...

Shafi Shafi
Votes: 0
Answers: 1
need Bind9 architecture advices
i need your advices for a DNS architecture.
DNS architecture proposal
In my company, every desktops/laptops are configured with DNS of the LAN (10.1.1.1), which is a Microsoft AD/DNS and i don't have ...
mixgal
Votes: 0
Answers: 1
RHEL 7: missing cgroup after reboot instances
I'm trying to limit resources by using cgroup. It's working fine until I reboot the instance.
I had checked and found that the cgroup was removed for some reason. This is my step to creating the cgrou...
KhanhND
Votes: 0
Answers: 1