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%
23.04.2014
on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra, such as NFS or CIFS. You just need one open port on the firewall – port 22. All the other ports can
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
17%
31.05.2012
_mat_stat
3.37
39.34
11.64
54.54
22.07
8.12
rand_mat_mul
1.00
1.18
0.70
1.65
8.64
41.79
Table 1: Benchmark Times
17%
29.09.2020
at the blog [3] reveals that new versions of Cockpit are released approximately every two weeks.
In an article from 2015 [4], ADMIN
looked into the topic of managing Linux servers with Cockpit; since then