17%
11.10.2016
-server"}))
06
07 ; Enable all interfaces for TCP, UDP and websockets:
08 (let [host "0.0.0.0"]
09 (tcp-server {:host host})
10 (udp-server {:host host})
11 (ws-server {:host host}))
12
13 ; Clean up events
17%
09.01.2013
).
Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards, which can sometimes cause
17%
04.08.2011
.net.URL;
04 import java.util.Map;
05
06 import com.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de
17%
05.02.2019
Host *:80>
02 ServerAdmin webmaster@localhost
03 ServerName localhost
04
05 DocumentRoot /var/www/suitecrm/
06
07 Options FollowSymLinks
08 AllowOverride None
09
17%
20.10.2013
of the drives (more on that later).
Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards
17%
14.03.2013
GRANT ALL PRIVILEGES ON nova.* TO 'novadbadmin'@'%'
04 IDENTIFIED BY 'dieD9Mie';
05 EOF
06 mysql -u root <08 GRANT ALL PRIVILEGES ON glance.* TO 'glancedbadmin'@'%'
09
17%
25.03.2021
Example Configuration
01 http {
02
03 log_format http2 '$time_iso8601 $msec $status $connection $http2 "$request"';
04
05 server {
06
07 listen 443 ssl http2; # TLS and HTTP/2
08
09 http2
17%
03.08.2023
, author, publication_date, price) VALUES
('1984', 'George Orwell', '1949-06-08', 14.99);
SELECT * FROM books;
As long as a majority of the replicas (in this case, at least two out of three) are operational
17%
05.02.2023
are especially popular. A simple call to create a MySQL database would be:
gcloud sql instances create myinstance --database -version=MYSQL_8_0 --cpu=2 --memory=7680MB --region=europe-west3
The corresponding
17%
11.02.2016
.com/hashicorp/otto/examples/mongodb"
06 }
07 }
08
09 project {
10 name = "my-project"
11 infrastructure = "my-infrastructure"
12 }
13
14 infrastructure "my-infrastructure" {
15 type = "aws"
16