50%
06.10.2022
find ready-made policy bundles online for many use cases, and they are likely to contain a useful, predefined set of rules. A freely accessible Playground [2] and a free Styra Academy [3] can help you
50%
29.09.2020
://en.wikipedia.org/wiki/ATX
ThinkPad T420: https://support.lenovo.com/us/en/solutions/pd015734/
16GB (2X8GB) RAM kit (204PIN SODIMM DDR3 SDRAM PC10600): https://www.amazon.com/gp/product/B00B2OT9HI/
250GB Samsung 850 EVO v
50%
09.01.2013
Barracuda (SATA 3Gb/s, 4K Sectors)
Device Model: ST3000DM001-1CH166
Serial Number: Z1F35P0G
LU WWN Device Id: 5 000c50 050b954c3
Firmware Version: CC27
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector
50%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9.3
50%
21.08.2014
application then grabs the data from this database and creates charts. The client can be programmed by the user or it can come as a prepared daemon (e.g., collectd [3]). If you like to measure your own
50%
28.11.2021
.
Figure 1: Microsoft is working on its own GUI solution that translates Wayland and X11 apps to RDP [3]. © devblogs.microsoft.com
Even without installing an Insider version, you do not have to do
50%
05.08.2024
-bound tests. Saving the results of past benchmarks is also advisable and can be easily done with tee [11]:
go test -bench=Row -benchmem -benchtime=10x | tee testresults/bench00.txt
50%
17.02.2015
.
Listing 1
auditd.conf
log_file = /var/log/audit/audit.log
log_format = RAW
log_group = root
priority_boost = 3
flush = INCREMENTAL
freq = 20
num_logs = 5
disp_qos = lossy
dispatcher = /sbin
49%
07.02.2019
< n; i++)
{
c[i] = a[i] * b[i]
}
}
...
#pragma acc parallel loop copyin(e)
present(a) copyout(f) {
for (int j=0; j < n; j++)
{
f[i] = 2.0*e[j] + (1.0/4.00*(a[j]*4
49%
05.12.2014
of the pgrep tricks, the following example offers a nice way of retrieving detailed information regarding the ssh command:
# ps -p $(pgrep -d, -x sshd)
PID TTY TIME CMD
1905 ? 00:00:00 sshd