82%
27.09.2021
(GNU/Linux 5.4.0-56-aws x86_64)
Whether you launch the instance with the Amazon Web Services (AWS) Console [2] or the AWS command-line interface (CLI) [3], you can easily find the moment it becomes
82%
28.11.2021
service downtimes:
Listing 3
Alerting Rules
01 groups:
02 - name: Web application alerts
03 rules:
04 - alert: target_server root disk partion is getting full
05 expr: 100 - ((node
82%
18.07.2013
, confirm by pressing YES
, and you are taken to a kind of minimal VMS.
Listing 1
vax.ini
01 load -r ka655x.bin
02 attach nvr nvram.bin
03 set cpu 64m
04
05 set rq0 ra92
06 set rq1 ra92
07 set
81%
27.09.2021
counter = 1,counter_limit
25 my_record%x = counter
26 my_record%y = counter + 1
27 my_record%z = counter + 2
28 my_record%value = counter * 10.0
29
81%
28.11.2021
.168.122.236 6200
Trying 192.168.122.236...
Connected to 192.168.122.236.
Escape character is '^]'.
id;
uid=0(root) gid=0(root)
cat /etc/passwd;
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon
81%
05.02.2019
, revenue DECIMAL(11, 2)
05 , customer_class CHAR(1)
06 );
07
08 SQL> INSERT INTO customer
09 VALUES (1, 2016, 100.0), (2, 2016, 0.0), (3, 2016, 999.99);
10 SQL> INSERT INTO customer
11 VALUES (1, 2017, 500.0
81%
09.01.2013
897781
03 5265 -rw-r--r-- 1 root root 5390660 Nov 10 10:25 PGAS Languages NCSA 2009.pdf
04 65 -rw-r--r-- 1 root root 65893 Nov 10 10:25 cavp-03.pdf
05 0 drwxr-xr-x 1 root root 0
81%
13.12.2018
], and MongoDB 3.6 [3]. If not already present, installing Java (as root or using sudo) before Elasticsearch and MongoDB is recommended:
yum install java-1.8.0-openjdk-headless.x86_64
You should remain root
81%
20.05.2014
/libvirt/qemu/vm1.xml
02 73400320
03 8
04
05
06
07
08
09
81%
09.01.2013
=/var/log/one/accounting.log
04
05 case "$1" in
06 "on"|"off")
07 mode=$1
08 shift
09 ;;
10 *)
11 echo "$0 error: wrong mode." >&2
12 exit 1
13 ;;
14 esac
15
16 if [ "$1