12%
25.08.2016
Code folding
Figure 6 shows Editra running on a Windows 10 laptop (testing the multiplatform capability).
Figure 6: Editra 0.7.20 on Windows 10
12%
17.02.2015
NAS
Early versions of FreeNAS originate from the embedded firewall project m0n0wall, and the software has since undergone a complete metamorphosis. The current version is built on powerful open source
12%
30.11.2020
detailed documentation [7] and installation packages are available for Debian from version 8, RHEL from version 6, SLES 12, Ubuntu 18.04, and Univention Corporate Server from version 4.2.
Setup Aid
12%
10.09.2012
$ module load compiler/open64-5.0
where the first part of the command is the module
command, the second part is the module function, and the third part is the module you are loading. To make things easier
12%
01.08.2019
is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released
12%
04.04.2023
_type = "simple-zonal"
03 }
04 provider "google" {
05 ...
06 }
07 data "google_client_config" "default" {}
08 provider "kubernetes" {
09 ...
10 }
11 /*******************************************
12
12%
09.04.2019
. It is written in Python and has bindings for other languages. It also can be coupled with curses-based plotting if desired.
A YouTube video explains some uses for psutil
[12].
Non
12%
16.05.2013
Entries (default: 0 => off)
account policy "password history" value was: 0
account policy "password history" value is now: 20
root@samba:/# pdbedit -P "bad lockout attempt" -C 3
account policy "bad lockout
12%
04.02.2014
and postmortem analysis. For this comparison, we looked at version 1.2 (build 1003); version 2.0 has been released in the meantime (build 1003). Forensic duplication is implemented as an additional virtual disk
12%
26.01.2025
.(find_zeros(f, (0, 1)), digits=3)
17 y = round.(f1.(z), digits=3)
18 ztable = []
19 for zero in zip(z, y)
20 append!(ztable, "
| $(zero[1]) | $(zero[2]) |
")
21 end