Latest Server related questions

Score: 0
George Y avatar
`nohup` does not work properly with `&&`
vn flag

I want to make a delayed background execution, for delay I use sleep [anyseconds] && [execution] for background I use nohup

Simple example of nohup alone:

nohup date &>> out.log &

And of course you can find print out of the execution of date in out.log.

But I want to delay the execution, like 15 seconds, so a little combination:

nohup sleep 15 && date &>> out.log & ...

Score: 0
Tarion avatar
Nginx rewrite rule to make php see https scheme
cn flag

I want my pho application to only see the https scheme even if the secure connection is already terminated.

I have the following setup: Browser --https--> nginx --http--> nginx --> php-fpm socket

Now I need the php application to only note about the original https scheme request.

Is that even possible?

The only alternative I see is to make the nginx to nginx traffic also over https. But I want to ...

Score: 0
nguxx avatar
BIND9 how to have 2 reverse resolutions for 2 different domains
cn flag

I have one server Bind9 and 2 different domains.

I'ld like to have reverse resolution for each domain.

I've tried this configuration below but I get the error in named-checkconf :
/etc/bind/named.conf:30: zone '10.0.10.in-addr.arpa': already exists previous definition:/etc/bind/named.conf:19

My configuration :

zone "ngux.org" {
    type master;
    file "/etc/bind/db.ngux.org";
    allow-transfer  ...
Score: 0
darenkster avatar
How to increase the number of groups send by ADFS via SAML to Jenkins?
lr flag

Yesterday we managed to integrate the CI Server Jenkins with Microsoft ADFS via SAML 2.0. When configuring the roles in Jenkins to the recieved groups of the user we noticed that only 80 groups are shown in the user profile in Jenkins. Looking in the logs it seems that only 80 groups were send via the SAML Repsonse. Unfortunately the groups with we use to manage the access control were not there. I assu ...

Score: 0
Mike avatar
RAID5 compatability: zeroed superblock: WD Red 8TB drives: wd80efax-68LHPN0 and 2x 68KNBN0
in flag

Summarizing the problem: I have been scraping by with JBOD for years, but finally need a real 'micro data center'. I bought 3 drives for my centos8-stream box over a couple months, but I have heard it could be both good and bad to get the same drives from same lot number. They were all WD Red TB drives: WD80EFAX*. But devil in the details, the first one was the helium filled wd80efax-68LHPN0, M ...

Score: 0
James Watson avatar
Unable to access Samba, Apache2 on Ubuntu Server
ao flag

I've got a PC running Ubuntu 20.04 that I used as my home server with a VM, Samba, webserver, DDNS, SSH etc but randomly it just stopped showing up on my local network for half the services.

I can no longer connect to my Samba shares from any devices (connection timed out) but locally on the machine via 127.0.0.1 they appear just fine. Apache no longer works, I can't access my webpage internally  ...

Score: 0
Jeremy W. avatar
How to check if RAM I/O bandwidth is a bottleneck for my application on Linux Ubuntu?
mm flag

I have two Ubuntu systems (A & B) The same application performs much better on the system A even though A has less cores and less RAM. On System B, there are many more cores and much more RAM but the RAM speed is slower.

I highly suspect the bottleneck is due to RAM speed on System B, however I want to confirm this somehow before upgrading the RAM.

What process can I follow to ensure that the ap ...

Score: 0
Ai N. avatar
Is HAProxy in front of Stunnel with SNIs possible?
cn flag

I have a working SSL Termination with STunnel in front of HAproxy.

Recently, the matter of adding support for HTTP/2 was thrown my way. That is easy with HAProxy, but, as a constraint, STunnel must stay.

The reason for STunnel needing to stay is about 17000 lines of SNIs and the possibility of managing those via an already in place API.

I could very well add a cert-list for HAProxy containing the SNIs, ...

Score: 0
user2839913 avatar
NGINX Web server shows index.php but no other subcontents like admin panel
in flag

My website loads fine its index.php website

https://carpool.domain.com/

I enter user name and password, and gets redirected to url: http://carpool.domain.com/admin_login

Nginx will fail showing this: 404 Not Found nginx/1.18.0 (Ubuntu)

This is my nginx server block configuration for this website:

server {
    listen 877;
    listen [::]:877;
    root /wbs/carpool/www;
    index index.php index.html ind ...
Score: 0
mithunm93 avatar
How can I have ssh access to multiple machines using ngrok?
de flag

I've got a couple machines that are often either up or down. When they're up, I want ssh access to them using ngrok. I've set up ngrok on both machines, and their config files look like this:

authtoken: <AUTH_TOKEN>
  tunnels:
    ssh_tunnel:
      proto: tcp
      remote_addr: 3.tcp.ngrok.io:<PORT>
      addr: 22
  version: "2"
  region: us

where <PORT> is different on each machi ...

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.