Latest Server related questions

Score: 0
Jose Cabrera Zuniga avatar
can use psql on localhost but not on the server fully qualified name
th flag

From my server (Centos 8)

data.mycompany.edu

I can open a psql session using

psql -h localhost -p 7432 -U myusername mydb

However, if I use

psql -h data.mycompany.edu -p 7432 -U myusername mydb

I get the next message:

psql: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by psql)
psql: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by psql)
psql: could ...
Score: 0
Intellect Softs avatar
Lagging in Displaying User Records
pt flag

I am using a script built on Laravel Version 7.19, and running on Centos, VPS 4GB Ram, 80GB Hard Disk and 4TB Bandwidth. I have 80,000 users and continuing. My problem is, in admin area, I have a list of users which display all users. That list/page, is taking time to load around 3 mins and if I search for a user it is taking time as well. What I can do to increase the Data fetch speed so it take less t ...

Score: 0
Removing duplicates rooms from Outlook?
cn flag

I know that this is by design, is there away to remove the duplicates from the room lists permanently?

Some dated recommendations but nothing to recent.

Followed the KB https://social.technet.microsoft.com/Forums/lync/en-US/75e2ac80-577e-46c7-90b9-7b6ae4b84051/duplicate-room-lists-appearing-under-room-finder?forum=outlook

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Preferences

Score: 0
(Win Server 2019) Slow Read/Write network shared files using SMB protocol
ru flag

I have a running Windows Server 2019 used as a File Server. He is having a problem: When reading/writing files via network share (SMB Protocol) the request takes a long time to complete...

This is happening on Office 97-2003 files, PDFs, Solid Works archives, and some other extensions.

Things i tested:

  1. HARDWARE - HD, NIC, CPU, Memory. All returned good and positive results... No phisical problems ...
Score: 1
Mehmet Fide avatar
Connecting to Multiple cameras which each acts as a WiFi Access Point
id flag

I have 7 cameras each acting as a WiFi Access Points and I can not change their configurations.

Camera1 SSID: camera1, pass: 1234, it has static IP: 192.168.42.1 and built-in DHCP server
Camera2 SSID: camera2, pass: 1234, it has static IP: 192.168.42.1 and built-in DHCP server
..
Camera7 SSID: camera7, pass: 1234, it has static IP: 192.168.42.1 and built-in DHCP server

From my windows notebook, by usi ...

Score: 0
Sopalajo de Arrierez avatar
ACL on NTFS: restoring specific file instead of the full content of ACL file
ch flag

I have a directory on my NTFS drive with thousands of files within, and I would like to save its ACL data using icacls:

icacls MyDir /save ACLFile.acl /t /c /q

May I restore the ACL data for just one (or several) file(s) using my ACLFile.acl ?

Why should someone need this solution? In my case, because the restore process for lots of files would be too long in some scenarios (ie: large backups).

 ...
Score: 2
configure my linux as a router, how do enable port forwarding with nftables?
au flag
ufk

I'm trying to configure my Gentoo Linux as a router.

this is my configuration so far.

WAN NIC is enp3s0 and LAN NIC is enp1s0f0

accepting connections to ICMP, tcp ports 53, 22, 80, 443, 445, 5900 and udp ports 53,67,68 from LAN

accepting connection from SSH port 22 from WAN

these work great, what I failed to do is create port forwarding.

I am trying to set up that if a connection on port 222 comes in from ...

Score: 0
zippy-flop avatar
batch folder rename on macos / linux
ke flag

I have 500+ folders which are named with this pattern:

  1. May 2020

The folders contain photos, but for some reason the photos creation date in the meta is wrong, or was overwritten. The correct creation date, is the folder name. So in order to get back some order, I would like to rename the folders with this pattern:

2020-05-01

How could i achieve this with a command line tool on macos / brew (linux)?

 ...
Score: 1
Alex avatar
Juniper EX4200-48t LACP on 10GB module not working
gd flag

I'm new to Juniper products and I bough two older EX4200-48t. I setup virtual chassis and add a few LAGs with LACP. All LAGs on copper connections works fine but on the 10GB module not. The module is part number 740-021309 (10GBASE-LR 10km 1310nm 70C). ae11 is an LAG with LACP and two 1G copper uplinks and ae48 is the LAG with the two SPF+ modules. Both LAGs are connected to the provider switch. I don't ...

Score: 3
Why doesn't mount wait for systemd.fsck to finish running?
cn flag

Whenever systemd.fsck actually has to do a repair* at boot time, automatic mounting of my partition fails because the mount command doesn't wait until [email protected] is done.

How do I ensure that mount waits until the file system check service finishes instead of failing immediately because the file system check was started?

The relevant line in fstab looks like this:

LABEL=cfdata   / ...
Score: 1
JasonB576 avatar
NETGEAR NAS capped at 1.3MB/s transfer rate across VPN
cl flag

We have many NAS devices at our company and one is remote. It is connected to a Meraki MX64 which connects to our local network at the company. While transferring data over to it, the speed seems to cap out at 1.3MB/s very specifically. I'm wondering what sorts of settings to look for as to why this rate would be capped, or just any reasoning at all. From what I can see, neither of the connecting Meraki ...

Score: 0
How to remedy high cpu utilization by momperfsnapshothelper.exe?
ng flag

Seeing high cpu utilization by momperfsnapshothelper. I think we are using this to ship IIS logs to Azure Log Analytics. Busy web server. How can we reduce the CPU utilization of momperfsnapshothelper? Saw this but not using MS SCOM.

Server = Win2008R2 SP1

C:\Program Files\Microsoft Monitoring Agent\Agent\MOMPerfSnapshotHelper.exe

MOMPerfSnapshotHelperVersion = 10.20.1804.0

Score: 0
How can I Pay Azure Bill Before It's Due Day?
de flag

I have an Azure Pay-as-you-go billing account. I've used resources with that account. Now I want to pay it before it's due date. Is it possible if so how can I do it? And what happens if it goes past due?

Score: 1
Gunicorn/Flask reject identical SSL certificate that works fine with Apache
in flag

What would cause a Gunicorn server running a Flask app to report a "sslv3 alert certificate unknown" error in the browser, when an Apache server running a WSGI app, using the exact same certificate on the exact same machine, reports no problems?

The Gunicorn service is hosting from the domain https://mysub.example.com:1234 while the Apache service hosts from the standard port 80 at https://mysub.examp ...

Score: -1
SGP avatar
What are the recommended specs for deploying IIS on Windows Server 2019?
br flag
SGP

So I've been looking around google and other sites for recommended specs for an IIS server, but I haven't found any information that matches my simple use case.

What would be the recommended specifications for IIS? We expect a load of maximum 50 people at the same time, could be 100

Edit: I think I should have shared more about what the app does, its a simple dashboard that uses .net framework, it c ...

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.