29%
12.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
29%
05.12.2014
Alchemy [5]. Phraseanet [1] has been available for download since 2010 under the GPLv3 via GitHub. We installed version 3.8. Before installing, admins should take a look at the documentation [6] to prepare
29%
13.12.2011
.
First, get the distribution name:
$ cat /etc/issue
Ubuntu 8.04 \n \l
An intruder typically executes some basic commands to get to know the system. Of particular interest are the \etc directory
29%
22.08.2019
subroutine hello(n)
integer :: n
write(*,*) "hello world. The secret number is ",n
return
end
end module test1
The next step is to compile the code and create the library (Listing 6
29%
07.04.2022
/block/sd*/queue/scheduler
[mq-deadline] none
$ cat /sys/block/sd*/queue/nr_requests
64
or an NVMe drive:
$ cat /sys/block/nvme1n1/queue/scheduler
[none] mq-deadline
$ cat /sys/block/nvme1n1/queue/nr_requests
1023
29%
17.03.2020
device partition as the SLOG to the pool, enter:
$ sudo zpool add myvol log nvme0n1p2
Then, verify that the cache volume has been added to the pool configuration (Listing 6).
Listing 6: Verify Pool
29%
02.06.2020
16 3.38K
sdf - - 0 0 16 3.37K
logs - - - - - -
nvme0n1p2 0 92G 0 0 586 56.6K
cache
29%
25.03.2021
to existing management systems and databases. Some outdated solutions also lack functions for IPv6. The Kea project, launched in 2014, modernizes the DHCP server.
Kea was designed as a successor
29%
22.05.2023
, on the secondary node, enter:
$ watch -n1 cat /proc/drbd
You should see something similar to the output shown in Listing 3. When synchronization is 100 percent complete, the same file will showcase the output
29%
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