Latest Server related questions

Score: 0
Prabal Pratap Singh avatar
Ansible playbook error
cn flag

Hi I have just started learning ansible. I am trying to write playbook as:

vpc-setup.yml which including

hosts: localhost
connection: local
gather_facts: False
tasks:
 - name: Import VPC Variables
   include_vars: vars/vpc_setup.md

 - name: Create vprofile VPC
   ec2_vpc_net:
    name: "{{vpc_name}}"
    cidr_block: "{{vpcCidr}}"
    region: "{{region}}"
    dns_hostnames: yes
    tenancy: default
    st ...
Score: 0
Kirill Gonchar avatar
Nginx with SSL behind another Nginx (with nginx-proxy)
us flag

I have two VMS. The first is VM1 and the second is VM2. The first is a VPN server and the second is a client. On VM1 the Nginx is installed as a reverse proxy from the official Docker repository. On VM2 the Nginx is installed as a reverse proxy from the nginx-proxy Docker repository. I'm trying to set up an SSL connection from VM1 to VM2 but receiving an error

curl: (35) error:1408F10B:SSL routines:ssl ...

Score: 1
Freeradius with dhcp server: Calls to perl module returns error
us flag

This is a continuation of my previous question in sending static routes from Freeradius DHCP server implementation in combination with Strongswan VPN server.

When debugging Freeradius using tcpdump and Wireshark I found out that I can send classless static routes from Freeradius DHCP server by through adding DHCP-Classless-Static-Route and DHCP-Site-specific-25 (aka Microsoft static route) options  ...

Score: 0
Details on Dism Error 14107
nl flag

I have been told to convert a standard evaluation to serverstandard. So I gave the following command:

DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-... /AcceptEula 

but I keep getting error 14107.

The messages are: Deployment Image Servicing and Management tool, version: 6.3.9600.19408 image version: 6.3.9600.19397 starting to update components... starting to install product key... finished  ...

Score: 1
ImagePullBackOff err while pulling docker image in different project in Google Cloud
sd flag

I am trying to pull a private image from Artifact Registry repo in Google Cloud from a kubernetes cluster running in a different Google Cloud project using kubectl.

kubernetes version 1.20.15-gke.1000 

The service account for the kubernetes has already been given artifactregistry.reader and storageobject.viewer permissions as the image is in a different project from the kubernetes service account

 ...

Score: 1
Aussie avatar
How to enable http/2 from a Centos Package/yum?
cn flag

I'm running the following version of Apache on Centos 7:

httpd.x86_64 2.4.6-97.el7.centos.5 @updates

httpd-tools.x86_64 2.4.6-97.el7.centos.5 @updates

This is the default package that came with the system. I want to be able to support http/2 but the instructions I have found require me to build/configure the software with that parameter. H ...

Score: 0
christopher westburry avatar
AWS BYOIP: The CidrAuthorizationContext signature could not be verified with the X509 certificates in the RIR records
az flag

My goal

I am trying to bring my own /46 IPv6 prefix to Amazon AWS following this documentation: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip

What I need in a nutshell:

signing "1|aws|123456789012|abcd:efab:cde::/46|20230101|SHA256|RSAPSS" in a way with my private key that Amazon can verify the signature using my certificate.

What I did so far

So, I've follo ...

Score: 0
Moso avatar
fail2ban appears to be working but server still receives connection attempts
my flag

fail2ban mistery!

Everything seems to be working and well configured but server still receives connection attempts.

[moso@matrix ~]$ sudo systemctl status fail2ban
● fail2ban.service - Fail2Ban Service
     Loaded: loaded (/usr/lib/systemd/system/fail2ban.service; enabled; vendor preset: disabled)
     Active: active (running) since Sat 2022-04-16 22:10:45 -03; 13h ago
       Docs: man:fail2ban(1)
  ...

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.