18%
30.11.2020
on the Jami website [4]. Ubuntu also offers a Jami Snap package.
Listing 1
Installing on Ubuntu 20.04
$ sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
$ curl -s https
18%
27.12.2017
~ # cd /etc/audit/
chrisbinnie audit # ls
auditd.conf audit.rules rules.d
chrisbinnie audit # ls -al
total 20
drwxr-x--- 3 root root 4096 Dec 16 12:34 .
drwxr-xr-x 95 root root 4096 Dec 16 12:34 ..
-rw-r----- 1 root
18%
21.08.2014
these base images "boxes." Prebuilt boxes can be downloaded free of charge via the community collection on Vagrantbox.es [3] (Figure 1) or from the Vagrant Cloud powered by HashiCorp [4]. The latter provides
18%
25.08.2016
the same version on CentOS 6.x.
Figure 8: Gedit 2.30 on Windows 10.
The current version 3.20 (Figure 9) of gedit has a new, cleaner interface that works
18%
08.07.2018
using the IP address of the other node.
$ pdsh -w 192.168.1.250 uname -r
192.168.1.250: 2.6.32-431.11.2.el6.x86_64
The -w
option means that the IP address of the target’s node(s) is specified
18%
02.08.2022
.
The primary changes made to the benchmarks of the latest version 3.4.2 of the NPB are:
added class F to the existing S, W, A, B, C, D, E
added dynamic memory allocation
added MPI and Open
18%
30.05.2021
: Cookie, Accept-Encoding
Listing 3
Host Header
GET /img/intern/ita-header-2020-1.png HTTP/1.1
Host: www.it-administrator.de
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79 ... HTTP/2 introduced multiplexing, resulting in superior bandwidth utilization over HTTP/1.1, and HTTP/3 solves the problem of transmission delays from packet loss by replacing TCP with QUIC. ... HTTP/1.1 versus HTTP/2 and HTTP/3
18%
20.05.2014
, it lacks all proxy-based features such as HTTP(S), SMTP, and POP3 and thus antivirus scanning, URL filtering, and application control. In terms of VPN protocols, however, IPsec and OpenVPN are missing; only ... 20
18%
09.01.2013
14 timeout connect 5s
15 timeout client 5s
16 stats enable
17 stats refresh 10s
18 stats uri /stats
19
20 frontend https_frontend
21 bind www.example.com:443 ssl crt /etc
18%
26.01.2025
examples created a slider in the Pluto notebook (Figure 3) with
@bind x Slider(1:10)
In HTML, the closest equivalent is:
However, the two examples