37%
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
37%
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
37%
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
37%
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
37%
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
37%
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
37%
25.03.2020
PowerShell window:
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $user -Authentication Basic -Allow
37%
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
37%
11.04.2016
information and recommendations,
see the release notes documentation here:
https://docs.puppetlabs.com/pe/3.8/release_notes.html
Notice: Connecting ...
Error: The remote system presented
37%
11.04.2016
the federation service has been added correctly on a server. The commands
$ie = New-Object -ComObject InternetExplorer.Application
$ie.Navigate2("https://sts.kbcorp.de/adfs/ls/IdpInitiatedSignon.aspx")
$ie