Latest Server related questions

Score: 0
Leopepe avatar
How do I disable Bitlocker Encryption settings using Intune?
in flag

We've activated Intune Bitlocker encryption and configured it needs a password to unlock.

Since we don't want our users to change the Bitlocker pin, we want to disable the Settings below.

Bitlocker Encryption settings

For all non Germans, it's under:

Control Panel\System and Security\BitLocker Drive Encryption

Thanks for any help! :)

Score: 0
Tish17 avatar
Oracle SQL command without input prompt
lk flag

In Oracle Database I need to execute SQL command RECOVER DATABASE UNTIL CANCEL BACKUP CONTROLFILE;. After that I got input prompt. I should enter CANCEL. Is there a way to enter only one command with automatic CANCEL substitution? Thank you for your answers!

Score: 1
Hash avatar
Turn Ubuntu Machine with One two Network cards into a Router
cn flag

I have a Ubuntu 20.04.2 laptop that i intend to turn into a router. I have two network cards one is wireless (wl01) which is connected to Internet. I have an ethernet card (enp3s0) IP ADDRESS 192.168.0.1 to which i want to connect an Access Point that can provide connectivity to other clients.

The output of /proc/sys/net/ipv4/ip_forward is 1 I then proceeded with the following commands.

 iptables -t nat  ...
Score: 0
Daniel Werning avatar
How do I create a bucket that is easily accessible to all Internet public via a single link?
gn flag

What I have completed:

  1. Permissions/Public access is set to "Public to internet"
  2. Access control is set to "fine-grained"

Questions that I need answered:

  1. What should Role/Member be set to? Is "Storage Legacy Bucket Reader" correct? If not, what is the name of the Role/Member I should Add?
  2. When expanded, this Role/Member reads "Viewers of project: massive-tuner-323301" and "Resource: "all-my-music" ...
Score: 0
g.pane avatar
Cloud mail server with "offline" space, is possible?
bw flag

I'll exaplain my problem. We have 500 mail address and we are using an online service for mail. So we have SMTP, IMAP and 1GB online space for every address (you can create unlimited adress)

If you want more space by address, you need to pay. And we pay. The cost now is unsustainable.

Since create a "custom server" with dovecot, postfix, roundcube etc. is very complex and the propriety don't want to ...

Score: -1
Rutul Beladiya avatar
why my tasks is skipping when i run ansible playbook
cn flag
- name: get user list from centOs
            ansible.builtin.shell:
                    cmd: cat /etc/passwd
            when: ansible_distribution == "CentOs"
            register: command_output
          - debug:
                  var: command_output.stdout_lines

When I run this playbook it shows like this

TASK [get user list from centOs] ************************************************************** ...
Score: 0
Windows server inaccessible through rdp or smb after being idle
cn flag

Trying to figure out a problem where the server not responds to rdp or smb connections after being not used for around 3 hours (i.e. all users are out and only background services running). Two onboard 1GB Nics are teamed switch-dependent LACP mode with Mikrotik RB2011iL 802.3ad l2+l3 hash policy. The connection restores after one of two randomly:

  1. Logging in through supermicro kvm interface and enter ...
Score: 0
JoeS avatar
Boot to GRUB by default (choose OS to boot every time)
in flag

I know what key to press to boot to GRUB. But, I don't want to press any key.

I want to load the GRUB menu as my default and choose the OS each time I boot. In other words, I do not want to automatically boot one of the OS's on my computer.

How can I change /etc/default/grub to do this?

I think it can be done because once, on an old Ubuntu installation, the GRUB menu always loaded.

I'm running a dual- ...

Score: 1
peppy avatar
php7.4-fpm / Apache2: Getting PHP FPM Status Page To Load?
gb flag

I'm trying to get my php7.4-fpm status page to show up on an URL. I'm running an Apache 2.4.41 server. Instead, I am getting a "File Not Found." error.

Here is what I've done. First I edited:

/etc/php/7.4/fpm/pool.d/www.conf

I uncommented and edited two lines:

pm.status_path = /status
ping.path = /ping

Next, I went to my website's apache configuration file:

/etc/apache2/sites-enabled/mywebsite.com ...
Score: -2
Tepp avatar
I get a Server 2019 standard key from getsoftwarekey.com, it worked good, but Will it pass the microsoft audit?
br flag

I get a Server 2019 standard key from getsoftwarekey.com, it worked good, andI want to upgrade all my servers, is there any trouble in the future when Microsoft come to audit my server or license , because if i upgrade here , I can save the money for my company, everything is so hard during the Covid-19

Score: 0
A remote linux periodically lost connection
ve flag

I have a Centos 8 Linux server, it will periodically lost network connection.

ping it's address, will fail for a while and recover automatically.Ping from my local machine or another remote server have same results, so I am sure the problem is at server side.

what can cause this ?

PING 172.31.114.131 (172.31.114.131) 56(84) bytes of data.
64 bytes from 172.31.114.131: icmp_seq=1 ttl=60 time=0.536 ms
64 b ...
Score: 0
Gebre avatar
Determine which devices are connected to a switch
id flag

As can be seen in the diagram image I have a device that is serving DHCP on a network where multiple other devices are connected via different switches. I was wondering if it is possible to determine which devices are connected to the same switch. For example, in this case, it would be that devices 1 & 2 are connected to the same switch, and devices 3 & 4 are connected to the same switch and so on.  ...

Score: 0
perry avatar
Turning off SSL is IIS version 10
cn flag

We have a server running Windows Server 2016 with IIS 10 installed , hosting a database with a front end website attached to it which displays the data on a TV mounted in the workshop.

Problem we are having it is every time the server is restarted, or an update is installed SSl turns on. Sometimes it can go for weeks without an issue but all of a sudden it turns on. Is there a way that we can for ...

Score: 1
Lenny avatar
Default Apache 404 Message Appears to Be Different on ARM
cn flag

I'm working on porting my company's x86-64 app to ARM aarch64. I am finding a difference in the default 404 behavior of apache I cannot explain/fix. I have been unable to find apache docs to explain this, nor another similar issue on a site like this. Here is the issue, it seems trivial, but this difference is going to cause giant headaches with test automation.

Test output from aarch64:

expected&gt ...

Score: 0
RevoCaine avatar
Parse Service Pathnames
in flag

(get-ciminstance cim_service).pathname outputs something like:

C:\WINDOWS\system32\msiexec.exe /V

Does anyone know of a solution to remove all arguments and options from the output? Or a method of outputting all service executable file path locations?

Edit: My initial statement was a bit misleading I'm only looking for non system32 services. so my full script looks like:

$pathnames=(get-ciminstance cim_ ...

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.