13%
28.11.2021
_interval: 10s
09 receiver: 'email'
10 receivers:
11 - name: 'email'
12 email_configs:
13 - to: 'helpdesk@mycompany.com'
14 from: 'monitoring@mycompany.com'
15 smarthost: smtp.mycompany.com:587
16
13%
05.12.2014
that assumes a Xubuntu Desktop 12.04.4 LTS instance. If you're not familiar with R, the R Project for Statistical Computing states: "R is a free software environment for statistical computing and graphics
13%
05.08.2024
relative to the base container, ubuntu
, changed significantly just by adding in the GCC compiler.
Listing 5: Build Process
$ podman build -t ubuntu-dev -f Dockerfile .
STEP 1/2: FROM ubuntu
STEP 2/2: RUN
13%
30.11.2025
1
split.sh
01 #! /bin/sh
02 for i in `ls -1 archive/cur`
03 do
04 # Define name component for the individual mail directory
05 pref=`date +%Y-%m-%d-%H-%M-%S`
06
07 # Push mail
13%
31.10.2025
services will account for 16 percent of IT revenue in the following technology categories: applications, system infrastructure software, platform as a service (PaaS), servers, and basic storage. Additionally
13%
25.09.2023
-rf /var/lib/apt/lists/*
09
10 RUN >/etc/machine-id
11 RUN >/var/lib/dbus/machine-id
12
13 EXPOSE 22
14
15 RUN systemctl set-default multi-user.target
16 RUN systemctl mask dev-hugepages.mount sys
13%
07.10.2014
seq_timeout = 10
08 tcpflags = syn
09 command = /usr/sbin/iptables -A INPUT -s \
%IP% -p tcp --dport 22 -j ACCEPT
10
11 [closeSSH]
12 sequence = 9000
13%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello
13%
30.11.2025
output/images/rootfs.ext2 -append "root=/dev/sda rw" -s -S &
6. Launch the debugger:gdbDebugger session:file vmlinuxtarget remote :1234continue
7. Log in, load the driver, and identify the memory
13%
31.07.2013
. The OS then takes these requests and acts upon them, returning a result to the application. Understanding the I/O pattern from an application’s perspective allows you to focus on that application. Then