27%
15.08.2016
. Running the binary on a single four-core node produces the following output:
> mpirun -np 4 -hostfile ./hostfile ./hello
node 1 : Hello world
node 2 : Hello world
node 3 : Hello world
node 0 : Hello world
27%
27.09.2024
kernel, in the cross-platform xNVMe tools starting at version 0.7, in the free Qemu hardware simulator starting at version 8.0, and in nvme-cli, the NVMe command line. Further implementations are underway
27%
28.11.2023
follows the SSH format and structure:
Host Ubuntu-SRE_Penguin
User penguin
HostName 127.0.0.1
Port 3092
IdentityFile "/Users/penguin/.ssh/ubuntu-sre-id_ed25519"
The file path separators
27%
07.04.2022
in version 3.0 (currently 3.1; see the "New Features in Versions 3.0 and 3.1" box). Cisco offers three different license subscriptions for the NAC features: Essentials, Advantage, and Premier
27%
03.08.2023
: 3
selector:
matchLabels:
app: my-app
template:
metadata:
labels:
app: my-app
spec:
containers:
- name: my-app
image: my-org/my-app:1.0.0
27%
28.11.2023
import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, World!'
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
To dockerize this application, you would
27%
06.08.2013
.fetch(msgid, '(UID)')
043 match = REUID.match(data[0])
044 msguid = match.group('uid')
045 logging.debug("Found UID %s" % ( msguid ))
046 result = imap.uid('COPY', msguid, targetfolder)
047
27%
07.07.2021
TaskProlog script that will print a batch job's
# job ID and node list to the job's stdout
#
if [ X"$SLURM_STEP_ID" = "X" -a X"$SLURM_PROCID" = "X"0 ]
then
echo "print =========================================="
echo
27%
10.11.2021
of compression on the command line, as well:
$ 7z a -m0=lzma -mx=9 files.7z file.data
This command specifies the lzma
compression method and compression level 9
(maximum).
Because 7z
has many options
27%
05.12.2014
[<-] 220 mx.google.com ESMTP t2fjm4427fd213ply.2523 - gsmtp
[->] EHLO smtp.box.tld
[<-] 250 SMTPUTF8
[->] STARTTLS
[<-] 220 2.0.0 Ready to start TLS
[->] EHLO smtp.box.tld
[<-] 250 SMTPUTF8
[->] AUTH LOGIN