21%
22.12.2017
Application Platform, and a Kubernetes and Linux-based Container-as-a-Service (CaaS) Platform. With the upcoming release of SLE 15, customers will be able to switch easily between free-of-charge openSUSE LEAP
21%
09.08.2015
. The "Vivid Vervet" box describes how to compile the software for Ubuntu 15.04.
Vivid Vervet
You first need to install all required packages [5] to install Cockpit in Ubuntu 4.15:
sudo apt-get install
21%
20.03.2014
13 respawn
14 respawn limit 10 5
15
16 pre-start script
17 $DAEMON -t
18 if [ $? -ne 0 ]
19 then exit $?
20 fi
21 end script
22
23 exec $DAEMON
Listing
21%
02.06.2020
:40:04Z"
14 },
15 "entity": {
16 "host": "tired-duck-brash-civet",
17 "path": "",
18 "domain_guid": "fb6bd89f-2ed9-49d4-9ad1-97951a573135",
19 "space_guid": "d6
21%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22
21%
01.08.2019
LOG --log-prefix "iptables: "
13 -A INPUT -j REJECT --reject-with icmp-host-prohibited
14 -A FORWARD -j REJECT --reject-with icmp-host-prohibited
15 COMMIT
In the /etc/rsyslog.d/10-iptables
21%
11.10.2016
, 5, and 15-minute time periods. When the system is idle, the load number is zero. For each process that is using or waiting for the CPU, the load is incremented by one. Typically, this includes
21%
15.08.2016
2015, John Chambers pegged IoT/IoE opportunities at $19 trillion [4], which will be spread to all sectors of industry over the next 15 to 20 years. Everyone wants a piece of this cake.
New Markets
21%
03.02.2022
If data loss under macOS is the result of defective hard drives, you need to adopt a structured approach for file recovery. Since macOS 10.15, the operating system has separated the system from
21%
04.02.2014
Total runtime: 175.403 ms
15 (6 rows)
16
17 EXPLAIN ANALYZE SELECT * FROM mail WHERE msg ~ '(updatable|views)';
18 QUERY PLAN
19