Latest Server related questions

Score: 0
Jacob K avatar
Automate email traffic reporting Office365 Security and Compliance
es flag

I am a Security Engineer at my organization and I'm looking for ways to automate the reporting process for suspicious emails.

We are using Terranova Security Awareness for Phish email reporting, and I receive these reported emails in my mailbox. These email reports contain the header details of the reported email, and the reported email itself as an .eml file.

I also have access to Microsoft 365 Sec ...

Score: 0
AAron avatar
Iptables Port-forwarding while preserving client IP
fr flag

TL;DR: How can I get the client ip connecting to a remotely hosted VPS to be the IP that gets forwarded/natted, via iptables, to a game server running at my house?

I have a Rust game server that I am hosting at my house. I want that to be public, however I don't necessarily want to give out my IP address to everyone. So I am renting a small VPS that intend to use basically as a reverse proxy. I am c ...

Score: 0
magve avatar
Activation of Office for MAC offline
us flag

I have a problem activating Office for Mac on an offline laptop. When I use the installer for Office for MAC it asks for a email address to activate Office but of course I don't have internet so I can't do that. I do however have the activation code for Office so I'm wondering if it's possible to get an installer that doesn't need an email to activate?

Score: 1
AamirB avatar
I want to create multiple publicly accesible applications on AWS but I have limited Elastic IPs. Is there a better solution?
mk flag

I have multiple web application servers running on different Amazon EC2 instances. At the moment, I am able to access those servers on client devices by assigning an Elastic IP to the EC2 instances and then calling the APIs using either the Elastic IP directly, or by pointing a purchased domain name to the Elastic IP. However, I am now running into the Elastic IP limit, meaning I would have to unassign  ...

Score: 0
Provision groups from two AD forests to AzureAD
cn flag

We have two AD forests "xprod.com" and "xtest.com". All users are in both of those forests - they are duplicated. There is no trust between the domains.

In both forests, the users are members of security groups.

We synchronize security groups with AzureADConnect from xprod.com to an AzureAD tenant. This works as it's supposed to.

When we synchronize security groups from xtest.com to the same AzureAD tena ...

Score: 0
Destination NAT onto the Same Network in AWS using IPTables
us flag

In AWS we have 3 instances in the same subnet/VPC. We would like to have the client instance make a DNS request to a second analysis instance, which will then forward the request to a third instance running a DNS service. The DNS service should then provide a response to the analysis instance, which should then respond to the client.

The purpose is so the Analysis instance can intercept the traff ...

Score: 0
treakec avatar
What matters when optimizing a nginx server for audio/video streaming?
cn flag

I am looking for opinions and resources. Serving rtmp, dash, hal with nginx-rtmp-module. Test streaming from another machine with ffmpeg, but will probably use OBS later on.

  1. Which nginx settings matter?
  2. What's important in relation to hardware (cpu? ram? gpu?)?
  3. How would you decide where the bottlenecks are, what causes performance issues?

I've been using JMeter with the HLSPlugin to do a bit o ...

Score: 0
High availability with round robin - rsync and DB replication or a cluster?
au flag
knm

I have one machine (centos7) with Apache, PHP, MariaDB and Nginx, Nodejs, MongoDB installed and being used by many different domains.

I'd like to create a working mirror and can't decide between 2 options:

  1. rsync static websites, server and config files + mariadb and mongodb replications
  2. cluster made of 2 machines with some proxmox or other free technology (topic new for me)

I want both of them to ser ...

Score: 0
xetra11 avatar
Copy a file via SCP to target but move directory structure upwards?
ng flag

I need a script for my Java project (on Ubuntu) to deploy the .jar file to a remote windows server using scp.

This is what my script looks like:

scp build/libs/app.jar foo@192.68.40.41:test/

The app.jar is being copied to the Windows path C:\Users\foo\test. What I need is that the .jar file is copied to the following path: C:\server

I tried the following:

scp build/libs/app.jar foo@192.68.40.41:..\. ...
Score: 0
The Beast avatar
Create a multi-architecture docker image from a running docker container?
in flag

I have a docker container running on Linux server (x64 architecture). I need to move this container to another Linux server (ARM architecture). This container has a lot of configurations involved in it, so I don't want to build an image from it's Dockerfile. I want to create an multi-architecture image of this container.

Thanks

Score: 0
DAS CINE CREATIONS MUSIC avatar
Site can't be reached Virtual host Apache Manjaro
in flag

my httpd virtual host file

all sites access expect sachin.new are accessible.

"sachin.new" shows "site cannot be reached"

<VirtualHost *:80>
    ServerAdmin sachin28new@gmail.com
  DocumentRoot "/srv/http/sachin/public_html/"
    <Directory  "/srv/http/sachin/public_html/">
  Options Indexes FollowSymLinks 
  AllowOverride All

Require all granted
</Directory>
    ServerName sachin.test ...
Score: 0
IGGt avatar
zabbix - passing result of one item into the URL for a second item
us flag

I'm currently using Zabbix 5.0. I have a monitoring item of type HTTP Agent set up that calls a REST API to retieve an item of data.

Is there a way to pass the result of that first item into the string for a second item?

e.g.

item 1 + pre-processing:
http://{username}:{password}@10.1.2.3:8443/api/metadata/

retrieves the value 12345 with a name of Server_ID

can I then use that Server_ID value in the sec ...

Score: 0
Replace anonymous ldapsearch command with curl command?
cl flag

I have this working ldapsearch command for connecting anonymously to an internal ldap server:

$ ldapsearch -h my.host -p 389 -x -LLL -s base -b "" namingContexts
dn:
namingContexts: DC=org,DC=sample

Now I would like to list the same using curl:

$ curl -v "ldap://my.host:389/dc=org,dc=sample namingContexts"
*   Trying ...
* Connected to my.host (....) port 389 (#0)
* LDAP remote: search failed Success 00 ...
Score: 0
vik2595 avatar
Ansible playbook rebooting the server , wait till reboot complete
us flag

I'm facing a issue while executing shell script with ansible playbook.
Issue: I'm losing a connection with remote server because shell script is rebooting the server.

My Ansible playbook

- name: Handle reboot
  hosts: all
  become: yes
  
  tasks:
    - name: Execute the script 
      shell: bash testscript.sh
      args:
        chdir: /home/ubuntu
      notify:
        - Wait for server to restart
 ...
Score: 0
is there a way to limit bandwidth usage for CouchDB replication?
br flag

I have a setup with one CouchDB master database hosted at a cloud provider and several slave CouchDB databases located at sites with LTE/mobile connection (=clients).

The goal is to replicate the master database to the clients quick and seamless with limited bandwith and short recovery time if a client goes offline due to network issues or is power cycled.

Changes will only take place as the master  ...

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.