17%
08.10.2015
components. The easiest way to obtain them is via the Apt package management system:
sudo apt-get update
sudo apt-get --yes install openjdk-6-jdk
To start, the simplest way is set up a single-node pseudo
17%
14.03.2018
and evaluation. The Spot team not only promises service availability of almost 100 percent without data loss, but also faster and more scalable functionality. Data collection is handled by special collector
17%
07.06.2019
.14.2.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 10.14.2.210;
option domain-search "giantco.cxm";
range 10.14.2.10 10.14.2.100;
}
Extreme care
17%
09.01.2013
of virtual machines, and industrial customers include Telefonica and Akamai. The main developer from C12G Labs offers commercial support and is currently establishing an international network of partners [6
17%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
17%
28.07.2011
time. To do so, load the kernel module manually:
modprobe datapath/linux 2.6/U
openvswitch_mod.ko
If this command fails, you probably need to unload a bridge module: rmmod bridge.
The kernel module
17%
25.03.2021
curl -I http://www.example1.de
should then generate the output from Listing 6.
Listing 6
Accessing a Redirected Website
HTTP/1.1 200 OK
Date: Sat, 28 Nov 2020 08:25:05 GMT
Server: Apache
17%
05.12.2016
: One of the Debian developers for reproducible builds, Holger Levsen, said in a recent lecture [6] that at present only zero percent of Debian could realistically be built reproducibly. Thus far
17%
17.02.2015
NEW packages will be installed:
libdate-manip-perl libyaml-syck-perl logwatch
As a result, about 12.5MB of new software is installed.
Logwatch gets configuration details several ways:
from script
17%
21.11.2012
(unew(i,j)-u(i,j)) )
141 ENDDO
142 ENDDO
143
144 IF(MOD(iter,10)==0) WRITE(*,"('iter,diff:',i6,e12.4)") iter,diff
145
146 ! Update solution
147 DO j=2,m-1
148 DO i=2,m-1
149 u(i,j) = unew