44%
21.11.2012
164 IF(MOD(iter,10)==0) WRITE(*,"('iter,gdel:',i6,e12.4)") iter,diff
165
166 !$OMP PARALLEL DO SHARED(m,n,unew,u)
167 ! Update solution
168 DO j=2,m-1
169 DO i=2,m-1
170
44%
25.10.2011
authentication_algorithm pre_shared_key;
08 dh_group modp1024;
09 }
10 generate_policy off;
11 }
12
13 sainfo address 192.168.2.0/24 any address 172.16.0.0/16 any {
14 pfs_group modp1024;
15
44%
25.09.2023
/bin/systemctl stop mmonit" with timeout 20 seconds
> if failed port 8080 for 2 cycles then restart
> EOF
>
> }
>
> instlMMonit() {
>
> if ! wget "https://mmonit.com/dist/mmonit-${MMONITVER}-linux-x64.tar.gz" -O
43%
04.08.2011
.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15 /**
16 * @param args
17 */
18 public static void main(String[] args) throws Exception {
19
20 if (args.length != 3 && args.length != 5)
21 ... 2
43%
20.06.2022
://localhost:5000/oidc/callback"
11 ]
12 }
13 }
Listing 2
app.py (Native)
01 # Import dependencies
02 from flask import Flask, g
03 from flask_oidc import OpenIDConnect
04
05 # Create
43%
01.06.2024
Rubén Llorente ...
Chances are that any system administrator who governs a meaningful number or servers uses a configuration manager of some sort. Just imagine upgrading the kernel on 20 identical virtual machines
43%
30.07.2014
$socket "system.loadavg_5min $lavg[1] $ts\n";
print $socket "system.loadavg_15min $lavg[2] $ts\n";
sleep(60);
}
close($socket);
The example client in Listing 1 sends the load average values of the last 1, 5, and 15
43%
28.11.2022
into a Kali computer. Thanks to Win-KeX, Kali offers a full desktop interface on WSL 2 [7]. Additionally, Microsoft has released a preview of WSL 2 support for running Linux GUI applications [8
43%
30.05.2021
) is currently based [3]. It has been replaced since by ec2-metadata [4] as Canonical decided to standardize on Amazon's implementation of the tool beginning with Groovy Gorilla (20.10).
Documentation indicates
43%
11.04.2016
hiawatha running
www-data 4766 0.1 0.3 118232 4016 ? Ssl 20:13 0:00 /usr/sbin/hiawatha
You can use netstat to check the bindings:
netstat -tulpn
See the output in Listing 2.
Listing 2