48%
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
48%
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
48%
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
48%
30.11.2025
09, pg. 90
PowerShell: http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx
48%
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
48%
04.11.2011
:
[http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=125792]
[8] CUDA toolkit download:
[http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux]
[9] NVidia pre
48%
21.08.2014
, no network calls
06 #source = ocs.computers.replay
07 #file = computers.xml
08
09 ## OCS SOURCE PARAMETERS ##
10 source.url = http://ocs-server.mydomain.com
11 source.username = SOAP_USER
12 source
48%
25.03.2021
.1) are basically based on the idea of the original HTTP protocol (HTTP/0.9), which assumes that a web browser establishes a dedicated TCP connection to the web server for each request (i.e., for an HTML file
48%
05.12.2016
"admin-atat-example.com"
For amcheck, you should also specify the -m option:
amcheck -m ADMINExample
Connecting via SSH
Instead of the TCP connection, the backup server can log in to the client using
48%
14.11.2013
is http://buttersideup.com/edacwiki/ and the edac.txt in the kernel doc.
06
07 # EDAC memory reporting
08 if [ -d /sys/devices/system/edac/mc ]; then
09 # Iterate all memory controllers
10 for mc