17%
16.05.2013
=====================================================================================
Install 14 Package(s)
Total download size: 21 M
Installed size: 81 M
Is this ok [y/N]: y
...
Installed:
octave.x86_64 6:3.4.3-1.el6
Dependency Installed:
GraphicsMagick.x86_64 0:1.3.17-1.el6
17%
03.04.2024
are collected:
# Hadolint
# template: docker
hadolint_nb_reports=0
for file in ${DEFECTDOJO_HADOLINT_REPORTS}
do
if [[ $(expr "$file" : '.*\*.*') == 0 ]] && [[ -f "$file
17%
20.05.2014
01 var http = require('http');
02 http.createServer(function (req, res) {
03 res.writeHead(200, {'Content-Type': 'text/plain'});
04 res.end('Hello from Node.js\n');
05 }).listen(3000, '127.0.0
17%
28.11.2023
):
ssh-keygen -t ed25519 -a 100 -f
ubuntu-sre-id_ed25519 -q -N
2. Copy the SSH public key data on the target server to the authorized_keys file in the $HOME/.ssh directory. You can use the secure copy
17%
11.06.2014
application server.
On a system in a stable state, throughput initially is not affected by file operations, but after a certain value (e.g., 16,384MB), performance collapses. As Figure 1 shows
17%
05.02.2019
with in this article. (At print, the latest version was 7.11.0.) Copy the resulting ZIP file from your Downloads folder to /var/www/, use the unzip utility (installed earlier) to unpack it, and set the ownership
17%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22
17%
14.03.2013
configuration work is necessary on Linux. You need to set up the Vesa driver explicitly in xorg.conf (Listing 1).
Listing 1
Vesa Configuration
01 Section "Device"
02 Identifier "device0"
03
17%
14.11.2013
community to continue development of an independent fork named Bareos.
The first stable release was Bareos 12.4 in April 2013 (the version number stands for the year and the quarter of the feature freeze
17%
02.02.2021
:
In Equation 1, a
is the application speedup, n
is the number of processors, and p
is the "parallel fraction" of the application (i.e., the fraction of the application that is parallelizable), ranging from 0