Latest Server related questions

Score: 0
Rahul Biswas avatar
APP_PROTECT failed to get compilation status
br flag

I have installed Nginx Plus and App Protect (provided by Nginx Plus and F5). I followed the config guide (https://docs.nginx.com/nginx-app-protect/configuration/). The issue is whenever I add the lines

app_protect_enable on;
/etc/app_protect/conf/NginxDefaultPolicy.json";

In nginx.conf (as shown in the config guide link above), I am getting a weird error which says APP_PROTECT failed to get compilat ...

Score: 2
Why can't I use AWS EC2 ImageBuilder to create a RHEL based container?
cn flag

In the AWS console for EC2 ImageBuilder the option to create a Container Recipe using RHEL as the base image seems to be disabled.

From EC2 Image Builder console -> Container Recipes -> Create container recipe. The 'Base Image' section for 'Image Operating System' allows Amazon Linux, Windows, Ubuntu and CentOS to be selected. Also listed are 'Red Hat Enterprise Linux (RHEL)' and 'SUSE Li ...

Score: 0
Setting static IP manually works - Using ansible gives me issues
my flag

so I have a couple raspberry pi's I'm trying to use as a cluster and I'm learning ansible to try and manage them easier. I'm running into an issue though. I can manually set the IP static using netctl but when I try to do it with ansible using the same exact commands I have issues. Also a weird note, the version that doesnt work, doesnt work on raspberry pi 4's but will work on raspberry pi b's.

 ...
Score: 2
Appleoddity avatar
Where are these printers coming from in "Devices and Printers?"
ng flag

EDIT: I think it is coming from HKEY_USERS\.DEFAULT\Printers\ConvertUserDevModesCount. I see all of the original and new printer connections listed in here as well as a ton of repeating \\CSR|<ServerName>\{<long GUID>} entries. I found this article in a round about way which led me to look in this area.


I have a set of printers which deploy to computers via GPO. Today, I tried to cha ...

Score: 0
Configuring SSSD to do SSH SSO using Active directory
lr flag

I am currently thinking about a solution to be able to SSH via kerberos using SSSD linked to an active directory without joining the machine to the domain.

The main constraint is not to join the machine to the AD domain. I would like to know if you have already tried this solution and if it is possible. I am not very familiar with the use of kerberos for SSO services.

Currently I am working on a Cen ...

Score: 0
Unable to resolve host domain name
cn flag

Recently, I noticed that time to time my client is unable to resolve my domain name. I have a Lightsail instance with a static IP, a Lightsail DNS Zone, and finally a Route53 domain name.

The only thing I did for now is adding the Lightsail DNS Zone name servers to the Route53 registered domain name servers list (as described here). I currently don't have hosted zone on Route53.

I have three questions ...

Score: 0
Sat avatar
BigQuery Storage Read API
pk flag
Sat

We have a proxy service sitting between the client and the BigQuery. This proxy service actually talks to BigQuery and sends back the data to the actual client.

We have a use case where I need to stream the data from BigQuery (data can be in the order of millions). We are evaluating to use the BQ Storage Read API to open a ReadSession and read disjoint sets of rows.

Now my question is two fold:

Score: 0
Apache Redirect for HTTPS (Nextcloud) leads to redirect loop
co flag

How can I correctly configure Nextcloud and Apache, to have correct URL redirection?

I have configured Apache for redirection of HTTP to HTTPS, using a simple Redirect directive:

<VirtualHost *:80>
    ServerName "example.com"
    Redirect permanent "/" "https://example.com/"
</VirtualHost>  # *:80

<VirtualHost *:443>
    ServerName "example.com"
    ServerAdmin "webmaster@exampl ...
Score: -3
alchemy avatar
Combining Network Connections for Additive Speed
br flag

Edit: I've removed the errors I was receiving while starting the bond by using the teamd utility. However, my goal to increase the total speed by combining the networks is still open. Skip down to EDIT2 below if interested. I may delete in between soon, because it is an artifact of using the 'interfaces' config and commands like iface that have been depreciated, at least in Ubuntu.

I narrowed down error ...

Score: 0
NeverKedas avatar
How important is it to have authentication on a dockerized database
us flag

The docker-compose example on the MongoDB docker hub page has a root password provided to the database and the app, but as far as I know, with docker's networking, only the other containers defined in the compose file would have access to the database container.

So how important is it to have a password on the database if the container isn't exposed externally?

Score: 1
tymur999 avatar
Kubernetes pods can ping external IPs but not any domain
ca flag

I have a Kubernetes cluster using the Antrea CNI.

The problem is that I can't curl any domain names.

I can do nslookup inside the pod and get the IP of any domain, but I can't directly curl the domain.

For example, I can't curl https://google.com but I can curl https://1.1.1.1

Am I missing something, or is it normal? What do I need to do in order to fix this?

Here is the pod's container's ip route sh ...

Score: 0
AAABL avatar
Ubuntu Kerberos Parent Domain Auth Fails
in flag

We have an Ubuntu 18.4 server joined to the child domain. I'm able to ssh to the server with child domain account but not with parent domain account.

Here is my krb5.conf

[libdefaults]
        default_realm = DOMAIN.LOCAL
        ticket_lifetime = 24h #
        renew_lifetime = 7d
        rdns = false
        dns_lookup_kdc = true

[logging]
        default = SYSLOG:NOTICE:DAEMON
        kdc = FILE:/v ...
Score: 0
Rodrigo Diaz avatar
Prevent SlowLoris attack with ModSecurity (Apache)
bv flag

I'm unable to stop a SlowLoris attack using ModSecurity in my apache (2.4) server from a computer that is in the same network.

I'm on Debian 11.

I add this to the /etc/modsecurity/modsecurity.conf :

SecConnReadStateLimit 5

And set this to On: SecRuleEngine On

I'm using this to execute the attack: slowhttptest -H -c 1000 -i 1 -r 200 -x 24 -p 5 -t GET -u http://10.11.48.76:80

And yes I do: systemc ...

Score: 0
Jesús Peñaloza avatar
GCP Microsoft AD
ph flag

I'm reading the Pricing documentation for GCP Microsoft active directory. I know the price for a managed domain is $0.40 per hour per region, but what I don't know is: Does every server or user that joins the managed domain need a separate license? The servers that are going to join the managed domain are Windows systems

Thank you in advance

Score: 0
Tyler Rutt avatar
My Domain keeps disconnecting from Droplet IP
gb flag

I recently completed this tutorial on setting up multiple WordPress servers on nginx via this tutorial
I have one Domain and four subdomains connected.

  • Each with their server blocks.

The issue, I'm having, is that the domain and subdomains seem to keep disconnecting from the IP address. They seem to turn off and on every 10 minutes. I've tested it just using the IP address instead of the domain name,  ...

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.