18%
27.09.2021
password t0ps3cr3t
06 neighbor 192.0.2.1 peer-group LAB
07 ...
08 address-family ipv4 unicast network 192.168.1.1/32
09 exit-address-family
10 #FRR2
11 router bgp 65541
12 neighbor LAB peer
18%
18.07.2013
=> installed
04 }
05 file { "/etc/update-motd.d/10-mymotd":
06 ensure => "present",
07 source => "puppet:///modules/mypuppets/misc/10-mymotd",
08 owner => 'root',
09 group => 'root',
10
18%
26.01.2025
startserver()
05 io = IOBuffer();
06 x = 0.0:0.001:1.0
07 WebSockets.listen("127.0.0.1", PORT) do ws
08 for msg in ws
09 lc1 = JSON.parse(msg)["c1"]
10 lc2 = JSON.parse(msg)["c2"]
11
18%
25.03.2020
2fuTVWnj7LDsEh3NzrhjGYlhWmtvrXg3mlFelz/MZ
08 XrK6uAlp6206Hc669ylfhIcD9d7w0rc9Ms1DFCh5wzVRbnJJF51mW2nC
09 mh5C8E7xSw==
10 mozilla.org. 6074 IN DNSKEY 256 3 7
11 AwEAAcY1VDPt
18%
11.04.2016
-DSCResource -Module nx
04 Node $LinuxServer.ComputerName
05 {
06 nxFile file
07 {
08 DestinationPath ="/tmp/test"
09 Contents="Hello Linux and DSC"
10 Ensure
17%
08.10.2015
# supervisor port
07 supervisor.slots.ports:
08 - 6700
09 - 6701
10 - 6702
11 - 6703
12 # Directory in which Nimbus and Supervisor store data
13 storm.local.dir: "/home/storm"
14
17%
02.02.2021
payment = new Payment(orderId,**1000.00d);
07 final ProducerRecord record =
08 new ProducerRecord("transactions",
09 payment
17%
04.02.2013
3 and, in the current version 0.6.2, supports VNC and RDP – although with limited functionality in some cases. For example, you cannot transmit audio data or connect network drives over RDP
17%
16.05.2013
a9a6615fb5c045693 |
root@alice:~# quantum port-list
+--------------------------------------+------+-------------------+
| 0c478fa6-c12c-... | | fa:16:3e:29 ... OpenStack workshop, part 3:Gimmicks, extensions, and high availability
17%
20.05.2014
= require('http'),
02 express = require('express');
03
04 function root(req, res) {
05 res.end("hello");
06 }
07
08 var app = express();
09 app.set('port', process.env.PORT || 3000);
10
11 app