17%
01.08.2019
source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling
17%
30.01.2024
the following changes for SNMP v3:
// v3
$config['snmp']['v3'][0]['authlevel'] = 'authPriv';
$config['snmp']['v3'][0]['authname'] = '';
$config['snmp']['v3'][0]['authpass'] = '';
$config
17%
03.08.2023
or in the context of Application Insights. Pricing is set by region [1], but if you want to store the data for a longer period of time, the costs are considerable – currently EUR0.13/GB per month in Germany or $0.10-$0
17%
09.01.2013
in version 3, its entire functionality was only reached in version 4.0.
On the Hook
An important reason for virtualizing servers is the pursuit of automation. If your own development department has built
17%
25.09.2023
14 if __name__ == '__main__':
15 app.run(host="0.0.0.0", port=5000)
Listing 4
my-app/webapp/Dockerfile
01 FROM python:3.11
02 WORKDIR /app
03 COPY . .
04 RUN pip install Flask
17%
04.12.2024
Shift or – as shown here – an Ingress route for accessing the AWX service.
This strategy also works with MicroK8s or K3s. You might have to adjust the Ingress definition if routers such as Traefik cannot cope
17%
13.03.2012
instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A16 into offset hole 22, your new furniture
17%
20.12.2012
: Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
17%
15.04.2013
.)
The situation is even more difficult when it comes to transmission protocols. The legacy but still popular SSL standard version 3 only supports MD5 and SHA-1 signatures. And the successors of SSL, TLS 1.0 and 1 ... SHA-3 – The New Hash Standard
17%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print