21%
13.12.2018
_64 2/4
08 Installing : gdb-7.6.1-110.el7.x86_64 3/4
09 Installing : mssql-server-14.0.3026.27-2.x86
21%
31.10.2025
s
04 4> JOIN employees e ON (s.employee_id = e.employee_id)
05 5> WHERE s.sale_date > trunc(sysdate) - INTERVAL '6' MONTH
06 6> AND s.eur_value >= 10;
07 Explained.
08
09 SQL> select * from table
21%
12.09.2013
readable. In JavaScript, that would be comparable to the readystatechange event of the XMLHttpRequest object.
Listing 6
burn3.pl
01 #!/usr/bin/perl
02
03 use common::sense;
04 use DBI;
05
21%
25.10.2011
-algorithm sha1;
07 encryption-algorithm 3des-cbc;
08 }
09 policy test123 {
10 mode main;
11 proposals Phase1-3des-sha;
12 pre-shared-key ascii-text "$9$dQVgJiHmTF/.PO1Ehrlgoa
20%
10.04.2015
Number: 00282-30340-00000-AB9A5
Version: 6.3.9600
The information you read from the operating system can also be formatted and customized. For example, normally only the operating system's most
20%
21.08.2012
, with the use of chkconfig, that ganglia always starts when the master node boots:
[root@test1 ganglia]# chkconfig --list | more
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
acpid
20%
18.07.2012
Linux_SL6.2_Opteron
./configure --prefix=/opt/atlas-3.8.4
make
make check
make time
make install
For the configure step (step 3) I sent the output to conf.jeff.out
using ... Warewulf Cluster Manager – Part 3
20%
15.08.2016
,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
09 link/ether 52:54:00:02:e3:f1 brd ff:ff:ff:ff:ff:ff
10 7: veth2: mtu 1500 qdisc noop state DOWN mode
20%
07.10.2014
-RSA-AES256-GCM-SHA384
05 DHE-RSA-AES128-GCM-SHA256
06 DHE-RSA-AES256-GCM-SHA384
07 ECDHE-ECDSA-AES128-SHA
08 ECDHE-ECDSA-AES256-SHA
09 ECDHE-ECDSA-DES-CBC3-SHA
10 ECDHE-RSA-AES128-SHA
11 ECDHE-RSA-AES256-SHA
20%
20.05.2014
:
Figure 3: Nailed down: In the current state, the firewall does not allow any traffic to localhost.
# Allow loopback communication
ip6tables -A INPUT -i lo -j ACCEPT
ip6tables -A OUTPUT -o lo -j ... We design a basic set of ip6tables rules for an IPv6 firewall. ... ip6tables Rules ... IPv6 Tables ... Creating Firewall Rules with ip6tables