25%
03.12.2015
.0.3.0/24 !10.0.3.0/24
root@ubuntu:~# ps -eaf | grep dnsmas
lxc-dns+ 1047 1 0 18:24 ? 00:00:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --conf
25%
05.12.2019
" by Martin Fowler: https://martinfowler.com/articles/continuousIntegration.html
Meyer, M. Continuous integration and its tools. IEEE Software
. 2014;31(3):14-16
Chen, L. Continuous delivery: Huge
25%
05.12.2016
-interactive/pam for root from 1.0.0.1 port 4321 ssh2
# Feb 22 8:00:10 AM hostname sshd[1234]: Failed keyboard-interactive/pam for invalid user mysql from 1.0.0.1 port 4322 ssh2
FILTER='
cat /var/log/secure | awk '\''$5
25%
21.08.2014
, and automatic refresh intervals can all be customized.
Conclusion
Graphite is released under the Apache 2.0 license. It was written by Chris Davis and is maintained and actively developed by Orbitz.com
25%
10.06.2015
an application or library expects. If details appear in the output such as
libgtk-x11-2.0.so.0 => not found
libgthread-2.0.so.0 => not found
libXtst.so.6 => not found
you will need to install these components
25%
10.12.2013
ways of getting data from a thing to the web, I’m going to focus on what you do once all that data is in the air heading toward you.
Once connected, you can think of a device as any other provider
25%
19.10.2012
consisting of 80 cores with 4GB of RAM per core with basic storage of 500GB. POD pricing is based on cores/hour and would work out to be US$ 6,098.00/month or US$ 0.101/core·hour. A large example of 256 cores
25%
30.01.2020
Web Services (AWS), AWS Organizations can segregate departmental duties and, therefore, security controls between multiple accounts; commonly this might mean the use of 20 or more accounts
25%
04.12.2024
-ba1a-a39ef669e4b2
Stops JavaScript and VBScript starting downloaded executable content
No
d3e037e1-3eb8-44c8-a917-57927947596d
Stops Office applications from creating
25%
02.06.2020
_function
02
03 import pymp
04
05 ex_array = pymp.shared.array((100,), dtype='uint8')
06 with pymp.Parallel(4) as p:
07 for index in p.range(0, 100):
08 ex_array[index] = 1
09 # The parallel print