24%
21.08.2012
/primary_db | 4.6 MB 00:02
rpmforge | 1.9 kB 00:00
sl
24%
16.05.2013
is available for download April 2013. http://www.actian.com
Altair Releases HyperWorks 12.0
Altair announced the release of HyperWorks 12.0 – the most
24%
25.03.2021
the market about 20 years ago with Windows 2000 Server. However, it was to be 13 years before Server 2012 R2 introduced one of the biggest security enhancements in the form of Kerberos authentication
24%
31.07.2013
Code Example
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my
24%
05.02.2023
wgossrvc
Listing 4
setup_goss.sh Diff Additions
5a6
> GOSSVFLE='/lib/systemd/system/goss.service'
9,10c10,12
< sha256sum
< tee
---
> sha256sum
> systemctl
> tee
81a84
24%
16.05.2013
the approach introduced by Canonical with Ubuntu 12.10, in which only the bootloaders, but not the kernel, are signed.
Compared with Canonical's approach, which only ensures that Ubuntu will start on Windows 8
24%
30.01.2020
]
test: (groupid=0, jobs=1): err= 0: pid=1225: Sat Oct 12 19:20:18 2019
write: IOPS=168k, BW=655MiB/s (687MB/s)(10.0GiB/15634msec); 0 zone resets
[ ... ]
Run status group 0 (all jobs):
WRITE: bw=655Mi
24%
14.05.2013
files in PowerShell using Update-Help
.
Core Server with a GUI
For Windows Server 2012, installing as a core server is the recommended Microsoft approach and is selected by default. An important
24%
16.05.2013
in PowerShell using Update-Help.
Core Server with a GUI
For Windows Server 2012, installing as a core server is the recommended Microsoft approach and is selected by default. An important innovation
24%
28.11.2021
import (
04 "crypto/md5"
05 "crypto/sha1"
06 "crypto/sha256"
07 "crypto/sha512"
08 "encoding/hex"
09 "hash"
10 "io"
11 "log"
12 "os"
13 )
14
15 func genChecksum(file, hashfunc string