22%
25.03.2020
GVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC51aWQiOiJiNDVhMDhjMi1kMzg1LTQxMmItOTUwNS02YmRmODdiNjRhN2EiLCJzdWIiOiJzeXN0ZW06c2VydmljZWFjY291bnQ6ZGVmYXVsdDp0ZXN0c2VydmljZWFjY291bnQifQ.SO9XwM3zgiW6sOfEaJx1P6
22%
22.12.2017
in cs us sy id wa st
04 1 0 0 5279852 2256 668972 0 0 1724 25 965 1042 17 9 71 2 0
05 1 0 0 5269008 2256 669004 0 0 0 0 2667 1679 28 3 69 0 0
06 1 0
22%
04.02.2013
to the new directory,
cd guacamole-0.6.2-ubuntu-12.04-i386
and install the Guacamole packages. The following one-liner will do this:
sudo dpkg -i guacd_*.deb guacamole_*.deb libguac3_*.deb libguac
22%
25.03.2020
"RevisionId": "aa63-b5c0-4ec2-a5e99",
11 "MemorySize": 128,
12 "Version": "$LATEST",
13 "Role": "arn:aws:iam::XXXXX:role/bashFunctionRole",
14 "Timeout": 3,
15 "Runtime": "provided",
16
22%
30.05.2021
the following:
$ gpustat -P
[0] Tesla V100-SXM2-16GB | 37'C, 0 %, 24 / 300 W | 0 / 16160 MB |
One GPU is present, running at a cool 37 Celsius and drawing 24W while doing absolutely nothing. To proceed further
22%
01.08.2019
are removed from DNS
# answers. Additionally, the DNSSEC validator may mark the answers bogus.
# This protects against DNS Rebinding
private-address: 10.0.0.0/8
private-address: 172.16.0.0/12
22%
29.06.2011
than 0 (Figure 3). If not, either the processor doesn't support the special commands, or the commands have been disabled in the computer's BIOS. Users with Intel processors can additionally check
22%
08.07.2018
read the hosts from a file other than the WCOLL
environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4: 15:51:39 up 8:35, 12 users, load average: 0.64, 0.38, 0.20
192.168.1.250: 15:47:53 up
22%
09.08.2015
resources = Resources(cpu = 0.1, ram = 20*MB, disk = 20*MB),
09 processes = [hello_world_process])
10
11 hello_world_job = Job(
12 cluster = 'test',
13 role = os.getenv('USER'),
14 task = hello
22%
11.10.2016
interval and add to dictionary
38 interv = 0.5;
39 d['interval'] = interv;
40
41 # Number of cores:
42 N = psutil.cpu_count();
43 d['NCPUS'] = N;
44
45 cpu_percent = [];
46 epoch