14%
14.03.2013
will be using the Mongo shell to create a document (Listing 1).
Listing 1
Test
01 # mongo
02 MongoDB shell version: 2.2.0
03 connecting to: test
04 > use football
05 switched to db football
06 > db
14%
14.11.2013
use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION = 1.0;
08 @ISA = qw(Exporter);
09 @EXPORT = ();
10 @EXPORT_OK = qw
14%
15.08.2016
1.1.1.1/10 scope global veth1 valid_lft forever preferred_lft forever
$ ss -etn
State Recv-Q Send-Q Local Address:Port Peer Address:Port
ESTAB 0 0 1.1.1.1:22 1
14%
05.02.2023
06 labels:
07 app: mariadb
08 spec:
09 type: NodePort
10 ports:
11 - port: 3306
12 protocol: TCP
13 selector:
14 app: mariadb
15 ---
16 apiVersion: v1
17 kind: Config
14%
05.12.2016
/state/log"
05 dumpuser "amanda"
06 labelstr "MyData[0-9][0-9]"
07 autolabel "MyData%%" EMPTY VOLUME_ERROR
08 tpchanger "chg-disk:/amanda/vtapes"
09 tapecycle 4
10 dumpcycle 3 days
11 amrecover_changer "changer
14%
12.09.2013
: 1.0
05 Release: 1%{?dist}
06 License: GPL v2 or later
07 Source0: local.te
08 Source1: local.fc
09 Source2: local.if
10 Group: Development/Tools
11 Summary
14%
10.04.2015
_SECRET="Nuer fuer LM-Leser :-)"
04 KNOCK_LOGLVL=2
05 $
06 $ LD_PRELOAD=/usr/local/lib64/libknockify.so ncat 127.0.0.1 -l 4242
07 setting loglvl to 2
08 Initializing hooks ...
09 Resolving symbol socket ...
10
14%
07.11.2011
04 from multiprocessing import Process
05
06 def count(number, label):
07 for i in xrange(number):
08 print ' ' + str(i) + ' ' + label
09 sleep((number ‑ 15)/10.0)
10
11
14%
17.02.2015
as ro
03 import json
04
05 class reporter:
06 def __init__(self, name, collec, keys, fexpr=None):
07 count = 0
08 doc = None
09 for doc in MongoClient()[name][collec].find(fexpr):
10
14%
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