Latest Server related questions

Score: 0
Tony Matthews avatar
How to port forward to a specific port using openvpn on ubuntu vps remote server
lc flag

i am struggling with this, i tried 2 different ways, The first way was with UFW, the 2nd way was with iptables, after using grep command, the server is listening on port 1194 for UDP. My problem is when my client device tries to connect via the vpn, to my vps server it stops whilst trying to connect. I think its associated with the routing tables, i couldnt really find the correct info in relation to se ...

Score: 0
ampularius avatar
Making sure the "platform" part of an image from DockerHub is up-to-date
cn flag

I would like to use images from DockerHub. I trust the applications that the containers are for and I trust the maintainers to update the DockerHub image if their application gets an update. I however do not trust them to docker build --pull every time the baseimage they use gets an update (for example when they use FROM debian:bullseye-slim in their Dockerfile).

What I want: to check continuously t ...

Score: 1
Raj R avatar
Not able to list all the images
cn flag

I am trying to list all the images which has the name Ansible*.

If i can pull it off, i can use it to clean my AMI's that are created during patching activity. i am trying it via SSM Automation Document. below is the code i have.

description: This document is to remove AMI
schemaVersion: '0.3'
assumeRole: '{{ AutomationAssumeRole }}'
mainSteps:
  - name: getImageId
    action: 'aws:executeAwsApi'
     ...
Score: 0
zone file error and named does not start
kr flag

we have deployed a new zone on our dns :

named.conf for the new zone (like others)

zone "db.0.30.10.in-addr.arpa" {
                type master;
                file "/etc/named/internal/db.0.30.10.in-addr.arpa";
                notify yes;
                allow-transfer {
                        dns2-int; key "int-key";
                };
                check-names warn;
        };

this is the new file ...

Score: 1
How can I be assured that rsyslog complies with RFC5424 (I haven't found any direct mention on rsyslog documentation)?
us flag

I have a requirement for a system that specifies RFC5424 base for event logging services.

Score: 0
Adiel avatar
configure NGINX: for Wordpress Headless with nextjs
br flag

I want to make a WordPress Headless (using wpgraphql API at /graphql uri), where frontend will be next.js. And I want both the front-end (Next.js) and the back-end (WordPress. admin, content, and API) to be in the same domain.

To that end I want all requests only for /wp-admin/* and /wp-content/* and /graphql to be directed to WordPress. And all other uri's will be redirected to the next.js server in ...

Score: -1
Baud avatar
How to handle multiple public IP address with a router
tr flag

For now I have 1 static/public IP from my provider and I use an Asus RT-AX92U to forward http to a web server. I will have the opportunity to get several other static IP addresses and I would like to forward the second static IP to another server.

static ip 1 ---> http forwarded to server 1
static ip 2 ---> http forwarded to server 2

I my router, in the "port forwarding" section I don't see a wa ...

Score: 0
jit jade avatar
Port forwarding is one way or two way? Requests made on external port are forwarded to internal port; understood. How about route of responses?
ru flag

Port forwarding is one way or two way? Requests made on external port are forwarded to internal port; understood. How about responses? Do Responses pass by same portforwarding again, or responses are from the device on local network to router than to the client (that made the request) directly (without passing by same port forwarding again) ??

Does the below image make sense; to explain portforwa ...

Score: 0
kathyl avatar
apache 2.4.6 site works on Debian 10 but not on CentOS - php 7 code
pg flag

I have a bootstrap website that runs on Debian 10 - php 7.4.25, httpd 2.4.52, mysqld 15.1 Distrib 10.5.12 which works perfectly.

I copied it to my CentOS 7 box, which has selinux running as permissive (temporarily). Php version is 7.4.26, Apache version is 2.4.6 and mariadb is version 15.1 Distrib 5.5.68-Mariadb.

When I try to run the site on CentOS 7, I get an error "call to a member function fetc ...

Score: 0
user10070149 avatar
Is there a tool to check and manage file permissions?
cn flag

I developed a set of rules for file and directory owner and permissions for our company server. E.g.:

Projects/: permission 750, owner root, group internal
Projects/* (directories): permission 2770, group internal
Projects/*/* (files): permission 644, group internal
Projects/*/* (directories): permission 2770, group internal
Office/: permission 2770, owner root, group internal
...

I started to write a ...

Score: 0
How to add multiple ip and add sub-domain in nginx?
ru flag

I was following the nginx,uwsgi with flask & docker tutorial. My nginx config file contains:

server {

listen 5000;
server_name 19X.X.X.X;

client_header_buffer_size 5M;
large_client_header_buffers 4 5M;
client_max_body_size 75M;

location / {
    include uwsgi_params;     
    uwsgi_pass flask:8080;
   }
}

Here I want to add an additional IP address like 123.345.67.8 and a subdomain test.my ...

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.