71%
21.08.2014
http://www.mathworks.com/products/statistics/?s_cid=sol_des_sub2_relprod3_statistics_toolbox
Data Acquisition
Connect to data acquisition cards, devices, and modules
http ... 22
66%
25.09.2023
Rubén Llorente ... is easy enough (superuser privileges are required):
arp -s 192.168.90.55 00:0c:29:c1:91:b1
The last field of the command is the MAC address, which is the unique identifier of the network device to which
64%
01.06.2024
Rubén Llorente ... because Sake sets a number of shell variables that are passed to the task being run, which can include:
S_NAME
S_HOST
S_USER
S_PORT
S_TAGS
Listing 3
Multi-OS Upgrade Task
56%
07.10.2014
and the other on all IPv6 IP addresses.
Listing 1
Checking Open Ports
chris@DebianBox:~# lsof -i :22
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sshd 3328 root 3r IPv4 33323 0t0 TCP *:ssh ... The scope and functionality of SSH and sFTP provides both secure remote access and secure file transfers. ... SSH and sFTP Config
52%
25.03.2020
256sum-amd64.txt
[INFO] Downloading binary https://github.com/rancher/k3s/releases/download/v1.0.0/k3s
[INFO] Verifying binary download
[INFO] Installing k3s to /usr/local/bin/k3s
[INFO] Creating ... The k3s lightweight and secure Kubernetes distribution can handle both unattended workloads in remote locations with minimal resources and clusters of IoT appliances. ... Kubernetes k3s lightweight distro
50%
09.01.2013
a 256-bit AES key. An additional SHA-256 HMAC checksum protects the data from manipulation.
Compression: S3QL compresses the data before storing, using either LZMA, bzip2, or gzip. This compression ... advantages: S3QL. ... S3QL filesystem for cloud backups
47%
10.04.2015
. OpenStack entered the game with Swift, which is also an object store in the classical sense. Moreover, you have those who provide object stores as a service for users, such as Amazon S3 or Dropbox ... Admins can solve typical mail server scalability problems with Dovecot’s Amazon S3 plugin and the Ceph distributed object store. ... Dovecot and S3 ... Scalable mail storage with Dovecot and Amazon S3
46%
03.02.2022
Rubén Llorente ... either OpenPGP or S/MIME keys into the Nitrokey (see the "What is OpenPGP?" box). The steps for changing the PINs are very intuitive (Figure 3), but key initialization is not.
What is Open
43%
27.09.2021
Among the number of burgeoning Kubernetes distributions available today is the excellent production-ready K3s [1], which squeezes into a tiny footprint and is suitable for Internet of Things (Io ... A zero-ops installation of Kubernetes with MicroK8s operates on almost no compute capacity and roughly 700MB of RAM. ... MicroK8s ... Zero-Ops Kubernetes with MicroK8s
41%
09.10.2017
if page.get('Contents') is not None:
21 for file in page.get('Contents'):
22 s3pump(file.get('Key'), bucket)
Data Highway?
For large S3 buckets with data in the multiterabyte ... Data on AWS S3 is not necessarily stuck there. If you want your data back, you can siphon it out all at once with a little Python pump. ... Data Exchange with AWS S3 ... Getting data from AWS S3 via Python scripts