9%
04.12.2024
, the use of in-memory storage engines, and advanced compression algorithms.
MongoDB Atlas is the fully managed, cloud-based database-as-a-service (DBaaS) platform. Atlas automates management tasks (i
9%
03.04.2024
use Ubuntu 22.04, but you can apply all the advice to other distributions, too. ClamAV is used in conjunction with SpamAssassin as a tool for filtering mail. Where action relating to name servers
9%
26.01.2025
DiskSizeGB: 47
10 }
11 source: {
12 type: 'PlatformImage'
13 offer: 'windows-ent-cpc'
14 publisher: 'MicrosoftWindowsDesktop'
15 sku: 'win11-22h2-ent-cpc-m365'
16 version
9%
26.11.2013
(text) {
11 polycrypt.importKey("raw", hex2bin(encRawKey)).oncomplete = function(e) {
12 var key = e.target.result;
13 polycrypt.encrypt(encAlg, key, str2bin(text)).oncomplete = function(e) {
14 var
9%
20.02.2012
.51, 0, 0.36, 17.74, 0.00, 6.38, 90, 0
2012-01-09 21:10:00, 92, 4.42, 0, 0.35, 20.81, 0.00, 7.22, 100, 0
2012-01-09 21:12
9%
05.12.2018
Administrative TUIs
bmon
Monitoring and debugging tool designed to capture and display networking statistics; capable of text-based plots.
A short YouTube video
9%
17.03.2020
PROPERTY VALUE SOURCE
myvol type filesystem -
myvol creation Sat Feb 22 22:09 2020 -
myvol used 471K -
[ ... ]
ARC
Operating systems commonly
9%
28.11.2022
.
action: Replace the device using 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
scan: scrub in progress since Mon Oct 24 17:11:22 2022
80.7M scanned at 80.7M
9%
18.02.2018
.
Infos
LRZ: https://www.lrz.de/english/
Fortran: https://wg5-fortran.org/
C++: https://isocpp.org/
C: http://www.open-std.org/jtc1/sc22/wg14
SuperMUC: https
9%
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