17%
11.02.2016
, but Microsoft assumes many manufacturers will provide biometric hardware solutions in the next 12 months. The situation already looks better for fingerprint sensors. All available solutions are supported
17%
02.02.2021
. The respective dialogs can be opened via the File
| Import
or Export
menus.
KeePassXC
KeePassXC [7], a community fork of the cross-platform KeePassX password manager, offers a graphical interface
17%
13.02.2017
File server 1
Intel Xeon X5667 with 3GHz and 16 cores
16GB
Disk array T6100S with 10 Hitachi drives (7200rpm) configured as RAID 1
File server 2
Intel Core i3
17%
11.02.2016
to act as a DHCP server, you also need to set it up here. Finally, the system generates an X.509 certificate for secure communication between the server and the clients. Using the Dashboard and the Menu
17%
10.09.2012
_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok)
Aug 22 17:12:50 test1 laytonjb: This is a cron test
Logger allows you to direct your comments
17%
17.10.2011
, KVM is free, and it became an official Linux kernel component in kernel version 2.6.20.
KVM Inside
As a kind of worst-case fallback, KVM can provide a slow but functional emulator for privileged
17%
02.08.2021
rapiddisk 7.2.0
Copyright 2011 - 2021 Petros Koutoupis
Detached device rd1
To compare the RAM drive with a local 12Gb Serial Attached SCSI (SAS) spinning hard disk drive (HDD) connected to a 6Gb Host Bus
17%
28.11.2021
) string {
16 var h hash.Hash
17
18 f, err := os.Open(file)
19 if err != nil {
20 log.Fatal(err)
21 }
22
23 defer f.Close()
24
25 switch hashfunc {
26 case "md5":
27 h = md5.New()
28
17%
22.12.2017
://kalilinuxtutorials.com/macof/
Ettercap: https://ettercap.github.io/ettercap/
Port security configuration guide: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/port_sec.html
802.1X
17%
14.03.2013
17 CREATE DATABASE quantum;
18 GRANT ALL PRIVILEGES ON quantum.* TO 'quantumdbadmin'@'%'
19 IDENTIFIED BY 'wozohB8g';
20 EOF
21 mysql -u root <22 CREATE DATABASE cinder;
23 GRANT ALL PRIVILEGES