25%
22.12.2017
, Google provided a solution to this dilemma with the MIT-licensed Brotli [2] software, which compresses files at the same speed as Gzip, but with a higher compression rate – as demonstrated (Listing 1
25%
20.03.2014
OpenResty [1] is the Nginx server [2] bundled with many useful modules. Developed almost single-handedly by Yichun "agentzh" Zhang while living and working in Beijing, China, then San Francisco
25%
16.05.2013
_package_name = 'apache2'
09 ** ** ** ** ** **$apache_service_name = 'apache2'
10 ** ** ** ** ** **$apache_config_name = '/etc/apache2/apache.conf'
11 ** ** ** **}
12 ** ** ** **/(RedHat|CentOS|Fedora)/: {
13
25%
18.07.2013
. For example, configuring an Apache site might require the existence of the file /etc/apache2/sites-enabled/.conf, or you might want to make sure a module is configured as you desire: /etc/apache2/conf
25%
04.11.2011
at coding with OpenCL in the next article in this supplement. n
Info
[1] FAI:
[http://fai-project.org/]
[2] Partimage:
[http://www.partimage.org/Main_Page]
[3] SystemImager:
[http
25%
10.06.2024
number 2 using 38.698MW, resulting in a low performance/power ratio of 26.15. In comparison, Frontier at number 1 reached about 1.2 exaflops using 22.78MW, resulting in a performance/power ratio of 52
25%
04.10.2018
://developers.redhat.com/blog/2016/09/22/development-workflows-with-fuse-integration-services-fis/
Node.js S2I image: https://docs.openshift.org/latest/using_images/s2i_images/nodejs.html
Prometheus: https
25%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello
25%
07.10.2014
from systems such as the IIS, Microsoft Exchange ActiveSync, Exchange Web Services (EWS), or Outlook Web Access (OWA).
Installation under .NET
.NET Framework 4.x and Log Parser 2.2 [2] form the basis
25%
14.08.2017
a Python application for Prometheus [22]. After you launch the demo application, you check out the generated metrics at http://localhost:8000
.
Listing 2
Instrumenting a Python Application
01