26%
03.02.2022
"Accept" -> "text/html",
16 "User-Agent" -> "LinuxMagazine/1.0.1",
17 "Accept-Encoding" -> "gzip, deflate",
18 "Connection" -> "keep-alive",
19 "DNT" -> "1" )
20
21 // http connector
22
26%
12.09.2013
.
The acquisition of DynamicOps did not occur until Summer 2012. The company specializes in the development of cloud automation solutions that enable the provisioning and management of IT services across
26%
27.09.2024
Commission: From 2008 to 2012 the FSFE fought through a series of court cases (many antitrust) against Microsoft. The European Commission followed the FSFE's claims: Microsoft must not limit access to its APIs
26%
04.12.2024
.value.description }}"
inventory: "{{ inventory.name }}"
state: present
enabled: true
variables:
ansible_host: "{{ item.value.ip }}"
ansible_port: "{{ item.value.port | default('22') }}"
with
26%
04.12.2024
the attack surface can be enabled on Windows Server from version 2012 and Windows 10 and work without the Defender portal or group policies, even on home computers (more on this later). Armed with Defender
26%
10.06.2015
365 and Azure AD can be done painlessly from ADFS 2.0 and newer. New developments for ADFS in Windows Server 2012 R2 are, however, worth a closer look, such as the possibilities of the Workplace Join
26%
21.08.2012
: 18:59:43 up 2:42, 5 users, load average: 0.05, 0.02, 0.01
n0001: ssh: connect to host n0001 port 22: Connection timed out
pdsh@test1: n0001: ssh exited with exit code 255
You can do many other
26%
03.01.2013
:3.4.3-1.el6 epel 9.1 M
Installing for dependencies:
GraphicsMagick x86_64 1.3.17-1.el6 epel 2.2 M
GraphicsMagick-c++ x86_64 1.3.17-1.el6
26%
07.10.2014
to its GPRS and 3G customers, this approach opened up our servers to many more IP addresses than in our old system, with its 10 or 20 authorized IP addresses at the company offices and at the homes
26%
09.10.2017
client.get_all_tweets(user)
20 collect_with_max_id do |max_id|
21 options = {count: 200, include_rts: true}
22 options[:max_id] = max_id unless max_id.nil?
23 user_timeline(user, options)
24