Latest Server related questions

Score: 0
Jordy avatar
Running PHP script constantly in background
gb flag

I have created a PHP file that contains an infinite loop that does certain checks and acts if variables change (what's inside the script is probably not very important for my question). I want the service to always run, untill I tell it to stop. After some searching I decided to be using nohup for this task. However, the downside of nohup is that I can't really monitor if the service is down (other t ...

Score: 1
LeRouteur avatar
SonicWall SSL VPN with both AD and local users
de flag

I'm currently setting up a VPN for our enterprise users using SonicWall SSL VPN and the NetExtender client on Windows 10 (no mobiles devices).

The firewall is querying the Active Directory database for users in a specific group, which are authorized to use the VPN. When those users connect to the VPN using NetExtender, the domain used is "xxx.local" and It works fine.

But when a local user (created  ...

Score: 0
zippy-flop avatar
secure rsyslog using tls
ke flag

I followed along several methods, for using TLS with rsyslog. I end up with a anon error message among others. Is TLS with rsyslog possible on a Rocky Linux 8.5 latest kernel?

Last method used: https://www.rsyslog.com/doc/master/tutorials/tls.html

Server Conf:

# make gtls driver the default and set certificate files
global(
DefaultNetstreamDriver="gtls"
DefaultNetstreamDriverCAFile="/path/to/contrib/gnut ...
Score: 0
xembil avatar
haproxy not accepted my full URL
sa flag

I install and configure haproxy v1.4 on solaris machine i sessufuly add two weblogic servers and i can see the uptime and downtime on mangement. my quastion is i give my weblogic url http://192.168.xx.xx:7001/pp21/loginft.jsf but the haproxy only read the url 192.168.xx.xx:7001 and it give me error. How to add full url on haproxy.cfg and access using my *:80

Error 404--Not Found From RFC 2068 Hyp ...

Score: 0
Secto Kia avatar
Decrypt a pcks8 private key file on windows?
gb flag

Is there any way on standard Windows Server (such as with certutil?) to decrypted a pkcs8 pem encrypted private key?

i.e. What is the equivalent on windows of:

openssl pkcs8 -in key.enc -out key.pem

I tried looking through certutil doc for ages and cannot figure out any way to do it.

Score: 0
Night Wolves avatar
Forward port on VM and keep source IP
de flag

I want to forward port 80 from the proxy to nginx and keep the original IP. My current structure:

enter image description here

Proxy vm(192.168.0.104) - VM with iptables that redirects all traffic from port 80 to 192.168.106:80  
Nginx vm(192.168.0.106) - VM with default nginx webpage on port 80

For example, I opened a web browser(local ip: 192.168.103) and entered 192.168.0.104 in the address field, then I got the default Ngin ...

Score: 0
Mark avatar
Specify URL instead of IP:port in network endpoints for applications behind reverse proxy
mv flag

We are using GCP external HTTPS load balancer, architecture is shown in the diagram below. The primary use of LB is redirecting users to static error site (hosted on Cloud Storage bucket) in case CE instance is down, Traefik crashes on CE, Docker crashes on CE, etc.

We have 4 backend services defined on load balancer:

  1. static-error-page backend bucket
  2. blog-backend-service, gallery-backend-service ...
Score: 1
520 ip and spf record not match
fk flag

We are using Google Workspace and set Email forwarding using recipient address map to forward messages at our domain name (@example.com) to an external domain name (@external.com). Ex. mail sent to [email protected] will forward to [email protected].

The forward works when we email [email protected] from one of our Google Workspace accounts - it goes to [email protected].

When we email info@example ...

Score: 0
Invader Zim avatar
Ansible says Invalid options for debug: ansible.builtin.debug
in flag

I've been quite busy building a script. At some point I need to generate a password and store it in a file. The password is generated with

  - name: Generate new password
    debug:
      ansible.builtin.debug:
        var: lookup('community.general.random_string', length=32)
      register: password

This worked better than expected, on all test runs it actually works. I added some more code to the pl ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.