17%
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
17%
14.03.2013
module.
Listing 1
Simple Flask App
01 from flask import Flask
02 app = Flask("My app")
03
04 @app.route('/')
05 def homepage():
06 return 'This is the homepage'
07
08 if __name
17%
05.09.2011
INITRD = "/boot/initrd.img-2.6.32-24-generic", # initrd to use
07 ROOT = "sda1", #Root partition
08 BOOT = hd #boot form harddisk
09 ]
10 DISK = [
11 SOURCE = "/opt
17%
15.08.2016
for production, since kernel 2.6.24. In container solutions, network namespaces allow individual containers exclusive access to virtual network resources, and each container can be assigned a separate network
17%
07.06.2019
ec5c70cd4e0
mvance/unbound 1.8.3 mvance/unbound@sha256:d67469fad9cc965f032e4ea736c509df6d009245dac81339e2c6e1caef9b65ac RepoId
mvance/unbound 1.8.3 mvance/unbound latest a88e44773675294dcd10e08a9a2a5ee
17%
02.06.2020
curl /v2/routes?q=host:testapp
02 {
03 "total_results": 2,
04 "total_pages": 1,
05 "prev_url": null,
06 "next_url": null,
07 "resources": [
08 {
09 "metadata": {
10 "guid
16%
17.10.2011
.24: 1.5-23
05 pve-kernel-2.6.24-11-pve: 2.6.24-23
06 qemu-server: 1.1-16
07 pve-firmware: 1.0-5
08 libpve-storage-perl: 1.0-13
09 vncterm: 0.9-2
10 vzctl: 3.0.23-1pve11
11 vzdump: 1.2-5
12 vzprocps: 2
16%
04.11.2011
Recent trends in computing are toward more cores doing more tasks at once. These days, you are likely to have a dual- or quad-core CPU in your laptop, and perhaps 4, 6, 12, or 16 cores in your
16%
22.06.2012
435600
5-01:00:00
35
462400
5-08:26:40
36
490000
5-16:06:40
37
518400
6-00:00:00
38
547600
6-08:06:40
39
16%
25.03.2020
on their website [6]:
resource "aws_lambda_layer_version" "lambda_layer"{
filename = "lambda_layer_payload.zip"
layer_name = "lambda_layer_name"
compatible_runtimes = ["nodejs8.10"]
}
The long and short