Please turn JavaScript on
Recent Questions - Server Fault icon

Recent Questions - Server Fault

Click on the "Follow" button below and you'll get the latest news from Recent Questions - Server Fault via email, mobile or you can read them on your personal news page on this site.

You can unsubscribe anytime you want easily.

You can also choose the topics or keywords that you're interested in, so you receive only what you want.

Recent Questions - Server Fault title: Server Fault

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  7.8 / day

Message History

This is /etc/cron.d/mailman3 from the Debian GNU/Linux 13 mailman3 package with one change (see below.)

# /etc/cron.d/mailman3: crontab entries for the mailman3 package SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # At 8AM, send out notifices of pending requests to list moderators 0 8 * * * list /bin/sh -c 'if [ -x /usr/bin/mailman ]; ...

Read full story

We have a bunch of Siemens industrial controllers (Profinet/IE) on a private network. There's a Linux machine on that private network which also has an ssh server open to the outside.

We want to use the software on a Windows machine to configure the industrial controllers from outside the firewall. We can use a Linux machine as an intermediary ssh client for p...


Read full story

My ldap works in nearly all parts very well, except for searches in one ou!

Structure:

dc=example,dc=com -- ou=Level1_adm -- ou=Level1_sev -- important for the question -- ou=level1_verw -- important for the question -- ou=level1_subgroup -- -- ou=Level2_inet -- -- ou=Level2_owner -- -- ou=Level2_groups -- -- ou=Level2_lif -- -- ou=Level2_ren -- -- ou=Level2_bei --...

Read full story

My goal is to change the Default mailbox Calendar AccessRights to be 'Reviewer' instead of 'AvailabilityOnly' for all newly created Office 365 users.

After searching online and studying Microsoft's docs, I have arrived the following command:

Get-Mailbox | ForEach-Object {Set-MailboxFolderPermission $_”:\calendar” -User Default -AccessRights Reviewer}

T...


Read full story

I receive a Could not open a connection to your authentication agent error message when I attempt to connect from an intermediate server to a third server using the agent forwarding option (-A) of an OpenSSH client. The first connection to the intermediate server goes smoothly using a key loaded into ssh-agent. The error message is displayed when attempting a connection to th...


Read full story