13%
05.08.2024
python-pubsub/samples/snippets
python3 publisher.py demo create demo
python3 subscriber.py demo create demo demo
python3 publisher.py demo publish demo
python3 subscriber.py demo receive demo 20
echo
13%
12.05.2021
to access this data is by using the sg3_utils
package available for Linux. To find out what categories the drive supports, execute the sg_logs
binary with the SAS drive or SCSI generic identifier in which
13%
02.08.2021
(plural because each page separates the collected data into its respective category). The easiest way to access this data is by using the sg3_utils
package available for Linux. To find out what categories
13%
27.09.2021
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
64 bytes from 52.90.56.122: icmp_seq=3 ttl=48
time=40.492 ms
[ output truncated ]
Welcome to Ubuntu 20.04.1 LTS
13%
20.06.2022
). As the administrator, you write the complete wiki structure and menu navigation, just like documents, in the Markdown "WikiCloth" syntax, which is also used by MediaWiki (Wikipedia). Simple themes like Bootstrap3
spice
13%
03.12.2015
behind the application catalog was Mirantis [3], one of the founding members of the OpenStack Foundation. A simple analysis of the software contributions to Murano shows that at least half
13%
14.08.2018
rejected all cipher suites.
* TLSV1_3 Cipher Suites:
Server rejected all cipher suites.
* Resumption Support:
With Session IDs: OK - Supported (5 successful, 0 failed, 0 errors, 5 total
13%
14.08.2017
(verbs), such as GET, HEAD, and, depending on the server, the optional POST, PUT, DELETE, OPTIONS, TRACE, and CONNECT [3].
The key to the success of the web was the hypermedia format, which combines
13%
27.03.2012
some of its commercial products in its cloud computing division, are licensed under the GPL v3.
To show how fast and easy it is to set up GlusterFS, I’ll use a simple example. On a small network
13%
05.03.2013
a comment.
Numeric sequences can be written concisely as a range. For example, [1..10]
stands for numbers 1 to 10. You can use this elegant notation in CoffeeScript to cut out parts from an array. Listing 3