13%
07.10.2014
,8000,7000
13 seq_timeout = 10
14 tcpflags = syn
15 command = /usr/sbin/iptables -D INPUT -s \
%IP% -p tcp --dport 22 -j ACCEPT
In testing, I would put a hash
13%
01.08.2019
total
x = numpy.arange(10_000_000);
%time sum(x)
CPU times: user 1.63 s, sys: 0 ns, total: 1.63 s
Wall time: 1.63 s
Next, add Numba into the code (Listing 2) so the @jit decorator can be used. (Don
13%
05.12.2014
storage (DS3), Lucene, MongoDB, Riak, REST, SaaS, and so on. Additionally, you have to forget the old-fashioned IP address bound to a specific service or welded to a specific machine providing a particular
13%
09.06.2018
machines connected back-to-back with a 100Gbps (100G) network adapter and OpenSSL, our lab tested application s_time on the client and s_server on the server, with and without inline TLS enabled and using
13%
09.04.2019
-Administrative TUIs
system-config-firewall-tui
This TUI-based firewall could be considered an administrative tool.
A good video [13] explains how to use it.
neoleo
A text
13%
28.06.2011
balancing).
The OpenStack initiative, which was initiated in July 2010 by US hosting service provider Rackspace, NASA, and other partners, is designed to provide provide an IaaS (Infrastructure as Service
13%
26.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that's 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
13%
27.05.2025
the name of the original
Hardware (CERN Licenses)
CERN-OHL-P-2.0CERN-OHL-W-2.0CERN-OHL-S-2.0 [47]
CERN Open Hardware Licence (OHL) v2 permissiveCERN Open Hardware Licence (OHL) v2 weakly
13%
25.03.2020
"TracingConfig": {
17 "Mode": "PassThrough"
18 },
19 "CodeSha256": "37n/rzJz4o2lyvh4s2aet2aBlY=adc",
20 "Description": "",
21 "CodeSize": 432,
22 "FunctionArn": "arn
13%
06.10.2019
publisher TEXT,
07 authors MAP,
08 circulation INT,
09 issue TEXT,
10 PRIMARY KEY(publisher, issue, isbn)
11 );
12
13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation