Latest Server related questions

Score: 0
Available Disk Space
us flag

I have an ubuntu server with 2x 4Tb hard drives. This was set up with Hetzner's install image using software RAID 1.

I'm confused by the output of df -h. It lists 1.9T available for / and 1.6T for /home.

What confuses me is that /home is a sub-directory of /, so does this mean that the total available space here is 1.9T, or does it mean that the total space available is 3.5T of which 1.6T is allocat ...

Score: 0
user27772 avatar
Is it possible to access a modified query string in a RewriteCond *after* applying a RewriteRule?
cn flag

Is it possible to access a modified query string in a RewriteCond after applying a RewriteRule?

What I'm trying is to apply ...

RewriteCond %{QUERY_STRING} ^(.*)&?id=([^&]+)&?(.*)$ [NC]
RewriteRule ^/app\.jsp$ /app/%2?%1%3 [R=302]

... to rewrite following urls into "nice" ones. That already works, but for (2) and (3) there are still unneccessary trailing "?" and "%" chars that I'd like  ...

Score: 0
Piyumi Perera avatar
Google Workspace Gmail add-on Store Listing Rejected
mz flag

I am trying to publish a google workspace gmail addon to google workspace market place. I followed following steps to it. https://developers.google.com/workspace/marketplace/how-to-publish

First three steps have completed and I am stuck on Store Listing since it was rejected.

I did not received any feedback email from Google. Some one help to ged rid of this?

Score: 0
novapack avatar
How to I setup default php-fpm service if I have two versions of php
sd flag

I am having two versions of PHP on an ubuntu server that is 8.1 and 7.4 I installed both PHP-fpm extensions and I have this in /var/run/php

php7.4-fpm.pid php7.4-fpm.sock php8.1-fpm.pid php8.1-fpm.sock php-fpm.sock

I expected that running systemctl status php-fpm without the PHP version number would be running the default version PHP. but the service is not even there. I get this message Unit php-fpm. ...

Score: 0
MightyMouse avatar
Multiple nested HTML include directives with a nginx server
us flag

I have index.html:

<!--#include virtual="/includes/Framework.inc"-->

Inside Framework.inc I have:

<!--#include file="/includes/HTML.inc"-->

However, when I open the page for index.html, after viewing the source code, I see the nested include did not happen and see the full include directive:

<!--#include file="/includes/HTML.inc"-->

How can we make sure nginx supports multiple le ...

Score: 0
taipei avatar
Apache SSL renewal keeps using old certificate
ru flag

I have a website using Apache that runs on a GCP VM instance with a Google load balancer. In total, I have 3 servers

I have changed the SSL certificate in the Google load balance configuration.

What I have done so far to check are

  1. using gcloud command gcloud compute target-https-proxies list to check if the latest SSL was installed or not
  2. Running gcloud command gcloud compute target-https-proxies u ...
Score: 0
Mamta avatar
Log running processes average by users on server
cn flag

I want to log resource usage cpu & memory wise on server by user. I used atop to get the usage, but is there any option I can use with atop to show entire day average of resource usage by user. I am using centos and ubuntu.

Thanks in advance.

Score: 0
Core Dreams Innovations avatar
cannot connect to ssh to ec2 via mac terminal
us flag

I cannot connect to ssh via terminal it asks for the password every time

It always gets connected with ssh -i /Users/XXX/Downloads/XX.pem [email protected] but since yesterday it ask for the password

I have tried to edit the user data for instance and followed the AWS manual in vain

It asks me the password every time when I tried to connect to ssh

Score: 0
Leland Barton avatar
Nginx Keep Alive: Simultaneous SSL Handshakes Taking 25s
tr flag

Thanks for reading :)

This is a super difficult issue and would like to receive any ideas or suggestions to figure out this issue.

Problem: The application on a user logging in initiates ~20 api requests in parallel. The first request will do the SSL handshake and then around the 10th to 13th request, I see two requests initiate the SSL handshake at the same time with each handshake getting stuck and t ...

Score: 1
OzBob avatar
How do I set a public static IP address to a storage account?
ph flag

I have an Azure storage account with a blob endpoint of: 'mystorageaccountname.blob.core.windows.net', (and queues etc.). I want to choose a static IP Address, because some of my more zealous customers want to only allocate a known set of IP addresses through their firewall. I have already provided them with the list of Azure IP ranges for my Azure region, but they don't want to allocate such b ...

Score: -1
Adding large amount of storage (500TB) to 1 VM
cn flag

What is the best way to add a large amount of storage to a single Windows host in VMware vSphere 7? Say 500TB? In the past I've made a bunch of VMFS datastores and split it up per drive in Windows, one 50TB VMFS and one 50TB Windows drive times 10. However a new application would work better if that was all combined into one drive...I know I can combine them in Windows, but that seems like an inefficien ...

Score: 1
WaitoPiggu avatar
How to handle requests to non-existent subdomains with Nginx
in flag

Here's my Nginx configuration for my domain example.com which serves a trivial static website.

server {
    root /var/www/example.com;

    index index.html index.htm index.nginx-debian.html;

    server_name example.com www.example.com;

    location / {
        try_files $uri $uri/ =404;
    }

    listen [::]:443 ssl ipv6only=on; # managed by Certbot
    listen 443 ssl; # managed by Certbot

    ssl_ce ...
Score: 0
David Rogers avatar
Missing "Proceed without enrollment policy" When Generating Certificate Enrollment Policy
au flag

I am trying to follow the instructions listed here. But when I get to the step:

  1. Select the option to Proceed without enrollment policy > Click Next.

I see:

enter image description here

No "Proceed without enrollment policy" is visible. Why? When I google around for this I don't see any references to this?

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.