21%
10.11.2021
the extension .lz4
to the compressed file, indicating the method of compression.
lz4
has 12 compression levels (1
-12
). For maximum compression, use:
$ lz4 -12 file.data
You can also enable ultrafast
21%
05.12.2014
Model
TS-251
DS-214
N5550
ReadyNAS RN31400
Manufacturer
QNAP Inc.
Synology
Thecus
Netgear
Operating System
QTS 4.1.1 (Linux 3.12
21%
10.04.2015
Enter the server hostname: |openshift.redhat.com|
08
09 You can add more servers later using 'rhc server'.
10
11 Login to openshift.redhat.com: mfeilner@linux-magazin.de
12 Password: **********
13
14 Open
21%
10.04.2015
Qualys SSL-Test A+
Qualys SSL-Test A
Syss GmbH
Audits [2]
TLS 1.2
Yes
Yes
Yes
Yes
HTTPS/HSTS
Yes
Yes
Yes
Yes
21%
07.10.2014
services,
# as decided by the '/usr/sbin/tcpd' server.
#
SSHD: 12.34.56.78, 78.56.43.12
I should mention that I've been caught out in the past when adding TCP Wrappers to a server already running
21%
14.08.2017
to encrypt data that is transmitted across a network between a client application and an instance of SQL Server. SQL Server on Linux supports TLS protocols 1.2, 1.1, and 1.0.
Machine Learning Services
21%
14.08.2017
, and content management systems, as well as traditional websites.
In February 2017, the ISO Joint Technical Committee accepted the OASIS OData Standard for Open Data Exchange (ISO/IEC 20802-1:2016 [12
21%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13
21%
20.06.2022
], Slidy [11], Slideous [12], and reveal.js [13].
To create a new presentation, call Pandoc in the usual way. For a PDF slide set, the command is:
pandoc -t beamer slides.md -o slides.pdf
If you would
21%
22.05.2023
node, create a test file:
$ echo "hello world" | sudo tee -a /srv/hello.txt
hello world
$ cat /srv/hello.txt
hello world
$ ls -l /srv/hello.txt
-rw-r--r-- 1 root root 12 Apr 8 16:37 /srv