29%
27.09.2024
: https://www.redhat.com/en/technologies/management/satellite
Insights: https://www.redhat.com/en/technologies/management/insights
Red Hat Knowledgebase: https://access.redhat.com
29%
13.12.2018
Linux distribution (CentOS), my configured repos are as shown in Listing 1.
Listing 1
Configured Repos
01 $ sudo yum repolist | grep microsoft
02 packages-microsoft-com-mssql-server-2017
29%
27.09.2021
Linux installation. Make sure that Curl is present; then, working as an administrator, run the command to install:
curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin
29%
14.08.2017
be allowed on your enterprise firewalls, as well as in the Microsoft Azure firewall settings:
https://management.azure.com
*.blob.core.windows.net
*.queue.core.windows.net
*.servicebus
29%
14.08.2017
://www.nagios.org
Icinga: https://www.icinga.com
Prometheus: https://prometheus.io
Kubernetes: https://kubernetes.io
Official Prometheus announcement: https://developers.soundcloud.com
29%
02.02.2021
).
Figure 1: The help output from Teler, in hand with some welcome ASCII art.
You can also build the binary yourself from source:
$ git clone https://github.com/kitabisa/teler
$ cd teler
$ make build
29%
11.02.2016
that establishes a connection to Office 365 and Exchange Management Shell:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred
29%
09.08.2015
for the vast majority of systems. Kolab and Zarafa piggybacked on UCS prove that all-in-one admin GUIs are possible.
Infos
Open-Xchange: http://www.open-xchange.com
Tine 2.0: http://www.tine20.com
29%
25.03.2020
PowerShell window:
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $user -Authentication Basic -Allow
29%
07.06.2019
@eisfair.org>
03
04 # Install git, show Go version and install github-release
05 RUN apk add git \
06 && go version \
07 && go get github.com/aktau/github-release
08
09 # Create mountpoint for file to upload
10