15%
25.09.2023
10
061 set log /var/log/monit.log
062
063 set mail-format { from: monit@richnusgeeks.demo }
064
065 set httpd port 2812 and
066 use address 0.0.0.0
067 allow localhost
068 allow 0.0.0.0/0
069
15%
08.06.2021
Py code, but just in case you have not, this quick example creates an “empty” 2D array of size nx
by ny
:
import numpy as np
nx = 10
ny = 10
a = np.empty((nx,ny))
type(a)
Array a
is of data type numpy
15%
11.06.2014
into Windows in the mid-1990s via LAN Manager. Microsoft modified SMB 1.0 and submitted it to the Internet Engineering Task Force (IETF), and SMB was renamed to CIFS (Common Internet File System).
Microsoft
15%
30.03.2012
INPUT -s $1 -j DROP
/usr/bin/logger "portsentry: Removed the ban for IP: $1"
exit 0
fi
# Otherwise ban permanently
exit 0
The second script is fired by Cron every 10 minutes (obviously, that
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%
13.12.2018
in the configuration file define the node names with their configuration and a partition for the compute nodes. For this configuration file, these lines are,
NodeName=slurm-node-0[0-1] Gres=gpu:2 CPUs=10 Sockets=1
15%
17.02.2015
int idparticle;
05 double pos[D];
06 double vel[D];
07 double force0[D];
08 double force[D];
09 double mass;
10 char bf[BFSIZE];
11 void *nxtParticle;
12 };
13 PARTICLE
15%
20.06.2022
that can be deployed on both 4G and 5G technology. A 5G campus network is designed to meet special requirements (e.g., to allow Industry 4.0 [1] applications to communicate). The market for 5G campus
15%
01.08.2019
the process count and name of the top 10 most active processes. Finally,
SELECT name, path, pid FROM processes WHERE on_disk = 0;
displays processes with no associated binary – usually a red flag that means
15%
14.11.2013
01 {
02 "name": "ONE-SCALE",
03 "deployment": "none",
04 "roles": [
05 {
06 "name": "appserver",
07 "cardinality": 2,
08 "vm_template": 0,
09
10 "min_vms" : 5,
11