54%
01.06.2024
are using Devuan (or another Debian derivative) on your workstation, you can install Sake as root with
# apt update
# apt install curl
# curl -sfL https://raw.githubusercontent.com
54%
21.08.2014
in the format
Listing 1
Perl Example Client
01 #!/usr/bin/perl
02
03 use strict;
04 use warnings;
05 use IO::Socket;
06 use Sys::CpuLoad;
07
08 my $remote_host = '192.168.56.102';
09 my $remote
54%
07.10.2014
-EY
09 config:
10
11 zroot ONLINE
12 ata-ST380215AS_9QZ68Z7S ONLINE
Not Under Root
Caution is advised here: Without specifying any options, the zpool
54%
28.11.2022
Library (https://www.ibm.com/products/diamondback-tape-library) is aimed at organizations that need to secure hundreds of petabytes of data, such as hyperscale cloud providers and global enterprises
54%
30.01.2020
by firewall manufacturer Fortinet [8]. I simplified the structure, compared with their version on GitHub, so that the template in the cloud only raises a firewall and not a cluster. Additionally, the authors
54%
06.10.2019
PeerAddr => ' ThisDomain.com',
06 PeerPort => '2000',
07 Proto => 'tcp',
08 Type = 'SOCK_STREAM'
09 ) or die "Could not Open Port.\n";
Now I'll write to the server from the client
54%
28.06.2011
/tmp/initrd.img- 2.6.28- 11- server.manifest.xml
08
09 $ euca- upload- bundle - b ramdisk - m /tmp/initrd.img- 2.6.28- 11- server.manifest.xml
10 Checking bucket: ramdisk
11 Creating bucket: ramdisk
12
54%
14.03.2018
key_material: "{{ item }}"
09 state: present
10 region: "{{ region }}"
11 with_file: /home/user/.ssh/id_rsa.pub
12 register: sshkey
13 tags: sshkey
14
15 - name: Create VPC INT
16 ec2
54%
28.11.2023
": "127.0.0.1"}},
06 { "type": "PORT", "params": {"hostname": "129.0.0.1", "port": 8080}},
07 { "type": "HTTP-STATUS", "params": {"url": "https://google.com"}},
08 {
09 "type": "GROUP",
10
54%
17.04.2017
on a development machine with Debian 8:
curl -sL https://deb.nodesource.com/ setup_6.x | bash
apt install nodejs git
The first command expands the collection of repositories for Debian's package manager, adding