82%
05.02.2019
, revenue DECIMAL(11, 2)
05 , customer_class CHAR(1)
06 );
07
08 SQL> INSERT INTO customer
09 VALUES (1, 2016, 100.0), (2, 2016, 0.0), (3, 2016, 999.99);
10 SQL> INSERT INTO customer
11 VALUES (1, 2017, 500.0
82%
13.12.2018
], and MongoDB 3.6 [3]. If not already present, installing Java (as root or using sudo) before Elasticsearch and MongoDB is recommended:
yum install java-1.8.0-openjdk-headless.x86_64
You should remain root
82%
09.01.2013
=/var/log/one/accounting.log
04
05 case "$1" in
06 "on"|"off")
07 mode=$1
08 shift
09 ;;
10 *)
11 echo "$0 error: wrong mode." >&2
12 exit 1
13 ;;
14 esac
15
16 if [ "$1
82%
20.05.2014
/libvirt/qemu/vm1.xml
02 73400320
03 8
04
05
06
07
08
09
81%
22.12.2017
of a bit of extra work, you will find another blog post on this topic online [6]. To sum up, you need to install an X server such as vcxrc or Xming, add the export DISPLAY=:0.0 entry to .bashrc, and use
81%
12.03.2013
/100)
/home
is on a Seagate ST1360827AS
ext4 filesystem with default options
eth0 is connected to the LAN and has an IP address of 192.168.1.250 (Fast Ethernet)
The NFS server exports
81%
21.08.2012
: 18:59:43 up 2:42, 5 users, load average: 0.05, 0.02, 0.01
n0001: ssh: connect to host n0001 port 22: Connection timed out
pdsh@test1: n0001: ssh exited with exit code 255
You can do many other
81%
05.12.2014
)
Intel Atom D2701, 2.13GHz (dual core)
RAM
4GB
0.5GB
2GB
2GB
Network Interface
2x 1Gbit Ethernet
1x 1Gbit Ethernet
2x 1Gbit Ethernet
2x
81%
30.05.2021
by the image with the previously announced size of 32,768 bytes.
Listing 1
Opening a Page
GET /trainings HTTP/1.1
Host: www.it-administrator.de
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64
81%
11.06.2014
: modify
03 replace: olcAccess
04 olcAccess: {0}to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" \
write by dn.base="cn=manager,dc=acme-services,dc=org" read by * none
05
06