26%
27.09.2024
Command-Line Communication
### Create a database
$ curl -X PUT localhost:5984/messages -H "Authorization: Basic YWRtaW46YWRtaW4="
### Delete a database
$ curl -X DELETE localhost:5984/messages -H
26%
16.05.2013
details about user authentication in Ceph, check out my CephX article published online [3].
Any host that needs to run Glance with a Ceph connection needs a working /etc/ceph/ceph.conf. Glance references
26%
19.05.2014
the 2010 time frame. This corresponds to about version 2.2 of SSHFS, which is from 2008. SSHFS is now up to version 2.5, which was released on January 14, 2014; however, testing I’ve done hasn’t revealed any
26%
04.02.2013
. However, these solutions typically impose specific requirements on the browser and plugins. Often you need Java, Flash, or ActiveX – and maybe even a specific version.
Better with HTML5
The alternative
26%
17.10.2011
, KVM is free, and it became an official Linux kernel component in kernel version 2.6.20.
KVM Inside
As a kind of worst-case fallback, KVM can provide a slow but functional emulator for privileged
26%
23.12.2011
(cmd) batch files with expected results.
C:\Temp> DIR |grep resume.txt
10/07/2011 04:05 PM 52,824 resume.txt
C:\Temp
Remember to enter C:\Cygwin\bin
into your PATH
environment
26%
23.01.2012
fingerprint is 87:17:c3:92:44:ba:1a:df:d7:9c:44:b2:5b:73:52:09.
Are you sure you want to continue connecting (yes/no)?
This prompt wants to establish a permanent secure key between the two hosts for future
26%
10.06.2024
followed were:
Aurora not being number 1
Rumors had been circulating, and people had been hoping, that the full Argonne Aurora would exceed (or come close to) 2 exaflops (2x10^18 floating point
26%
17.02.2015
NAS Features" box for details).
FreeNAS Features
Runs on commodity 64-bit hardware
Cross-platform file sharing support for Windows, OS X, Linux, and Unix, with support for CIFS, AFP, NFS, i ... 25
26%
30.11.2020
the code is straightforward:
$ mpirun -n 4 -f ./hosts python3 trap-mpi4py.py
Another sample problem (Listing 8) integrates x
^2 over the interval from 0.0 to 2.0. The output contains information about what