15%
20.05.2014
contributors [4]. Currently, MediaWiki presupposes an installed PHP server version 5.3.2 or later, with a MySQL, PostgreSQL, or SQLite database tied in. Using an LDAP extension [5], administrators can ensure ... Scattered documents lying on the file server are an inconvenient resource when admins need to solve problems at the help desk. Free knowledgebase components combine knowledge and structure, providing
15%
30.11.2020
with Jami's search function – but this does not require providing any personal information.
Jami is available for Linux, macOS, and Windows; smartphones with Android [2] and iOS [3]; and TVs with Android TV
15%
28.07.2025
for (i = 0; i < n; i++) {
05 for (k = 0; k < n; k++) {
06 float sum = 0.0f;
07
08 #pragma unroll (4)
09
10 for(j = 0; j < n; j++)
11 sum += src1
15%
03.04.2024
-ons, such as Kube-OVN (Open vSwitch), to do so.
The installation on an Ubuntu 22.04 LTS server is very simple. You can add the MicroK8s Snap during the operating system installation. The microk8s command-line tool
15%
05.11.2018
Name=slurm-node-0[0-1] Gres=gpu:2 CPUs=10 Sockets=1 CoresPerSocket=10 \
ThreadsPerCore=1 RealMemory=30000 State=UNKNOWN
PartitionName=compute Nodes=ALL Default=YES MaxTime=48:00:00 DefaultTime=04:00:00 \
Max
15%
06.10.2019
Availability
01 Use IO::Select
02
03 $select = IO::Select->new();
04
05 $select->add($socket1);
06 $select->add($socket2);
07 $select->add($socket3);
08 $select->add($socket4);
09
10 @ok_to_read = $select
15%
11.06.2014
In a previous article [1], I described how to obtain a memory image from a Windows computer that would allow forensic analysis. I briefly discussed using F-Response TACTICAL [2] to get the memory
15%
04.02.2014
04 AS $function$
05 BEGIN
06
07 RAISE EXCEPTION '% is disabled', TG_TAG;
08
09 END;
10 $function$
11
12 CREATE EVENT TRIGGER etg_deny_alter_table
13 ON ddl_command_start
14 WHEN tag
15%
25.02.2013
)
01/31/2013 _i686_ (1 CPU)01/31/2013 09:56:01 AM
avg-cpu: %user %nice %system %iowait %steal %idle
14.78 0.38 3.47 2.16 0.00 79.21
Device: rrqm/s wrqm/s
15%
06.10.2019
certificates."
Listing 2
generate_certs_for_active_users.py
01 #!/usr/bin/python
02 import urllib, json, os, subprocess, sys
03
04 url = "http://vpnapi.charite.de/vpn/user/status/activevpn"
05