52%
30.11.2025
Switch(config)# dot1x system-auth-control
06 Switch(config)# radius-server host 10.1.1.1 key V@rYseCre!t
07 Switch(config)# interface fastethernet0/1
08 Switch(config-if)# switchport mode access
09 Switch
52%
30.11.2025
the PasswordHash class that this provides:
$hasher = new PasswordHash(8, FALSE);
The first parameter of the constructor defines how often Phpass should call the hash function. The value is a power of two
52%
30.11.2025
.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15
52%
30.11.2025
sprzblog mysql limesurvey -uroot -ppassword > backup.sql
will take 21 seconds to complete:
real 0m21.626s
user 0m0.000s
sys 0m0.000s
In the case of larger databases on non-replicated servers
52%
30.11.2025
09, pg. 90
PowerShell: http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx
52%
28.07.2025
_port(host, port):
06 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
07 s.settimeout(1)
08 try:
09 s.connect((host, port))
10 print(f"[+] Port {port} is open")
11 except
51%
30.11.2025
:alice@somesipprovider.de>;tag=42
07 Call-ID: a84b4c76e66710de5f90ae275
08 Contact: Alice
09 ...
The media data transferred in the course of a voice or video call are typically transported one
51%
30.11.2025
to technical computing
06 | | | | | | |/ _` | |
07 | | |_| | | | (_| | | Version 0.0.0+86921303.rc6cb
08 _/ |\__'_|_|_|\__'_| | Commit c6cbcd11c8 (2012-05-25 00:27:29)
09 |__/ |
10
50%
31.10.2025
soon.
Infos
"RADOS and Ceph" by Martin Loschwitz, ADMIN
, Issue 09, pg. 28, http://hpc.admin-magazine.com/Articles/The-RADOS-Object-Store-and-Ceph-Filesystem/(language)/eng-US
Data
50%
30.11.2025
Name my.server.org
03 Setenv PREWIKKA_CONFIG "/etc/prewikka/prewikka.conf"
04
05
06 AllowOverride None
07 Options ExecCGI
08
09
10 AddHandler cgi-script .cgi