Latest Server related questions

Score: 0
Rishabh Shukla avatar
Ansible: linked second playbook is not able to run a script for variables passed from multiple hosts from the first playbook
in flag

I am using 2 playbooks linked, there details mentioned below.

playbook1: collect raw data from multiple machines

- hosts: target_1
  gather_facts: false


  tasks:
   - name: Register a new value
     shell: df -h|awk '{gsub("%","|");print $5 $6}'
     register: PLAY1VAR

   - debug: msg="{{PLAY1VAR.stdout}}"

   - name: Register a new value
     shell: hostname
     register: PLAY2VAR

   - debug: msg=" ...
Score: 0
BadKempachi avatar
Error while transferring file permissions
cn flag

I ran into a problem, wrote a script that compresses pdf files through a program and transfers rights to a new file by copying from the old one to differentiate access to new files. Here is the part of the code that I have is the problem

$owner = $origFile.GetAccessControl().GetOwner([System.Security.Principal.SecurityIdentifier])
             $newFile = Get-Item -Path $PathoutFile
             $Fi ...
Score: 0
How to fix libstdc++.so.6 dependency while installing google-cloud-cli-spanner-emulator?
ng flag

On centos 7 running as the root user: I ran the below command:

# yum install google-cloud-spanner-emulator

Below is the output:

Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Loading mirror speeds from cached hostfile
 * base: centos-hcm.viet ...
Score: 0
firewall allow ingress rule for internal IP (NLB), exclude external IP?
in flag

I generally use private IP only instances, fronted by an external NLB. This setup makes use of Cloud NAT for any instance egress.

For one application, I run into this GCP documentation: "If a VM needs to rapidly open and close TCP connections to the same destination IP address and destination port by using the same protocol, you should assign an external IP address to the VM and use firewall rule ...

Score: 0
redshadow avatar
Proxy squid Very slow
au flag

I work in a school where we have approximately 500 computers. We have installed a proxy SQUID to filter adult websites etc. The server got like 32go ram and enough storage. But surfing become too slow when there are too many clients. -What could be the reason? -Is One proxy server is not enough for 500 clients?

Squid.conf:

# /etc/squid/squid.conf


acl localnet src xxx.xxx.xxx.xxx/xx

acl SSL_ports p ...
Score: 5
Nicolas Formichella avatar
Extremely slow PowerShell operation on laptops
in flag

We have a fleet of ThinkPad X1s, running Windows 11, that are showing the same symptoms when using PowerShell (.NET Core 7.2.2 to be exact).

Very slow profile loading (Chocolatey's module tells that it takes more than 2000 ms to load, and it has been verified that Chocolatey isn't the issue) and overall responsiveness (like at least a second between command finishing and shell being ready again).

 ...
Score: 0
SQLTemp avatar
Exchange Admin - RTF
hu flag

We have an OCR application that connects to our o365 and processes the attachments depending on what they are.

We are having issues with RTF formatted emails where the third party program can not open these emails due to them seeing the attachment as winmail.dat "Content-Type: application/ms-tnef; name="winmail.dat""

I have been looking at ways around this and was thinking I could use exchange admin ru ...

Score: 0
Макар Погорелов avatar
How to redirect output traffic which is directed to specific server? (e.g. via iptables)

everyone!

I am trying to imagine situation: I have gitlab on server 'B', but server 'A' can't communicate with him. I have server 'A' that doesn't have connection to server 'B'. But I have a server 'C' that has connection to server 'B'. So, I want redirect traffic to gitlab from server 'A' to server 'B' through server 'C'.

Probably this is real via iptables. But I can't understand how.

Score: 0
Mark Johnson avatar
Intel PRO/1000 PT Quad Port and e1000e module "UNCLAIMED"
cn flag

I've been going around in circles all day with this and I'm no closer. Tried all sorts of suggested solutions I can find.

I'm trying to get an Intel PRO/1000 PT Quad Port adapter working in Linux on my Dell Precision. The system has an onboard Intel 82579LM which is working fine and is using the e1000e kernel module. As far as I can tell, the quad port has 82571EB controller and should work wi ...

Score: 0
Firewall / Ip rule issues between two hosts via vSwitch
cn flag

I have two servers in play here, one is a Qemu VM host, the other being a storage box of sorts.

They are hetzner machines, and I have them connected via a vSwitch.

Server1 vSwitch interface:

3: local@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 10:7b:44:b1:5b:7d brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.1/24 brd 192.168.100.255 scop ...

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.