19%
14.03.2013
wrote this article I have started running test applications as Platform-as-a-Service apps in OpenShift [3]. OpenShift now also has a cartridge that lets you install MongoDB as an add-on. If you
19%
14.08.2017
to manage them disappeared.
Container Linux ruthlessly replaces the entire /usr directory instead of individual files (Figure 3). The main work is handled by Linux containers à la Docker [20], or Rkt [21
19%
05.03.2013
a “Hello World,” you thus have to feed the CoffeeScript code console.log "Hello World"
to it.
Finally, to compile a .coffee
script, use the -c
parameter:
coffee -c hello.coffee
The JavaScript code
19%
03.12.2015
shows how the host system forwards port 443 to the container:
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.0.3.190:443
The lxcbr0 interface is great for testing. If
19%
07.06.2019
(s)
/nikto-test-0kquC9tm.html: 1 Time(s)
/nikto-test-O7SQXv49.html: 1 Time(s)
/nikto-test-k19h6AMS.html: 1 Time(s)
The Method Not Allowed
error was logged on the server a few times. HTTP response
19%
09.12.2021
. Notice that 7z
prompts twice for a password.
Listing 8: 7z
Encrypted Archive
$ 7z a -p -mx=9 -mhe data.7z package-list.txt
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip
19%
30.01.2020
of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start
19%
05.12.2016
as the user name.
Amanda versions before 3.3.9 have a vulnerability that lets this user execute arbitrary code with root privileges. A (manual) upgrade to version 3.3.9 is only necessary if you don't trust
19%
22.08.2011
.keys.sort.each do |s|
14 printf "%20s %d\n", s, summary[s]
15 end
16 puts "Polling for changes (Ctrl-C to end)"
17 loop do
18 sleep 2
19 client.instances.each do |inst|
20 if state[inst.id] != inst.state
21
19%
29.09.2020
-amd64.tar.gz.sha256sum
[...snip]
e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c helm-v3.1.2-linux-amd64.tar.gz
$ sha256sum helm-v3.1.2-linux-amd64.tar.gz
e6be589df85076108c33e12e60cfb85