Latest Server related questions

Score: 0
Create fullchain, cert.pem and chain.pem from ca_bundle.crt
id flag

I have a ca_bundle.crt, certificate.crt, private.key but I need to create the following pem files out of the files.

fullchain.pem
chain.pem
cert.pem

Any suggestion on how to create those files?

Score: 0
Andyj12 avatar
Different users coming through VPN to my service
mq flag

I have a web service (php, sql etc) running on an AWS account. I have openVPN setup, so users must establish the VPN connection, then the IP address will work.

I currently have this set as example123.noip.com which goes to 172.xxx.xxx.123

And this works.

My service is taking off, and I want to be able to offer it to other firms, BUT i want to be able to keep multiple firms hosted on the same AWS instan ...

Score: 1
Ngnix redirect for multilevel subdirectories
ma flag

I have URL like the following structure:

xyz/asset.html
abc/test.html
xyz/abc/test.html
xyz/abc/qwerty/test2.html

I would like to redirect:

xyz/asset.html to xyz/asset

xyz/abc/test.html to xyz/abc/test

xyz/abc/qwerty/test2.html to xyz/abc/qwerty/test2

Currently I've this redirect rule in my ngnix configuration and it's working for the first level directory redirect:

location ~ ^/(xyz|abc).html { ret ...
Score: 1
David Rogers avatar
When do Microsoft Windows Server registry settings like HKLM..SCHANNEL... take effect
us flag

When do Microsoft Windows Server registry settings such as these take effect - first boot? As soon as imported?

Windows Registry Editor Version 5.00
    
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\ ...
Score: 0
Eduardo Lucio avatar
How to use Ngnix as a reverse proxy to access OpenShift (OKD) 4.X?
in flag

How to use Ngnix as a reverse proxy to access OpenShift (OKD) 4.X?

I've tried hundreds of setups for the reverse proxy (Nginx) and they all fail with the error "Application is not available" when we access the oauth-openshift.apps.mbr.some.dm route.

NOTE: This problem does not occur if we access this route directly (without using Reverse Proxy). Perhaps some information necessary for the route to be ...

Score: 0
Herc08 avatar
Missing UEFI Boot Path Security on Dell Precision 3620
kz flag

So we are in an academic environment, and to protect our machines, all of them have a BIOS password enabled. We also "thought" this would automatically enable "UEFI Boot Path Security" with "Always, Except internal HDD." However, that option does not exist on this machine. We verified this on about 20 machines. I can confirm that the machines are in UEFI mode with Secure Boot enabled.

The point o ...

Score: 0
Hitham Adel avatar
How configer call center module in elastix with chan-dongle
kr flag

I installed elastix with 10 dongle usb modem ,thay work fine and create 10 trunks for this modems now when i make outgoing campaign in call center choose (By Dialplan) in trunks and make context (from- internal) in this case make alot of failure numbers in dial how to do merge 10 modem trunk to be one trunk or make custom dialplan to go direct to 10 trunks to make outgoing calls

Score: 0
Enes Doğan avatar
Connect to AWS private subnet without static IP address
cn flag

My ISP user CGNAT and I don't have a static IP address but I want to connect to my AWS subnet. I tried creating a VM for an OpenVPN server but that way I can only connect to the server VM unless I setup the on all the other VMs. How can I connect to my subnet without a static IP address?

Score: 1
Mathew Paret avatar
Office 365 with SSO, but needs email to be accessed via POP and send mails via SMTP
in flag

We are moving from Godaddy to Office 365. Many of our staff use Thunderbird and a few use Gmail to read office emails (collection emails via POP).

Office 365 uses SSO by OneLogin to authenticate users. After we move to Office 365 we still want users to be able to:

  1. Access Office 365 and outlook web using OneLogin SSO
  2. Access email via POP so they can still use Thunderbird or Gmail as their client (I too pe ...
Score: 1
RebRy avatar
maxConnections or maxThreads on tomcat
tk flag

Looking for advice - I've read the other two threads about this

in my server.xml file I have two places where maxThreads are defined in two places:

  1. <Executor name="tomcatThreadPool" namePrefix="catalina-exec-" maxThreads="100" minSpareThreads="4"/>

AND

  1. <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="100" SSLEnabled="true" scheme="https" secure="tru ...
Score: 0
Bill R avatar
Google VM with a postfix and mailman issue
ca flag

I have a VM with Google running postfix 3.5.8 and mailman 2.1.29. The original that Google generated was similar to this: "new-host.c.agile-being-111111.internal". I've now reset the server to its final name i.e. host.org but the original Google generate name is embedded into all email and urls associated with mailman. The problem appears to be in the list's config.pck where dumpdb produces two lines ...

Score: 1
em_bo avatar
Why do (non-browser) clients sometimes not trust valid, signed certs?
us flag

This is a somewhat canonical question ... I hope that's okay.

In my employ I often troubleshoot situations where a client running on a Linux server (usually a java application) doesn't trust a valid, signed certificate - a cert which is trusted by browsers. Our usual quick fix is to add the cert to the java cacerts trust store, but it nags me why this is needed.

In my understanding there are two pos ...

Score: 0
ajax1515 avatar
Mail server set up for inbound mail on a subdomain to trigger php script
cm flag

I'm trying to set my company server up to be able to receive emails to a certain account on a subdomain of our main domain i.e.: [email protected]

Those incoming mailers should trigger a php script that will handle some content processing.

I'm running Ubuntu Server 20.0.4, Postfix is installed, Dovecot is installed, I also tried using courier so that's there too, but I couldn't get that ...

Score: 1
uday avatar
How to link configmap to external file?
ke flag

With this we can create a configmap linked to external file.

kubectl create configmap database-config --from-file=database.properties

But when we edit the yaml, it will show that complete content of file is dumped there.

Is there anyway to just point to a file in yaml also so that I will keep the properties file in the same folder as the configmap yaml and appy the folder all the yamls with:

kubectl ...
Score: 1
Dani avatar
Add firewall rule in front of a Google Cloud Load Balancer
cn flag

I have a Load Balancer on Google Cloud.

I want to setup a simple firewall rule that will restrict access to the Load Balancer from specific ip.

How can I do it ?

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.