19%
11.04.2016
network adapters, one for administration and one for the web server. I gave the system 1GB memory, but it has not yet used more than 200MB.
Then, boot the image. You have several choices:
Add
19%
21.08.2014
[mfeilner@pc]# adb devices
02 List of devices attached
03
04 [mfeilner@pc]# su
05 Password:
06 [root@pc]# killall adb
07 [...]
08 [root@pc]# adb devices
09 * daemon not running. starting it now on port 5037
19%
28.11.2023
image: monitoror/monitoror:${MTRRTAG:-latest}
05 ports:
06 - "38080:8080"
07 environment:
08 - "MO_CONFIG=/etc/config.json"
09 restart: unless-stopped
10
11 networks:
12 default
19%
12.09.2013
;
05
06 print "Status: 200\nContent-Type: text/plain\n\n";
07 $|=1; $|=0; # flush
08
09 my $dbh=DBI->connect('dbi:Pg:dbname=r2', 'ipp', undef, {RaiseError=>1});
10
11 my $sth
19%
28.11.2021
2
01 global:
02 scrape_interval: 15s
03 evaluation_interval: 15s
04
05 ########## ALERTING CONFIGURATION ##########
06
07 alerting:
08 alertmanagers:
09 - static_configs:
10 - targets:
11
19%
13.02.2017
.modulea {
02 // required
03 requires java.base;
04 requires java.xml;
05 requires slf4j.api;
06
07 // exported
08 exports de.lm.java9.modulea;
09
10 // provides a service
19%
09.10.2017
_consumer_secret>"
06 config.access_token = ""
07 config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
19%
30.05.2021
; rv:79.0) Gecko/20100101 Firefox/79.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br ... HTTP/2 introduced multiplexing, resulting in superior bandwidth utilization over HTTP/1.1, and HTTP/3 solves the problem of transmission delays from packet loss by replacing TCP with QUIC. ... HTTP/1.1 versus HTTP/2 and HTTP/3
19%
11.02.2016
/mnt/fuse/
2015-03-15T09:15:19 2015-03-15T09:50:34 2015-03-19T20:15:46
2015-03-21T09:45:05 2015-03-15T09:28:48 2015-03-15T10:44:06
2015-03-21T08:43:49
Make sure the TZ variable is set; otherwise
19%
07.11.2011
#include
03 #endif
04 #include
05 int main() {
06 double a[1000000];
07 int i;
08 #pragma omp parallel for
09 for (i=0; i<1000000; i++) a[i]=i;
10 double sum = 0;
11